| Commit message (Expand) | Author | Age | Files | Lines |
* | Audio: prepare callback-based audio sources | Tim Blechmann | 10 hours | 7 | -34/+89 |
* | wasm: Fix image capture | Lorn Potter | 13 hours | 1 | -0/+1 |
* | QRtAudioEngine: introduce overflow buffers | Tim Blechmann | 15 hours | 3 | -14/+117 |
* | Audio: introduce QRtAudioEngine | Tim Blechmann | 15 hours | 4 | -0/+647 |
* | pulseaudio: don't wait for async operations in suspend/resume | Tim Blechmann | 15 hours | 2 | -4/+4 |
* | Audio: introduce Accessibility as new endpoint role | Tim Blechmann | 16 hours | 4 | -1/+10 |
* | QAudioFormat: use Q_DECL_UNUSED_MEMBER | Tim Blechmann | 27 hours | 2 | -5/+1 |
* | QAudioFormat: correct channel population | Tim Blechmann | 27 hours | 1 | -1/+1 |
* | WASAPI: don't expose full sampling rate range | Tim Blechmann | 27 hours | 1 | -2/+8 |
* | QAudioFormat: silence -Wimplicit-int-conversion | Tim Blechmann | 27 hours | 1 | -1/+5 |
* | wasm: fix spelling error | Lorn Potter | 3 days | 5 | -5/+5 |
* | CMake: build resonance only if spatial audio is enabled | Tim Blechmann | 3 days | 1 | -1/+1 |
* | Audio Streams - add thread() getter and add some thread assertions | Tim Blechmann | 4 days | 2 | -2/+23 |
* | QtAudio: promote from alias to namespace | Tim Blechmann | 5 days | 2 | -6/+38 |
* | Android, camera: Simplify isAfModeSupported | Nils Petter Skålerud | 6 days | 2 | -30/+14 |
* | Android, camera: Allow precapture to take a copy of CameraSettings | Nils Petter Skålerud | 6 days | 1 | -8/+17 |
* | Android, camera: Rename mCaptureCallback to mPreviewCaptureCallback | Nils Petter Skålerud | 6 days | 1 | -6/+27 |
* | Android, camera: Move precapture waiting logic into dedicated class | Nils Petter Skålerud | 6 days | 1 | -94/+111 |
* | Android, camera: Rename callback class to StillPhotoFinalizerCallback | Nils Petter Skålerud | 6 days | 1 | -5/+8 |
* | darwin: include missing header | Tim Blechmann | 6 days | 1 | -0/+2 |
* | API review: return std::chrono::milliseconds for network timeout | Artem Dyomin | 7 days | 4 | -15/+27 |
* | Remove terminal leading symbol in code snippets | Pavel Dubsky | 7 days | 7 | -125/+125 |
* | Pipewire: QAudioDeviceMonitor - relax thread assertion | Tim Blechmann | 8 days | 3 | -7/+11 |
* | Pipewire: re-enable pw_deinit | Tim Blechmann | 8 days | 1 | -6/+2 |
* | API review: remove reset functions | Artem Dyomin | 8 days | 4 | -23/+3 |
* | API review: don't mark new property as FINAL | Artem Dyomin | 8 days | 1 | -1/+1 |
* | API review: enum => enum class | Artem Dyomin | 8 days | 3 | -4/+4 |
* | API review: export class methods instead of the class | Artem Dyomin | 8 days | 1 | -16/+16 |
* | API review: make QPlaybackOptions move constructor inline | Artem Dyomin | 8 days | 2 | -2/+5 |
* | Add include "moc_*" to qplaybackoptions.cpp | Artem Dyomin | 8 days | 1 | -0/+2 |
* | wasm: fix assert | Lorn Potter | 8 days | 1 | -14/+0 |
* | wasm: separate QWasmMediaDevices from audio and camera devices | Lorn Potter | 9 days | 5 | -39/+72 |
* | QSoundEffect: convert QSoundEffectPrivate to virtual base class | Tim Blechmann | 9 days | 6 | -384/+627 |
* | QSampleCache: (re)implement single-threaded sample loading | Tim Blechmann | 9 days | 2 | -8/+105 |
* | Android, camera: Consolidate logic for going into preview mode | Nils Petter Skålerud | 9 days | 1 | -30/+29 |
* | Android, camera: Rename method "updateZoom" for code readability | Nils Petter Skålerud | 9 days | 1 | -4/+4 |
* | Android: Move logic for applying preview settings to helper function | Nils Petter Skålerud | 9 days | 1 | -11/+32 |
* | Android, camera: Move mFpsRange into thread safe CameraSettings | Nils Petter Skålerud | 9 days | 1 | -8/+17 |
* | Android, camera: Create Java-side CameraSettings helper class | Nils Petter Skålerud | 9 days | 1 | -79/+92 |
* | Android, camera: Unconditionally apply zoom | Nils Petter Skålerud | 9 days | 1 | -4/+2 |
* | FFmpeg: AudioRenderer - prevent nullptr access to iodevice | Tim Blechmann | 9 days | 1 | -1/+1 |
* | CoreAudio: mark stream as stopped on disconnect | Tim Blechmann | 9 days | 1 | -0/+1 |
* | Pipewire: improve shutdown handling | Tim Blechmann | 9 days | 3 | -7/+18 |
* | Pipewire: disable xrun detection | Tim Blechmann | 9 days | 1 | -0/+7 |
* | QAudioFormat: defaultChannelConfigForChannelCount - fix off-by-one error | Tim Blechmann | 9 days | 1 | -1/+1 |
* | CMake: remove reference to FFmpeg alias target | Tim Blechmann | 9 days | 1 | -1/+1 |
* | Gstreamer: Add option to prefix dot graph with timestamp | Mikko Hallamaa | 9 days | 3 | -6/+9 |
* | fix no thread build | Lorn Potter | 11 days | 1 | -0/+2 |
* | QImageCapture, docs: Add more properties to QML documentation | Nils Petter Skålerud | 13 days | 2 | -0/+56 |
* | QAudioSink: emit QIODevice::bytesWritten | Tim Blechmann | 13 days | 3 | -15/+52 |