summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/player
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSEDLars Schmertmann2020-06-282-7/+7
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-292-2/+2
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-292-2/+2
| |\
| | * Fix case of header file includes for building with mingw-w645.14Marius Kittler2020-04-261-1/+1
| | * DirectShow: Round stop position down to available bytes in IAsyncReaderVal Doroshchuk2020-03-161-1/+1
* | | Adapt to QString::utf16() now returning char16_t *Edward Welbourne2020-05-191-1/+1
|/ /
* / Remove deprecated QMediaResourceVaL Doroshchuk2019-11-081-1/+0
|/
* 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-011-1/+8
|\|
| * DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-271-1/+8
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-123-0/+7
|\|
| * DirectShow: Allow QMediaPlayer in secondary threadVal Doroshchuk2019-09-091-0/+2
| * 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-012-18/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-302-4/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-234-11/+12
| |\|
| | * 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-161-1/+1
| | * DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-162-3/+3
| | * DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-162-7/+7
* | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-1217-81/+81
* | | DirectShow: Use member initializationFriedemann Kleint2019-06-1220-190/+97
* | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-122-16/+19
* | | DirectShow: Replace typedef by usingFriedemann Kleint2019-06-121-1/+1
* | | 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-101-2/+3
|\|
| * Windows: Reset position on pause in QMediaPlayer after EOSVal Doroshchuk2019-04-101-2/+3
* | DirectShow: Fix video and audio probes in media playerVal Doroshchuk2019-01-152-37/+33
* | DirectShow: Move parsing of the metadata to worker threadVal Doroshchuk2018-11-284-86/+76
* | DirectShow: Stop surface on EndOfStreamVal Doroshchuk2018-11-221-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-172-3/+1
|\|
| * DirectShow: Fix compiler warningsFriedemann Kleint2018-11-062-3/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0613-428/+362
|\|
| * DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-055-317/+250
| * DirectShow: Fix clang-tidy warnings about loopsFriedemann Kleint2018-09-051-2/+2
| * DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0510-109/+110
* | Do not use QMediaResource internallyVal Doroshchuk2018-08-302-9/+3
|/
* Introduce a new environment variable to disable EVR in DirectShowLuca Carlon2018-07-282-12/+16
* Build fix for DirectShow plugin when EVR is disabledLuca Carlon2018-07-282-0/+4