summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix crash when play() is called but state is not setVal Doroshchuk2018-09-241-1/+3
* Fix video window parenting and positioningJames McDonnell2018-09-201-13/+5
* Pulse: Fix crash when stop() is called while reading buffersVaL Doroshchuk2018-09-131-1/+1
* Fix Gstreamer plugin to pass tst_QMediaPlayerBackendVaL Doroshchuk2018-09-062-5/+10
* 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
* Android: Fix the player state when play() is called with no mediaVal Doroshchuk2018-08-161-2/+1
* 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
* 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
* 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
* Wasapi: Always use multithreaded concurrency model in initializationVal Doroshchuk2018-05-141-3/+1
* 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
* WinRT: Add ref to prevent seg faultVal Doroshchuk2018-05-041-0/+1
* WinRT: Keep camera as uninitialized when errorVal Doroshchuk2018-05-031-1/+1
* 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
* 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
* PulseAudioOutput: Emit QAudio::StoppedState on QAudio::OpenErrorv5.11.0-beta4VaL Doroshchuk2018-04-121-0/+3
* DirectShow: Add warning when not supported playback rate appliedVal Doroshchuk2018-03-221-1/+4
* Audiocapture: Fix setting QAudioEncoderSettings::bitRateVaL Doroshchuk2018-03-211-7/+6
* Gstreamer: Emit an error if QCamera::start() failsVaL Doroshchuk2018-03-211-3/+11
* DirectShow: Emit an error if QCamera::start() failsVal Doroshchuk2018-03-213-13/+29
* Remove unreachable codeJesus Fernandez2018-03-201-2/+0
* Replace deprecated qSort() by std::sort()Friedemann Kleint2018-02-285-10/+19
* Merge remote-tracking branch 'origin/5.9' into 5.11v5.11.0-beta1Liang Qi2018-02-181-3/+10
|\
| * GStreamer: fix udpsrc timeout settingYoann Lopes2018-02-021-3/+10
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-141-5/+2
|\ \
| * | Revert "GStreamer: Prevent calling CameraBinSession::setStateHelper twice"v5.10.1VaL Doroshchuk2018-02-051-5/+2
* | | Add missing includesJake Petroules2018-02-121-0/+8
* | | Remove obsolete code pathsJake Petroules2018-02-121-12/+11
* | | DirectShow: Add the zoom controlChristian Stromme2018-01-225-2/+309
* | | DirectShow: Add video probe support for the cameraChristian Stromme2018-01-224-0/+52