summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* DirectShowUtils::findUnconnectedPin: Try other pins if matchPin failsOliver Wolff2018-04-171-3/+0
* DirectShowUtils::connectFilters: Return false if every pin failsOliver Wolff2018-04-171-3/+3
* DirectShowUtils::matchPin: Return false on connection mismatchOliver Wolff2018-04-171-1/+1
* DirectShow: Add warning when not supported playback rate appliedVal Doroshchuk2018-03-221-1/+4
* DirectShow: Emit an error if QCamera::start() failsVal Doroshchuk2018-03-213-13/+29
* DirectShow: Add the zoom controlChristian Stromme2018-01-225-2/+309
* DirectShow: Add video probe support for the cameraChristian Stromme2018-01-224-0/+52
* DirectShow: Add camera image capture controlsChristian Stromme2018-01-2210-11/+328
* DirectShow: Add exposure controlChristian Stromme2018-01-225-9/+530
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-27/+8
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-182-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-064-10/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-062-8/+27
| |\|
| | * DirectShow: Fix rendering of overlapping MDI subwindowsVal Doroshchuk2017-12-211-2/+2
| | * DirectShow: Fix memory leak in CLSID_FilterGraphVal Doroshchuk2017-12-142-8/+27