summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.4' in qt/qtmultimediav6.4.0-beta1Qt Submodule Update Bot2022-06-111-3/+3
* Refactor QNX camera supportRafael Roquetto2022-06-0914-462/+1367
* Update dependencies on '6.4' in qt/qtmultimediaQt Submodule Update Bot2022-06-081-3/+3
* Improve newly added error messagesFriedemann Kleint2022-06-082-4/+4
* Android: Fix for UnderrunError on QAndroidAudioSinkPekka Gehör2022-06-071-0/+3
* Darwin plugin (AVFoundation): remove unused functionsTimur Pocheptsov2022-06-032-109/+1
* Remove old Digia organization identifier from example Info.plistsTor Arne Vestbø2022-06-022-3/+3
* Darwin: Account for missing kCVImageBufferTransferFunctionKeyTor Arne Vestbø2022-06-021-32/+33
* Android: Fix for the permissions issue on the tst_QAudioSource testPekka Gehör2022-06-011-1/+11
* Drop audio and video frames when recording is pausedPiotr Srebrny2022-06-011-4/+8
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-05-311-3/+3
* Fix a bug in the near field gain setterLars Knoll2022-05-311-1/+1
* Windows: fix media player position while rewindingAndré de la Rocha2022-05-311-4/+6
* Android: fix for tst_qaudiodecoderbackend testPekka Gehör2022-05-311-8/+32
* Improve volume matching between Surround and Stereo modesLars Knoll2022-05-312-145/+147
* Spatial Audio: Implement support for room reverb in surround modeLars Knoll2022-05-3111-66/+168
* Patch resonance audio to give access to reverb dataLars Knoll2022-05-316-2/+32
* Fix surround outputLars Knoll2022-05-312-10/+23
* Add a Surround mode to QAudioEngineLars Knoll2022-05-316-22/+33
* Fix the data to decode ambisonic to surround speaker arraysLars Knoll2022-05-316-315/+266
* Document the coordinate system being used by QAudioEngineLars Knoll2022-05-314-9/+26
* Avoid deadlock, don't emit signals while holding mutexPiotr Srebrny2022-05-271-0/+4
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-05-271-3/+3
* Add missing qmake files for multimedia examplesPaul Olav Tvete2022-05-273-2/+24
* Fix compile error on videonode pluginTunahan Erkoyuncu2022-05-261-0/+2
* Improve regex to account for dots and pluses in the library namesPiotr Srebrny2022-05-251-7/+7
* Fix state transition in QGStreamerAudioSink::resume()Axel Spoerl2022-05-241-1/+1
* API cleanups for spatial/3D audioLars Knoll2022-05-2435-742/+730
* Windows: Fix RTSP stream playbackAndré de la Rocha2022-05-242-3/+29
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-249-43/+136
* Fix compilation error on Windows caused by switch with only default casePiotr Srebrny2022-05-241-6/+5
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-05-241-3/+3
* Fix state transition in QPulseAudioSink::resume()Axel Spoerl2022-05-231-1/+1
* Android: Enable FFmpeg playback - HW renderingSamuel Mira2022-05-237-1/+250
* PulseAudio: fix sink transition to idleVolker Hilsheimer2022-05-232-1/+15
* Clean up QPulseAudioSink implementationVolker Hilsheimer2022-05-234-162/+161
* spatial audio: Use centimeters by defaultLars Knoll2022-05-239-38/+109
* QPulseAudioSource: fix UB (memcpy() called with nullptr dest) in read()Marc Mutz2022-05-201-2/+6
* Fix missing includesVille Voutilainen2022-05-183-0/+4
* Android: Enable FFmpeg playback - SW renderingSamuel Mira2022-05-185-1/+78
* Add error signaling from VideoEncoderPiotr Srebrny2022-05-184-4/+10
* Enable HW encoding on Windows for ffmpegPiotr Srebrny2022-05-184-2/+26
* Fix mingw64 compliation error complaining about missing virtual destructPiotr Srebrny2022-05-181-0/+1
* Android: streamdecoder fix for mediacodecSamuel Mira2022-05-182-2/+22
* Update dependencies on 'dev' in qt/qtmultimediaQt Submodule Update Bot2022-05-171-3/+3
* QNX: re-enable SIMD on QNXRafael Roquetto2022-05-171-5/+0
* Some smaller API fixes to QSpatialAudioSoundSourceLars Knoll2022-05-166-67/+74
* Fix a logic error when decoding sound in the spatial sound engineLars Knoll2022-05-161-7/+10
* Fix race condition in the ffmpeg audio decoderLars Knoll2022-05-163-13/+15
* Properly handle transmission through room wallsLars Knoll2022-05-168-27/+215