summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/player/directshowplayerservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the DirectShow backendLars Knoll2021-01-201-1812/+0
* Update dependenciesFriedemann Kleint2020-10-291-17/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-6/+6
* 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-121-0/+5
|\|
| * 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-081-0/+3
| |\
| | * DirectShow: Add startTime and endTime to QVideoFrameVal Doroshchuk2019-08-291-0/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-301-3/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-231-3/+4
| |\|
| | * DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-171-7/+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-161-2/+2
* | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-121-33/+33
* | | DirectShow: Use member initializationFriedemann Kleint2019-06-121-29/+0
* | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-121-7/+12
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-031-5/+20
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-031-5/+20
| |\|
| | * 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
* | | 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-151-37/+32
* | DirectShow: Move parsing of the metadata to worker threadVal Doroshchuk2018-11-281-3/+11
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+1
|\|
| * DirectShow: Fix compiler warningsFriedemann Kleint2018-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-061-7/+6
|\|
| * DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-051-6/+5
| * DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-051-1/+1
* | Do not use QMediaResource internallyVal Doroshchuk2018-08-301-8/+3
|/
* Introduce a new environment variable to disable EVR in DirectShowLuca Carlon2018-07-281-5/+7
* Build fix for DirectShow plugin when EVR is disabledLuca Carlon2018-07-281-0/+2
* Directshow: Don't report failure for stream source with no video outputAndy Shaw2018-06-201-3/+3
* 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
* Revert "DirectShow: Fix memory leak in CLSID_FilterGraph"v5.9.4Christian Strømme2018-01-151-24/+7
* DirectShow: Fix memory leak in CLSID_FilterGraphVal Doroshchuk2017-12-141-7/+24
* Fix deadlock when a new url is set in loading stateVal Doroshchuk2017-11-101-3/+0
* DirectShow: Copy the frame data when we get it before emittingAndy Shaw2017-08-161-6/+3
* 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
* DirectShow: Enable audio and video probes in DirectShowChristian Strømme2017-05-031-1/+339
* DirectShow: Fix namespaced build with MinGWFriedemann Kleint2017-04-261-0/+4
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-7/+9
|\
| * DirectShow: Port to new configure system (evr, wmsdk)Friedemann Kleint2017-02-031-7/+9
* | DirectShow: Sanitize DirectShowMediaTypeChristian Strømme2017-01-271-3/+3
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-2/+0
|\