summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * DirectShow: Fix blank QVideoWidget when it is pausedVal Doroshchuk2018-03-223-37/+5
| * DirectShow: Add warning when not supported playback rate appliedVal Doroshchuk2018-03-221-1/+4
| * Support changing of volume in 24-bit audio samplesVaL Doroshchuk2018-03-221-0/+49
| * Gstreamer: Fix leak in prepare-window-handle messageVaL Doroshchuk2018-03-211-1/+3
| * Gstreamer: Fix setting vaapi sink propertiesVaL Doroshchuk2018-03-212-124/+294
| * Allow to receive mouse move events in QVideoWidgetVaL Doroshchuk2018-03-211-1/+3
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-2814-36/+57
|\|
| * 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-182-4/+11
| |\
| | * fix typo in QCameraImageProcessing documentationJochen Seemann2018-02-051-1/+1
| | * 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
| * | | Fix typosJarek Kobus2018-02-142-2/+2
| * | | Add missing includesJake Petroules2018-02-121-0/+8
| * | | Remove obsolete code pathsJake Petroules2018-02-121-12/+11
| * | | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-3/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-022-2/+3
| | |\|
| | | * PulseAudio: Prevent crash when a sound device cannot be createdAndy Shaw2018-01-241-1/+2
| | | * Doc: Fix name of Multimedia Widgets moduleKai Koehne2018-01-231-1/+1
| | * | qimagevideobuffer.cpp: Fix deprecation warningFriedemann Kleint2018-01-241-1/+1
* | | | WindowsAudio: Pause playback before resetVal Doroshchuk2018-02-222-4/+13
|/ / /
* | | add missing capability properties to CameraImageProcessingJochen Seemann2018-02-013-0/+77
* | | add mirrored API to QVideoSurfaceFormatJochen Seemann2018-02-012-0/+32
* | | add property supportedExposureModes to CameraExposureJochen Seemann2018-02-013-0/+34
* | | add supportedFocusModes and supportedFocusPointModesJochen Seemann2018-02-013-1/+71
* | | 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-2011-82/+86
|\| |
| * | Fix shader compilation failureVal Doroshchuk2018-01-191-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-1810-81/+86
| |\|
| | * Document licensesKai Koehne2018-01-182-0/+18
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-182-27/+8
| | |\
| | | * Revert "DirectShow: Fix memory leak in CLSID_FilterGraph"v5.9.4Christian Strømme2018-01-152-27/+8
| | * | Improve quality of YUVY and UYVY renderingTomasz Olszak2018-01-153-41/+27
| | * | AVFoundation: use observer for tracking durationJochen Seemann2018-01-082-13/+31
| | * | avfoundation: resolve unused parameter warningsJochen Seemann2018-01-081-0/+2
| | |/
* | | QNX 7.0.0 audio management supportJames McDonnell2018-01-164-19/+141
* | | Doc: Fix clang-qdoc diagnostic warningsVenugopal Shivashankar2018-01-081-5/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0625-136/+205
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-069-98/+128
| |\|
| | * DirectShow: Fix rendering of overlapping MDI subwindowsVal Doroshchuk2017-12-211-2/+2
| | * Fix precision loss in QDeclarativeVideoRendererBackend::adjustedViewportVaL Doroshchuk2017-12-201-2/+2
| | * GStreamer: Prevent calling CameraBinSession::setStateHelper twiceVaL Doroshchuk2017-12-141-2/+5