summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-0/+2
|\
| * DirectShow: support MJPEG camerasYoann Lopes2016-09-161-0/+2
* | 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.6' into 5.7Liang Qi2016-08-131-8/+15
|\|
| * DirectShow: fix possible deadlock when capturing camera imageYoann Lopes2016-08-121-8/+15
* | 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.6' into 5.7Liang Qi2016-06-302-133/+41
|\|
| * DirectShow: fix playing resource files.Yoann Lopes2016-05-202-133/+41
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-101-1/+4
|\|
| * DirectShow: Invoke IGraphBuilder::AddSourceFilter() with local file name.Friedemann Kleint2016-05-031-1/+4
* | DirectShow: Improve error handling.Friedemann Kleint2016-05-031-13/+26
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-082-5/+13
|\|
| * wince: revert flipping Video contentAndreas Holzammer2016-04-061-2/+0
| * DirectShow: Release all filters when disconnecting the graph.Christian Strømme2016-03-311-3/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2118-28/+97
|\|
| * Port DirectShow backend to winceAndreas Holzammer2016-03-0918-28/+97
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-3/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-3/+4
* | Updated license headersAntti Kokko2016-01-1952-728/+1040
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-1517-53/+598
|\|
| * Windows: Improve EVR presenter.Yoann Lopes2016-01-122-44/+23
| * DirectShow: use the EVR in the renderer control.Yoann Lopes2016-01-124-12/+51
| * DirectShow: fix metadata signals when changing media.Yoann Lopes2016-01-063-12/+29
| * DirectShow: fix media player's positionChanged() signal.Yoann Lopes2016-01-064-11/+28
| * DirectShow: Get current image processing parameter from the cacheDenis Shienkov2015-12-102-40/+18
| * DirectShow: Add WhiteBalancePreset and ColorTemperature for the cameraDenis Shienkov2015-12-102-26/+142
| * DirectShow: Implement basic QCameraImageProcessingControl interfaceDenis Shienkov2015-12-017-2/+412
| * DirectShow: Remove unused static function decibelsToVolume().Friedemann Kleint2015-11-251-11/+0
* | DirectShow plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-156-12/+13
|/
* DirectShow: Avoid warning about unresolved error when file is missing.Nodir Temirkhodjaev2015-11-111-0/+1
* DirectShow: fix custom renderer reference counting.Yoann Lopes2015-11-062-5/+7
* DirectShow: use the EVR in the window control.Yoann Lopes2015-11-0511-42/+175
* DirectShow: fix media player seeking.Yoann Lopes2015-11-044-24/+43
* DirectShow: fix some media player status issue.Yoann Lopes2015-11-041-0/+5
* DirectShow: clear current video frame when stopping.Yoann Lopes2015-11-041-0/+8
* DirectShow: set timestamp on media player frames.Yoann Lopes2015-11-041-4/+18
* DirectShow: fix setting volume when a media is not loaded.Yoann Lopes2015-11-042-38/+26
* Fix QCamera viewfinder capabilities functions..Yoann Lopes2015-08-181-1/+3
* Define QCamera::FrameRateRange as a struct.Yoann Lopes2015-06-111-3/+3
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-155-78/+66
|\
| * DirectShow: correctly update camera list.Yoann Lopes2015-04-144-77/+66
| * Fix compile issue when building with -no-widgetsAndy Shaw2015-04-071-1/+0
* | [DirectShow] Fix potential memory access violationKonstantin Ritt2015-04-131-0/+3
* | [DirectShow] Fix potention undefined behavior on destructionKonstantin Ritt2015-04-134-3/+8
* | QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-073-38/+0
* | DirectShow: implemented QCameraViewfinderSettingsControl2.Yoann Lopes2015-02-267-55/+284
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-132-7/+10
|\|