summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix QSoundEffect playingLorn Potter2022-08-111-0/+14
* QVideoFrameFormat: properly guard the definition of deprecated methodsIvan Solovev2022-08-101-0/+2
* QVideoFrameFormat: fix deprecationsMarc Mutz2022-08-092-3/+9
* Remove access to texture handles from public QVideoFrame APIPiotr Srebrny2022-08-096-31/+22
* resonance_audio: AlignedAllocator: fix C++20 buildMarc Mutz2022-08-092-3/+39
* Fix QAudioEngine constructorsMarc Mutz2022-08-092-8/+17
* Add implicit default constructor for nullptrPiotr Srebrny2022-08-051-1/+2
* Support sound files in qrcPaul Olav Tvete2022-08-044-9/+34
* Add missing mutex relockPiotr Srebrny2022-07-281-0/+1
* Android: Fix changes in preview resolution after taking a photoSamuel Mira2022-07-222-5/+8
* Android: Add warning about setting earpieceBartlomiej Moskal2022-07-221-0/+4
* Android: Fix for changing Audio sinkBartlomiej Moskal2022-07-224-1/+13
* Android: Filters out unsupported FLAC audio codecsBartlomiej Moskal2022-07-221-6/+6
* Fix crash on WindowsPaul Olav Tvete2022-07-181-1/+2
* Validate RHi backend before accessing D3D11 native devicePiotr Srebrny2022-07-181-11/+8
* Avoid queueing video framesPiotr Srebrny2022-07-182-11/+18
* Expose subtitleText and videoSize to QMLLars Knoll2022-07-151-0/+2
* Android: Fix framerate drop when QML animation is over video/cameraSamuel Mira2022-07-142-13/+23
* wasm: make sure buffer stops when there's no more dataLorn Potter2022-07-131-6/+16
* CMake: Remove duplicate SOURCES optionAlexandru Croitor2022-07-131-1/+0
* wasm: update and fix qwasmaudiodeviceLorn Potter2022-07-061-9/+17
* Adjust video output size by frame orientationPiotr Srebrny2022-07-051-1/+1
* EVR: clear the event queue before deallocationLuca Carlon2022-07-051-1/+1
* QAudioRoom: rename setDimensions' parameter to "dim"Mårten Nordheim2022-06-301-1/+1
* QAudioHelpers: fix C++20 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-06-301-1/+1
* Put the include of 'qjniobject.h' under the Q_OS_ANDROID guardAlexey Edelev2022-06-301-1/+4
* 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