summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* DirectShow: Fix clang-tidy warnings about loopsFriedemann Kleint2018-09-053-36/+23
* DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-055-33/+51
* DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0538-315/+289
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-301-10/+22
|\
| * Gstreamer: Set video-profile to CameraBin before GST_STATE_READYVaL Doroshchuk2018-08-221-9/+11
| * Gstreamer: Fix gst_mini_object_unref: assertion refcount > 0 failedVaL Doroshchuk2018-08-221-1/+0
| * Gstreamer: Fix crash when resolution or frame rates are requestedVaL Doroshchuk2018-08-221-0/+11
* | Gstreamer: Allow to use gst specific featuresVaL Doroshchuk2018-08-298-2915/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-2/+1
|\|
| * Android: Fix the player state when play() is called with no mediaVal Doroshchuk2018-08-161-2/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-13/+55
|\|
| * AVFoundation: Use opengl context from surface as sharedVaL Doroshchuk2018-08-021-7/+7
| * 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
* | Introduce a new environment variable to disable EVR in DirectShowLuca Carlon2018-07-282-12/+16
* | Build fix for DirectShow plugin when EVR is disabledLuca Carlon2018-07-282-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-303-4/+11
|\|
| * AVFoundation: Do not use AVFVideoRendererControl if no openglVaL Doroshchuk2018-06-261-3/+6
| * AVFoundation: Fix crash when no video capture deviceVaL Doroshchuk2018-06-252-1/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-235-8/+27
|\|
| * winrt: Obtain new camera sample format and size on camera changeOliver Wolff2018-06-223-0/+11
| * Directshow: Don't report failure for stream source with no video outputAndy Shaw2018-06-201-3/+3
| * Gstreamer: Use gst_parse_launch in QT_GSTREAMER_CAMERABIN_VIDEOSRCVaL Doroshchuk2018-06-201-5/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-191-3/+1
|\|
| * Wasapi: Always use multithreaded concurrency model in initializationVal Doroshchuk2018-05-141-3/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-128-73/+86
|\|
| * Fix adjusting volume for default deviceVal Doroshchuk2018-05-082-15/+11
| * Gstreamer: Show warning on error from QGstreamerRecorderControlVaL Doroshchuk2018-05-081-0/+3
| * CameraBin: Postpone fetching supported viewfinder settingsVaL Doroshchuk2018-05-082-40/+43
| * DirectShow: Fix crackling when playing custom sample rateVal Doroshchuk2018-05-081-0/+4
| * Switch WindowGrabber to a private parent windowJames McDonnell2018-05-072-18/+25
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-1/+2
|\|
| * WinRT: Add ref to prevent seg faultVal Doroshchuk2018-05-041-0/+1
| * WinRT: Keep camera as uninitialized when errorVal Doroshchuk2018-05-031-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2819-276/+161
|\|
| * winrt: Fix rotation of camera imageOliver Wolff2018-04-252-24/+32
| * DirectShow: Add overrideFriedemann Kleint2018-04-256-30/+30
| * Fix DirectShow COM class hierarchyFriedemann Kleint2018-04-2413-205/+79
| * winrt: Do not use CoTaskMemFree as image cleanup functionOliver Wolff2018-04-241-1/+7
| * WinRT: Fix white screen for camera outputVal Doroshchuk2018-04-241-7/+12
| * WinRT: Read data in callback to prevent deadlockVal Doroshchuk2018-04-232-9/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-213-11/+9
|\|
| * DirectShowPlayerService: Proper check of DirectShowUtils::connectFilters's re...Oliver Wolff2018-04-171-2/+2
| * DirectShowUtils::findUnconnectedPin: Try other pins if matchPin failsOliver Wolff2018-04-171-3/+0
| * DirectShowUtils::connectFilters: Return false if every pin failsOliver Wolff2018-04-171-3/+3
| * DirectShowUtils::matchPin: Return false on connection mismatchOliver Wolff2018-04-171-1/+1
| * Windows Audio: Fix Clang warnings about int/C-style castsFriedemann Kleint2018-04-161-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-141-0/+3
|\|
| * PulseAudioOutput: Emit QAudio::StoppedState on QAudio::OpenErrorv5.11.0-beta4VaL Doroshchuk2018-04-121-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-247-26/+50
|\|