summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* Fix case of header file includes for building with mingw-w645.14Marius Kittler2020-04-261-1/+1
* DirectShow: Use MEDIASUBTYPE_Y800 as QVideoFrame::Format_Y8Val Doroshchuk2020-04-082-3/+14
* DirectShow: Handle QVideoFormat::BGR24 in bytesPerLine()Andy Shaw2020-03-201-0/+1
* DirectShow: Round stop position down to available bytes in IAsyncReaderVal Doroshchuk2020-03-161-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-1/+1
|\
| * DirectShow: Fix crash when media in qrc is set twiceVal Doroshchuk2019-10-081-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-081-6/+8
|\|
| * DirectShow: Don't seek if playback is stoppedVal Doroshchuk2019-10-011-3/+5
| * DirectShow: Emit media status before errorVal Doroshchuk2019-10-011-3/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-013-1/+23
|\|
| * DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-273-1/+23
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-126-22/+34
|\|
| * DirectShow: Allow QMediaPlayer in secondary threadVal Doroshchuk2019-09-094-22/+29
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-083-0/+5
| |\
| | * DirectShow: Add startTime and endTime to QVideoFrameVal Doroshchuk2019-08-293-0/+5
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-016-42/+43
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-306-20/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-2318-89/+90
| |\|
| | * DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-172-8/+3
| | * use correct types when creating an empty Windows eventRolf Eike Beer2019-07-162-3/+3
| | * DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-164-15/+15
| | * DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-1614-71/+71
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-163-3/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-113-3/+9
| |\|
| | * Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
| | * Fix MinGW buildJoerg Bornemann2019-07-021-0/+4
| | * DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
* | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-1235-173/+173
* | | DirectShow: Use member initializationFriedemann Kleint2019-06-1240-283/+144
* | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-125-25/+24
* | | DirectShow: Fix clang-warning about mixing const/non-const iteratorsFriedemann Kleint2019-06-121-1/+1
* | | DirectShow: Replace typedef by usingFriedemann Kleint2019-06-122-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-032-5/+23
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-032-5/+23
| |\|
| | * DirectShow: Don't hide returned error when video output was not providedVal Doroshchuk2019-04-111-2/+19
| | * DirectShow: Report about an error for wrong urlsVal Doroshchuk2019-05-201-2/+0
| | * DirectShow: Don't update status on pending tasks when graph is loadedVal Doroshchuk2019-05-141-1/+1
| | * DirectShow: Don't set the same mediaVal Doroshchuk2019-05-141-0/+3
* | | Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-131-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-102-3/+4
|\|
| * Windows: Reset position on pause in QMediaPlayer after EOSVal Doroshchuk2019-04-101-2/+3
| * DirectShow: don't change camera zoom level if not requestedIhor Dutchak2019-04-011-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-091-4/+1
|\|
| * DirectShow: Fix crash when camera is being destroyedVal Doroshchuk2019-02-061-4/+1
* | DirectShow: Fix video and audio probes in media playerVal Doroshchuk2019-01-153-39/+37
* | Windows: Build directshow media player with wmf if availableVal Doroshchuk2019-01-144-17/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-042-35/+40
|\|
| * DirectShow: Don't queue video buffers from sample grabberVal Doroshchuk2018-11-291-5/+5
| * DirectShow: use supported pixel formats for QCamera video surfaceIhor Dutchak2018-11-282-25/+29
| * DirectShow: Display windows error string when camera failsVal Doroshchuk2018-11-272-5/+6