summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix see-also syntax, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-291-2/+2
* Fix ffmpeg camera crash when videotoolbox doesn't support formatArtem Dyomin2022-11-293-14/+30
* Fix ffmpeg camera crash on macOS (double releasing of an object)Artem Dyomin2022-11-293-2/+35
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-288-10/+10
* QWindowsMediaDevices: Fix potential null-pointer-accessVladimir Belyavsky2022-11-271-4/+5
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-271-4/+4
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-261-4/+4
* Android: Fix for QAndroidMediaPlayer isSeekable methodBartlomiej Moskal2022-11-232-7/+2
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-2310-105/+107
* Run tests with FFMpeg backend on macOS without depending on CMake variableTor Arne Vestbø2022-11-221-0/+3
* Replace QT_HAS_INCLUDE() wrapper macro with __has_include()Tor Arne Vestbø2022-11-222-3/+3
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-171-4/+4
* Fix camera ffmpeg crashArtem Dyomin2022-11-161-1/+7
* Old decoder, 6.4, Define for Android only force creating hw frames ctxArtem Dyomin2022-11-161-0/+7
* Define for Android only force creating hw frames ctx for video rendererArtem Dyomin2022-11-161-1/+7
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-161-4/+4
* Fix "misleading indentation" error using emitAssam Boudjelthia2022-11-141-1/+1
* Fix 'unsigned int' and 'qsizetype' comparison warnigns for Android armv7Assam Boudjelthia2022-11-141-2/+2
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-141-4/+4
* Fix crash on macos13 with iphone cameraArtem Dyomin2022-11-111-25/+34
* Fix issues in camera exampleArtem Dyomin2022-11-112-23/+19
* Android: Blacklist test for ffmpeg provisionSamuel Mira2022-11-101-0/+2
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-1053-137/+200
* Look up device classes in an order independent wayPiotr Srebrny2022-11-101-6/+2
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-091-4/+4
* Ensure height is even as we write two lines at oncePiotr Srebrny2022-11-091-0/+2
* Fix ffmpeg compilation and tests on win CIArtem Dyomin2022-11-093-8/+21
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-081-4/+4
* Add audio listeners for macOS and cleanup codeArtem Dyomin2022-11-074-108/+188
* Remove commented API for setting set of QVideoSink as output for playerPiotr Srebrny2022-11-071-3/+0
* Allow sinks that do not have associated QRhi to receive video framesPiotr Srebrny2022-11-071-5/+5
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-031-4/+4
* Add missing headers on iOSDoris Verria2022-11-032-0/+4
* QAVFCameraBase: Get max digital zoom factor from the active formatDoris Verria2022-11-031-5/+6
* Fix redundant warning output on macOSArtem Dyomin2022-11-032-11/+19
* Fix iOS buildDoris Verria2022-11-012-1/+6
* Fix compilation error under VS2019 19.29Piotr Srebrny2022-11-011-1/+1
* Relax some of conditions when testing media playerPiotr Srebrny2022-11-011-10/+13
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-11-011-4/+4
* Skip some integration tests on macos CIArtem Dyomin2022-10-313-8/+26
* Enable syncqt cppAlexey Edelev2022-10-311-0/+2
* Windows: do not add audio output to topology when there is no output deviceAndré de la Rocha2022-10-271-12/+7
* Blacklist metadata test for WindowsPiotr Srebrny2022-10-271-0/+2
* Fix typosPiotr Srebrny2022-10-271-2/+2
* Don't pause playback when in NoMedia, InvalidMedia statePiotr Srebrny2022-10-271-1/+2
* Android: fix for changing AudioInput during recordingBartlomiej Moskal2022-10-262-0/+16
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-10-261-6/+6
* Example: Not working mute for AudioInput in recorderBartlomiej Moskal2022-10-261-1/+1
* Run multimedia tests with ffmpeg backend on CIArtem Dyomin2022-10-259-5/+30