summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor QNX camera supportRafael Roquetto2022-06-0914-462/+1367
* 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
* 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
* 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
* Improve volume matching between Surround and Stereo modesLars Knoll2022-05-311-144/+144
* 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-315-12/+21
* Fix the data to decode ambisonic to surround speaker arraysLars Knoll2022-05-315-285/+244
* Document the coordinate system being used by QAudioEngineLars Knoll2022-05-313-5/+22
* Avoid deadlock, don't emit signals while holding mutexPiotr Srebrny2022-05-271-0/+4
* Fix compile error on videonode pluginTunahan Erkoyuncu2022-05-261-0/+2
* Fix state transition in QGStreamerAudioSink::resume()Axel Spoerl2022-05-241-1/+1
* API cleanups for spatial/3D audioLars Knoll2022-05-2433-727/+715
* 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-246-43/+29
* Fix compilation error on Windows caused by switch with only default casePiotr Srebrny2022-05-241-6/+5
* 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-238-26/+98
* 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-184-1/+62
* 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
* QNX: re-enable SIMD on QNXRafael Roquetto2022-05-171-5/+0
* Some smaller API fixes to QSpatialAudioSoundSourceLars Knoll2022-05-165-64/+71
* 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
* API fixes for QSpatialAudioRoomLars Knoll2022-05-163-23/+23
* Set channel configuration for QWindowsAudioDevicePiotr Srebrny2022-05-164-13/+28
* Connect QWindowsVideoDevices to ffmpeg media integrationPiotr Srebrny2022-05-162-0/+6
* Android: fix media devices race conditionSamuel Mira2022-05-164-16/+40
* Fix null pointer dereference in GUI-less applicationsAndré de la Rocha2022-05-161-0/+4
* Docs: Fix broken linksNicholas Bennett2022-05-131-1/+1
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-132-3/+3
* Add missing "We mean it" disclaimerMoody Liu2022-05-121-0/+10
* Add support for audio channel configuration on WindowsPiotr Srebrny2022-05-121-1/+67
* Extract QWindowsVideoDevices from QWindowsMediaDevicesPiotr Srebrny2022-05-127-221/+338