summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/player
Commit message (Expand)AuthorAgeFilesLines
* 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
* Directshow: Don't report failure for stream source with no video outputAndy Shaw2018-06-201-3/+3
* DirectShow: Add overrideFriedemann Kleint2018-04-252-16/+16
* Fix DirectShow COM class hierarchyFriedemann Kleint2018-04-242-10/+33
* DirectShowPlayerService: Proper check of DirectShowUtils::connectFilters's re...Oliver Wolff2018-04-171-2/+2
* DirectShow: Add warning when not supported playback rate appliedVal Doroshchuk2018-03-221-1/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-27/+8
|\
| * Revert "DirectShow: Fix memory leak in CLSID_FilterGraph"v5.9.4Christian Strømme2018-01-152-27/+8
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-062-8/+27
|\|
| * DirectShow: Fix memory leak in CLSID_FilterGraphVal Doroshchuk2017-12-142-8/+27
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-3/+0
|\|
| * Fix deadlock when a new url is set in loading stateVal Doroshchuk2017-11-101-3/+0
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-2/+2
|/
* DirectShow: Copy the frame data when we get it before emittingAndy Shaw2017-08-162-8/+5
* DirectShowPlayerService::doSetVideoProbe(): Break out of loopFriedemann Kleint2017-06-201-1/+2
* DirectShow: Silence g++ warnings about missing initializers for AM_MEDIA_TYPEFriedemann Kleint2017-06-201-0/+10
* Fix goto bypassing variable initializationThiago Macieira2017-06-191-3/+1
* DirectShow: Enable audio and video probes in DirectShowChristian Strømme2017-05-033-17/+381
* DirectShow: Fix namespaced build with MinGWFriedemann Kleint2017-04-2615-16/+52
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-0/+108
|\
| * DirectShow: support audio and video codec metadataYoann Lopes2017-03-201-0/+108
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-105-28/+29
|\|
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-274-9/+6
| * DirectShow: Port to new configure system (evr, wmsdk)Friedemann Kleint2017-02-035-19/+23
* | DirectShow: Sanitize DirectShowMediaTypeChristian Strømme2017-01-274-19/+19
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-121-4/+4
|\|
| * Move qtmultimedia over to the new config systemLars Knoll2016-11-141-4/+4
* | DirectShow: Use qFuzzyCompare when comparing floating points valuesChristian Strømme2016-11-161-2/+2
* | DirectShow: Reduce the size of DirectShowPlayerServiceChristian Strømme2016-11-151-5/+5
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-09-012-11/+68
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-273-11/+77
| |\
| | * DirectShow: Restore negotiation of sample type in the io filterChristian Stromme2016-08-233-11/+77
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-023-5/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-013-5/+27
| |\|
| | * DirectShow: correctly clear surface in EVR presenterYoann Lopes2016-07-062-3/+27
| | * DirectShow: fix deadlock in VideoSurfaceFilterYoann Lopes2016-07-051-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-212-130/+42
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-302-133/+41
| |\|
| | * DirectShow: fix playing resource files.Yoann Lopes2016-05-202-133/+41
* | | DirectShow: refactor custom renderer filterYoann Lopes2016-07-0618-2364/+609