summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.11.1v5.11.15.11.1Antti Kokko2018-06-121-0/+73
* Add binary compatibility files for Qt 5.11 for QtMultimediaMilla Pohjanheimo2018-06-052-0/+34900
* Add changes file for Qt 5.9.6Antti Kokko2018-06-011-0/+34
* Add changes file for Qt 5.9.5Antti Kokko2018-06-011-0/+45
* Bump versionOswald Buddenhagen2018-05-311-1/+1
* Wasapi: Always use multithreaded concurrency model in initializationVal Doroshchuk2018-05-141-3/+1
* QSoundEffect: Check if network access manager is already releasedVal Doroshchuk2018-05-111-1/+2
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-0/+75
|\
| * Add changes file for Qt 5.11.0v5.11.0-rc2v5.11.0-rc1v5.11.05.11.0Antti Kokko2018-04-251-0/+75
* | QSoundEffect: Release QAudioOutput when new source url appliedVal Doroshchuk2018-05-091-0/+7
* | Fix adjusting volume for default deviceVal Doroshchuk2018-05-083-15/+17
* | Gstreamer: Show warning on error from QGstreamerRecorderControlVaL Doroshchuk2018-05-081-0/+3
* | CameraBin: Postpone fetching supported viewfinder settingsVaL Doroshchuk2018-05-082-40/+43
* | Set geometry for recreated video renderer backendVal Doroshchuk2018-05-081-7/+6
* | 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
* | QMediaPlayer: remove else after returnAndre Hartmann2018-04-301-2/+3
* | Fix comment endThiago Macieira2018-04-271-1/+1
* | QSound(Effect): Cleanup coding styleAndre Hartmann2018-04-264-11/+11
* | winrt: Fix rotation of camera imageOliver Wolff2018-04-252-24/+32
* | QSound: Allow to play files with qrc schemaAndre Hartmann2018-04-254-1/+40
* | 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
* | Doc: Remove QDoc warnings in Qt MultimediaPaul Wicking2018-04-201-4/+4
|/
* 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