summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DSVideoWidgetSurface: Pass on parent to base class.Friedemann Kleint2013-02-141-0/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-287-28/+0
|/
* fix include statementsMark Brand2012-12-244-4/+4
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-101-0/+1
* fix build for standard DirectX install pathsJoerg Bornemann2012-12-061-1/+1
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-061-53/+53
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-051-7/+2
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-10-171-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2448-1152/+1152
* remove references to qMemSet & qMemCopyOswald Buddenhagen2012-09-123-6/+6
* Change the way camera format is selected.Lev Zelenskiy2012-08-061-20/+36
* Use moniker display name for device string.Lev Zelenskiy2012-08-034-148/+92
* Fix compilation issue with MinGW (disables the usage of strsafe.h).Lukas Geyer2012-07-251-0/+4
* Replaced endpoint control with audio input and output controlsDmytro Poplavskiy2012-07-243-15/+15
* Rename a few controls.Michael Goddard2012-06-296-8/+8
* build system cleanupsOswald Buddenhagen2012-06-251-2/+0
* switch to new-style configure testsOswald Buddenhagen2012-06-251-2/+2
* Fix build on Windows with new qdatetime.h that doesn't redefine min/maxSimon Hausmann2012-06-131-1/+1
* Fix MinGW-w64 compilationJonathan Liu2012-04-302-1/+4
* Build fix on WindowsYuchen Deng2012-03-271-1/+1
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-202-2/+2
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-204-16/+8
* Compile on WindowsMarius Storm-Olsen2012-03-202-5/+5
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-061-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3048-48/+48
* Update obsolete contact address.Jason McDonald2012-01-2348-48/+48
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-202-80/+58
* Use US spelling for organization.Michael Goddard2012-01-191-1/+1
* Changed QCamera::captureMode property to QFlagsDmytro Poplavskiy2012-01-172-5/+5
* Update year in Nokia copyright headers.Jason McDonald2012-01-1248-48/+48
* Remove widgets config test.Michael Goddard2012-01-113-3/+3
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-069-29/+38