summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtMultimedia: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-116-9/+9
* Fix chunk sizing in QPulseAudioSinkAxel Spoerl2022-05-111-17/+17
* Smaller updates on the occlusion property for sound sourcesLars Knoll2022-05-111-1/+9
* Add overview and example docs for spatial audioLars Knoll2022-05-1112-1/+113
* Add documentation for the QtQuick3D.SpatialAudio moduleLars Knoll2022-05-1115-118/+552
* Add support for rooms to the spatial audio engineLars Knoll2022-05-1110-5/+1136
* Add ability to pause/resume audio sources and the spatial engineLars Knoll2022-05-117-1/+238
* Cleanup the spatial audio sound source implementationLars Knoll2022-05-119-263/+129
* Add some minimal documentation for the spatial audio classesLars Knoll2022-05-117-7/+278
* Hook up the ambisonic decoder to the spatial audio moduleLars Knoll2022-05-117-14/+138
* Add decoder matrices to convert ambisonic data to various speaker configurationsLars Knoll2022-05-114-0/+752
* Add the Quick3D.SpatialAudio QML moduleLars Knoll2022-05-1118-25/+1030
* Add the C++ API for spatial audioLars Knoll2022-05-1113-0/+1651
* Fix compilation of resonance audio on our supported platformsLars Knoll2022-05-113-2/+17
* Build resonance audio as a bundled static libraryLars Knoll2022-05-112-0/+212
* Fix type punning compile error in resonance audioLars Knoll2022-05-111-2/+4
* Android: Unbreak microphone permissions after d0f21f14e97394Tor Arne Vestbø2022-05-103-4/+4
* Fix namespaced build on macOSLars Knoll2022-05-104-4/+9
* WMF: improve errors handling in session creation logicVladimir Belyavsky2022-05-102-16/+18
* QNX: Move the camera detection code into the QNX pluginLars Knoll2022-05-097-114/+238
* Windows: Fix audio buffer sizesAndré de la Rocha2022-05-081-8/+5
* Android: Use string based permission APITor Arne Vestbø2022-05-064-13/+13
* Add camera support for FFmpeg on WindowsPiotr Srebrny2022-05-064-0/+459
* Rename QGStreamerMediaDevices to *VideoDevice and clean up codePiotr Srebrny2022-05-068-261/+30