summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PulseAudioOutput: Emit QAudio::StoppedState on QAudio::OpenErrorv5.11.0-beta4VaL Doroshchuk2018-04-121-0/+3
* QSound(Effect): Use C++11 member initializationv5.11.0-beta3Andre Hartmann2018-03-276-77/+48
* QSound: Fix comment typosAndre Hartmann2018-03-271-3/+3
* QSound(Effect): Convert to functor-style connectAndre Hartmann2018-03-275-34/+41
* QSoundEffectPrivate: Use nullptr instead 0 or NULLAndre Hartmann2018-03-232-37/+39
* Fix target rectangle coordinates while painting image with QPainterVal Doroshchuk2018-03-221-2/+3
* 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-223-0/+76
* 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
* Add test for checking error handling on startVaL Doroshchuk2018-03-211-0/+22
* Remove unreachable codeJesus Fernandez2018-03-201-2/+0
* Wrap QTest::qWaitForWindowExposed() with QVERIFYv5.11.0-beta2Kari Oikarinen2018-03-011-6/+6
* 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
| * Bump versionOswald Buddenhagen2018-02-021-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-142-5/+74
|\ \
| * | Revert "GStreamer: Prevent calling CameraBinSession::setStateHelper twice"v5.10.1VaL Doroshchuk2018-02-051-5/+2
| * | Add changes file for Qt 5.10.1Antti Kokko2018-02-051-0/+72
* | | 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
* | | 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-2014-82/+34973
|\| |
| * | Fix shader compilation failureVal Doroshchuk2018-01-191-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-1811-81/+143
| |\|
| | * Document licensesKai Koehne2018-01-182-0/+18
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-183-27/+65
| | |\
| | | * Revert "DirectShow: Fix memory leak in CLSID_FilterGraph"v5.9.4Christian Strømme2018-01-152-27/+8
| | | * Add changes file for Qt 5.9.4Antti Kokko2018-01-081-0/+57
| | * | Improve quality of YUVY and UYVY renderingTomasz Olszak2018-01-153-41/+27