index
:
qt/qtmultimedia.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/qt6
Qt Multimedia
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
multimedia
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: fix spelling error
HEAD
dev
Lorn Potter
18 hours
2
-2
/
+2
*
Audio Streams - add thread() getter and add some thread assertions
Tim Blechmann
39 hours
2
-2
/
+23
*
QtAudio: promote from alias to namespace
Tim Blechmann
3 days
2
-6
/
+38
*
QSoundEffect: convert QSoundEffectPrivate to virtual base class
Tim Blechmann
7 days
5
-384
/
+625
*
QSampleCache: (re)implement single-threaded sample loading
Tim Blechmann
7 days
2
-8
/
+105
*
QAudioFormat: defaultChannelConfigForChannelCount - fix off-by-one error
Tim Blechmann
7 days
1
-1
/
+1
*
fix no thread build
Lorn Potter
9 days
1
-0
/
+2
*
QAudioSink: emit QIODevice::bytesWritten
Tim Blechmann
11 days
3
-15
/
+52
*
Audio: add tlsf-based memory resource
Tim Blechmann
12 days
2
-0
/
+114
*
Audio: introduce a pmr emulation layer
Tim Blechmann
12 days
1
-0
/
+215
*
tests: make QSampleCache Q_APPLICATION_STATIC
Tim Blechmann
14 days
1
-1
/
+2
*
Audio: align name for audio sink iodevice
Tim Blechmann
14 days
2
-6
/
+6
*
wasm: document webassembly differences
Lorn Potter
2025-06-17
2
-0
/
+9
*
QMaybe: remove unused header
Tim Blechmann
2025-06-16
1
-1
/
+0
*
Audio: deprecate QWaveDecoder
Tim Blechmann
2025-06-15
2
-3
/
+10
*
silence potential -Wunused-private-field warnings via Q_DECL_UNUSED_MEMBER
Tim Blechmann
2025-06-13
2
-3
/
+1
*
QSampleCache: replace QWaveDecoder with dr_wav
Tim Blechmann
2025-06-12
3
-35
/
+56
*
QSampleCache: Rework sample loading
Tim Blechmann
2025-06-12
3
-505
/
+224
*
Audio: declare QPlatformAudioXImplementation::stop as final
Tim Blechmann
2025-06-06
1
-2
/
+2
*
Audio: remove QAudioStateMachine
Tim Blechmann
2025-06-06
7
-437
/
+10
*
3rdparty: dr_wav - namespace implementation
Tim Blechmann
2025-06-06
1
-0
/
+2
*
3rdparty: import dr_wav to implement wav decoder
Tim Blechmann
2025-06-06
1
-0
/
+5
*
QPlatformAudioSourceStream: fix idle detection
Tim Blechmann
2025-06-05
1
-1
/
+1
*
QSampleCache: use promises to simplify object connections
Tim Blechmann
2025-06-05
3
-55
/
+102
*
Audio: prevent streams to be opened multiple times
Tim Blechmann
2025-05-30
1
-0
/
+25
*
QAudio: cleanups
Tim Blechmann
2025-05-30
1
-14
/
+27
*
Remove legacy workarounds
Tim Blechmann
2025-05-29
1
-5
/
+1
*
QAudioSink: destroy streams on start failures
Tim Blechmann
2025-05-29
1
-0
/
+2
*
QPlatformAudioSourceStream: fix processedDuration
Tim Blechmann
2025-05-15
1
-1
/
+1
*
Audio: unify the platform-specific Sink/Source code
Tim Blechmann
2025-05-13
1
-0
/
+549
*
QAutoResetEvent: introduce callOnActivated
Tim Blechmann
2025-05-08
6
-16
/
+60
*
Audio: ensure parent of QPlatformAudioEndpointBase
Tim Blechmann
2025-05-08
4
-4
/
+7
*
Audio: move volume to QPlatformAudioEndpointBase
Tim Blechmann
2025-05-08
2
-9
/
+5
*
Audio: move QAudioFormat to QPlatformAudioEndpointBase
Tim Blechmann
2025-05-08
2
-11
/
+15
*
silence division-by-zero warnings
Tim Blechmann
2025-05-06
2
-6
/
+16
*
Audio: Sink - introduce callback-based interface
Tim Blechmann
2025-05-01
2
-0
/
+116
*
QAudioRingbuffer: introduce producer and consumeSome APIs
Tim Blechmann
2025-04-25
3
-123
/
+136
*
Span support: use qsizetype
Tim Blechmann
2025-04-25
1
-2
/
+2
*
Audio: move format utils into QtMultimediaPrivate
Tim Blechmann
2025-04-25
1
-2
/
+2
*
Audio: fix bufferSize semantics
Tim Blechmann
2025-04-24
2
-8
/
+47
*
Audio: move format validation to platform-independent code
Tim Blechmann
2025-04-23
2
-16
/
+36
*
Audio: include missing header
Tim Blechmann
2025-04-23
1
-1
/
+1
*
QAudioSource: fix doc formating
Tim Blechmann
2025-04-23
1
-3
/
+4
*
RTSan: add functionality to disable rtsan
Tim Blechmann
2025-04-23
2
-0
/
+37
*
QAudioRingBuffer: allow use with non-trivial data
Tim Blechmann
2025-04-23
1
-10
/
+53
*
Audio: harden error handling
Tim Blechmann
2025-04-23
2
-0
/
+35
*
QAudioSource/Sink: add frame-based APIs for ringbuffer
Tim Blechmann
2025-04-22
4
-10
/
+128
*
rtsan: declare all non-blocking function as noexcept
Tim Blechmann
2025-04-12
4
-18
/
+18
*
Audio: Streams - align move semantics of QAudioDevice argument
Tim Blechmann
2025-04-12
2
-7
/
+6
*
Audio: improve documentation of IOError, UnderrunError and IdleState
Tim Blechmann
2025-04-10
3
-7
/
+14
[next]