summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Eigen: Patch to work around unused variable compile errorLars Knoll2022-06-291-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-28571-21547/+1157
* Remove QImageCaptureForeignFabian Kosmale2022-06-251-7/+0
* GPU copy a single texture from a texture array to avoid video flickeringPiotr Srebrny2022-06-251-35/+64
* Release DC context after usePiotr Srebrny2022-06-241-2/+5
* Windows: Ensure captured image respects configured resolutionAndré de la Rocha2022-06-221-1/+11
* Re-enable sound effects when reentering roomPaul Olav Tvete2022-06-221-0/+4
* Remove QAudioListener::format()Lars Knoll2022-06-211-2/+0
* Fix typo discovered in API reviewLars Knoll2022-06-215-14/+14
* Document the FFmpeg backend and how to enable itLars Knoll2022-06-201-5/+22
* Fix a typo: ffmegmediaplugin -> ffmpegmediapluginLiang Qi2022-06-171-2/+2
* Documentation fixesPaul Olav Tvete2022-06-165-13/+16
* Split spatial audio out into a lib of its ownLars Knoll2022-06-1653-152/+600
* Remove docs for internal APIsLars Knoll2022-06-167-985/+11
* QNX: Refactor and re-enabled QQnxImageCaptureRafael Roquetto2022-06-165-119/+215
* QNX: fix KHR image handlingRafael Roquetto2022-06-151-2/+6
* QQnxMediaCaptureSession: Ensure camera session pointers are always validRafael Roquetto2022-06-141-1/+8
* QQnxPlatformCamera: new API to request video framesRafael Roquetto2022-06-142-0/+18
* Fix QT_NAMESPACE issue in qwindowsvideodevicesMårten Nordheim2022-06-131-0/+4
* QNX: Fix narrowing conversions in QQnxCameraFrameBufferRafael Roquetto2022-06-131-27/+37
* QQnxCameraFrameBuffer: remove dead codeRafael Roquetto2022-06-131-8/+0
* 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