summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* DirectShow: Don't create the widget and renderer controls until requested.Yoann Lopes2013-07-192-15/+31
* Fix resource leak in directshow plugin.tommyadam2013-07-041-0/+4
* Multimedia plugins now have a unique JSON metadata 'Keys' property.Yoann Lopes2013-06-212-2/+4
* Make directshow-plugin available.Friedemann Kleint2013-05-155-4/+17
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-141-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1951-57/+84
|\
| * Fix: Bug fix in determination of scanline directionWouter Huysentruit2013-01-142-6/+33
| * make use of qtHaveModule()Oswald Buddenhagen2013-01-113-3/+3
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1048-48/+48
* | Fix MinGW-warnings about mismatched types.Friedemann Kleint2013-02-143-5/+6
* | DSVideoWidgetControl: Fix constructor order.Friedemann Kleint2013-02-141-1/+2
* | Fix warnings about unused variables.Friedemann Kleint2013-02-147-1/+15
* | Fix MinGW64-warnings about unknown pragmas.Friedemann Kleint2013-02-142-5/+11