summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | DirectShow: Add initialization of com library to service pluginVal Doroshchuk2017-12-141-0/+6
| * | DirectShow: Fix rendering of overlapping MDI subwindowsVal Doroshchuk2017-12-141-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-3/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-3/+0
| |\|
| | * Fix deadlock when a new url is set in loading stateVal Doroshchuk2017-11-101-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-271-1/+7
|\| |
| * | DirectShow/MinGW: Compile with default WINVER/_WIN32_WINNTv5.10.0-beta3Friedemann Kleint2017-10-201-1/+7
| |/
* / Replace Q_NULLPTR with nullptrKevin Funk2017-09-272-8/+8
|/
* DirectShow: Copy the frame data when we get it before emittingAndy Shaw2017-08-166-16/+13
* DirectShowPlayerService::doSetVideoProbe(): Break out of loopFriedemann Kleint2017-06-201-1/+2
* DirectShow: Silence g++ warnings about missing initializers for AM_MEDIA_TYPEFriedemann Kleint2017-06-201-0/+10
* Fix goto bypassing variable initializationThiago Macieira2017-06-191-3/+1
* DirectShow: Expose the camera control interfacev5.9.0-beta4Christian Stromme2017-05-032-0/+22
* DirectShow: Merge the helpers and common folderChristian Strømme2017-05-0322-25/+19
* DirectShow: Enable audio and video probes in DirectShowChristian Strømme2017-05-033-17/+381
* Fix licensingJani Heikkinen2017-05-037-98/+140
* DirectShow: Fix namespaced build with MinGWFriedemann Kleint2017-04-2632-26/+109
* DirectShow: Fix uninitialized memory read in DirectShowMediaTypeEnum::Next()Friedemann Kleint2017-04-253-1/+7
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-0/+108
|\
| * DirectShow: support audio and video codec metadataYoann Lopes2017-03-201-0/+108
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-109-53/+35
|\|
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-277-29/+11
| * DirectShow: Port to new configure system (evr, wmsdk)Friedemann Kleint2017-02-037-23/+23
| * Fix building the WMF pluginYoann Lopes2016-12-131-1/+1
* | DirectShow: Fix warnings of MinGW/gcc 5.3v5.9.0-alpha1Friedemann Kleint2017-02-063-9/+5
* | DirectShow: Add audio and video probes classesChristian Strømme2017-01-275-0/+246
* | DirectShow: Use the new sample grabber in DsCameraChristian Strømme2017-01-272-100/+22
* | DirectShow: Sample grabberChristian Strømme2017-01-274-0/+293
* | DirectShow: Add utility classChristian Strømme2017-01-275-36/+407
* | DirectShow: Sanitize DirectShowMediaTypeChristian Strømme2017-01-2713-215/+227
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-124-11/+9
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-261-2/+0
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-2/+0
| | |\
| | | * DirectShow: Remove unused class and member in DSCameraServiceChristian Strømme2016-11-231-2/+0
| * | | Move qtmultimedia over to the new config systemLars Knoll2016-11-143-9/+9
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-111-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-1/+1
| | |\|