summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/camera
Commit message (Expand)AuthorAgeFilesLines
* 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-061-2/+2
|\
| * DirectShow: Fix rendering of overlapping MDI subwindowsVal Doroshchuk2017-12-141-2/+2
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-6/+6
|/
* DirectShow: Copy the frame data when we get it before emittingAndy Shaw2017-08-162-4/+2
* DirectShow: Expose the camera control interfacev5.9.0-beta4Christian Stromme2017-05-032-0/+22
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-4/+0
|\
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-271-2/+0
| * DirectShow: Port to new configure system (evr, wmsdk)Friedemann Kleint2017-02-031-2/+0
* | DirectShow: Fix warnings of MinGW/gcc 5.3v5.9.0-alpha1Friedemann Kleint2017-02-061-6/+2
* | DirectShow: Use the new sample grabber in DsCameraChristian Strømme2017-01-272-100/+22
* | DirectShow: Add utility classChristian Strømme2017-01-271-32/+3
* | DirectShow: Sanitize DirectShowMediaTypeChristian Strømme2017-01-273-101/+12
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-122-3/+1
|\|
| * 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-141-1/+1
* | | | DirectShow: Remove manual filter and pin disconnection in DsCameraChristian Strømme2016-11-151-31/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-0/+2
|\| |
| * | 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.7' into devLiang Qi2016-08-171-8/+15
|\| |
| * | 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
* | | DirectShow: refactor custom renderer filterYoann Lopes2016-07-063-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-3/+13
|\|
| * DirectShow: Release all filters when disconnecting the graph.Christian Strømme2016-03-311-3/+13
* | Updated license headersAntti Kokko2016-01-1917-238/+340
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-157-2/+506
|\|
| * 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 plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-151-4/+4
|/
* 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-153-31/+52
|\
| * DirectShow: correctly update camera list.Yoann Lopes2015-04-142-30/+52
| * Fix compile issue when building with -no-widgetsAndy Shaw2015-04-071-1/+0
* | DirectShow: implemented QCameraViewfinderSettingsControl2.Yoann Lopes2015-02-267-55/+284
* | Update copyright headersAntti Kokko2015-02-1213-91/+91
|/
* Update license headers and add new license filesAntti Kokko2014-08-2413-245/+141
* DirectShow: Refactor camera backend.Yoann Lopes2014-07-1112-1412/+590
* New QCameraInfo class.Yoann Lopes2014-02-281-1/+1
* 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