summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/camera
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2527-563/+563
* Update commercial license headersTarja Sundqvist2021-01-2727-563/+563
* DirectShow: Use also pin category when negotiatingVal Doroshchuk2020-09-242-37/+31
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-141-2/+7
|\
| * DirectShow: Use MEDIASUBTYPE_Y800 as QVideoFrame::Format_Y8Val Doroshchuk2020-04-081-2/+7
* | Introduce QVideoFrame::image()VaL Doroshchuk2019-10-311-2/+1
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-303-14/+14
|\
| * DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-162-12/+12
| * DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-163-29/+29
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-2/+4
|\|
| * Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
* | DirectShow: Introduce nullptrFriedemann Kleint2019-06-128-50/+50
* | DirectShow: Use member initializationFriedemann Kleint2019-06-128-45/+22
* | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-121-6/+2
* | DirectShow: Fix clang-warning about mixing const/non-const iteratorsFriedemann Kleint2019-06-121-1/+1
* | DirectShow: Replace typedef by usingFriedemann Kleint2019-06-121-1/+1
|/
* DirectShow: don't change camera zoom level if not requestedIhor Dutchak2019-04-011-1/+1
* 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-282-25/+29
* DirectShow: Display windows error string when camera failsVal Doroshchuk2018-11-272-5/+6
* Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta2Qt Forward Merge Bot2018-10-051-1/+1
|\
| * DirectShow: Fix crash when camera destroyedVal Doroshchuk2018-10-051-1/+1
* | DirectShow: Fix typo which breaks cameraVal Doroshchuk2018-10-041-1/+1
* | DirectShow: Implement image capture settingsVal Doroshchuk2018-09-257-5/+213
* | DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-052-18/+18
* | DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-052-16/+21
* | DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0512-71/+50
|/
* DirectShow: Notify if camera has been unpluggedVal Doroshchuk2018-08-023-3/+36
* DirectShow: Postpone setting camera image processing param if not readyVal Doroshchuk2018-08-022-3/+12
* 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
| | |\