summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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
* | 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
* | 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-10-201-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta2Qt Forward Merge Bot2018-10-051-1/+1
| |\
| | * DirectShow: Fix crash when camera destroyedVal Doroshchuk2018-10-051-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-057-6/+214
|\| |
| * | DirectShow: Fix typo which breaks cameraVal Doroshchuk2018-10-041-1/+1
| * | DirectShow: Implement image capture settingsVal Doroshchuk2018-09-257-5/+213
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0643-767/+639
|\| |
| * | DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-0513-476/+373
| * | DirectShow: Fix clang-tidy warnings about loopsFriedemann Kleint2018-09-052-19/+13
| * | DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-053-17/+23
| * | DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0533-255/+230
* | | Do not use QMediaResource internallyVal Doroshchuk2018-08-302-9/+3
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-073-6/+48
|\|
| * DirectShow: Notify if camera has been unpluggedVal Doroshchuk2018-08-023-3/+36
| * DirectShow: Postpone setting camera image processing param if not readyVal Doroshchuk2018-08-022-3/+12
* | 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-256-30/+30
* Fix DirectShow COM class hierarchyFriedemann Kleint2018-04-2413-205/+79
* DirectShowPlayerService: Proper check of DirectShowUtils::connectFilters's re...Oliver Wolff2018-04-171-2/+2