summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/camera/dscamerasession.cpp
Commit message (Expand)AuthorAgeFilesLines
* DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-161-2/+2
* DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-161-22/+22
* Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
* DirectShow: Fix crash when camera is being destroyedVal Doroshchuk2019-02-061-4/+1
* DirectShow: Don't queue video buffers from sample grabberVal Doroshchuk2018-11-291-5/+5
* DirectShow: use supported pixel formats for QCamera video surfaceIhor Dutchak2018-11-281-25/+28
* DirectShow: Display windows error string when camera failsVal Doroshchuk2018-11-271-4/+5
* DirectShow: Fix typo which breaks cameraVal Doroshchuk2018-10-041-1/+1
* DirectShow: Implement image capture settingsVal Doroshchuk2018-09-251-3/+28
* DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-051-10/+8
* DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-051-15/+19
* DirectShow: Notify if camera has been unpluggedVal Doroshchuk2018-08-021-0/+28
* DirectShow: Postpone setting camera image processing param if not readyVal Doroshchuk2018-08-021-3/+10
* DirectShow: Emit an error if QCamera::start() failsVal Doroshchuk2018-03-211-13/+25
* DirectShow: Add video probe support for the cameraChristian Stromme2018-01-221-0/+22
* DirectShow: Add camera image capture controlsChristian Stromme2018-01-221-8/+36
* 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-161-3/+1
* DirectShow: Expose the camera control interfacev5.9.0-beta4Christian Stromme2017-05-031-0/+20
* 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-271-95/+19
* DirectShow: Add utility classChristian Strømme2017-01-271-32/+3
* DirectShow: Sanitize DirectShowMediaTypeChristian Strømme2017-01-271-96/+9
* 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-061-1/+1
|/ /
* | 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-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-151-0/+312
|\|
| * DirectShow: Get current image processing parameter from the cacheDenis Shienkov2015-12-101-39/+17
| * DirectShow: Add WhiteBalancePreset and ColorTemperature for the cameraDenis Shienkov2015-12-101-26/+136
| * DirectShow: Implement basic QCameraImageProcessingControl interfaceDenis Shienkov2015-12-011-0/+224
* | 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-151-1/+0
|\
| * Fix compile issue when building with -no-widgetsAndy Shaw2015-04-071-1/+0
* | DirectShow: implemented QCameraViewfinderSettingsControl2.Yoann Lopes2015-02-261-49/+142
* | Update copyright headersAntti Kokko2015-02-121-7/+7
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* DirectShow: Refactor camera backend.Yoann Lopes2014-07-111-810/+471
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-3/+37
|\