summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.05.11.0Antti Kokko2018-04-251-0/+75
* Doc: Fix documentation warningsTopi Reinio2018-04-1935-106/+85
* Doc: Remove space that causes QDoc warningPaul Wicking2018-04-181-1/+1
* Add more generated files to .gitignoreAndre Hartmann2018-04-171-1/+6
* 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
* Extend WASAPI config checkFriedemann Kleint2018-04-161-0/+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
* 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.15.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