summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* DirectShow: Invoke IGraphBuilder::AddSourceFilter() with local file name.Friedemann Kleint2016-05-031-1/+4
* 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
* Port DirectShow backend to winceAndreas Holzammer2016-03-0918-28/+97
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-3/+4
* 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: 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
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| |\
| | * Ensure the system libraries are linked when -opengl dynamic is usedv5.4.1Andy Shaw2015-02-031-1/+1
| * | directshow: Fix plugging/unplugging a second cameraSergio Martins2015-02-051-6/+9
| |/
* / Update copyright headersAntti Kokko2015-02-1246-322/+322
|/
* Update license headers and add new license filesAntti Kokko2014-08-2446-872/+504
* Ensure the system libraries are linked against when -no-opengl is usedAndy Shaw2014-07-241-1/+3
* DirectShow: Refactor camera backend.Yoann Lopes2014-07-1115-1417/+615
* Fix static initialization order fiasco in some plugins.Yoann Lopes2014-06-061-73/+80
* DirectShow: remove debug output.Yoann Lopes2014-05-191-7/+0
* DirectShow: fix media seeking while stopped.Yoann Lopes2014-04-072-0/+14
* New QCameraInfo class.Yoann Lopes2014-02-283-1/+22
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-3/+39
|\
| * Don't mirror the image from the camera unless it has been flippedAndy Shaw2014-02-032-3/+39
* | Replace win32-g++ with mingw scopeKai Koehne2014-02-072-4/+2
* | Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-4/+4
* | whitespace fixesOswald Buddenhagen2014-01-3012-34/+34
|/
* DirectShow: fix compilation with MSVC 2008.Yoann Lopes2013-10-311-35/+35
* DirectShow: improve metadata support.Yoann Lopes2013-10-114-95/+345
* DirectShow: avoid unnecessary RGB32 -> BGR32 conversion.Yoann Lopes2013-07-191-1/+1