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
/
qsamplecache_p.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSampleCache: (re)implement single-threaded sample loading
Tim Blechmann
4 days
1
-8
/
+104
*
fix no thread build
Lorn Potter
6 days
1
-0
/
+2
*
QSampleCache: replace QWaveDecoder with dr_wav
Tim Blechmann
2025-06-12
1
-31
/
+41
*
QSampleCache: Rework sample loading
Tim Blechmann
2025-06-12
1
-423
/
+182
*
QSampleCache: use promises to simplify object connections
Tim Blechmann
2025-06-05
1
-10
/
+58
*
remove some unused headers
Tim Blechmann
2025-03-11
1
-1
/
+0
*
Fix compilation when network feature is turned off
Jari Helaakoski
2025-01-23
1
-4
/
+4
*
Make QSoundEffect compilable without QT_network
Artem Dyomin
2025-01-01
1
-44
/
+66
*
QSampleCache: avoid creating a default ssl configuration on invalid urls
Tim Blechmann
2024-09-27
1
-0
/
+9
*
QSoundEffect: fix race condition in handlers
Tim Blechmann
2024-08-12
1
-3
/
+3
*
QSampleCache: Fix reloading of erroneous sample
Jarkko Koivikko
2024-08-07
1
-0
/
+4
*
QSampleCache: cleanups
Tim Blechmann
2024-08-02
1
-6
/
+6
*
Use new macro for declaring static logging categories
Ulf Hermann
2024-06-14
1
-1
/
+1
*
Apply clazy's old-style-connect
Tim Blechmann
2024-05-03
1
-5
/
+6
*
QSampleCache: Wait for load thread to finish before restarting it
Mikolaj Boc
2023-04-16
1
-1
/
+5
*
Set Q_LOGGING_CATEGORY static
Artem Dyomin
2023-01-18
1
-1
/
+1
*
wasm: fix QSoundEffect playing
Lorn Potter
2022-08-11
1
-0
/
+14
*
Use SPDX license identifiers
Lucie Gérard
2022-06-24
1
-38
/
+2
*
Avoid misleading error information, display proper loading error
Piotr Srebrny
2022-02-14
1
-1
/
+12
*
Disconnect signals before releasing reference to objects
Piotr Srebrny
2021-09-22
1
-2
/
+6
*
QSampleCache: Don't start the loader thread unless we need to
Lars Knoll
2021-05-20
1
-3
/
+2
*
Fix bugs in QSoundEffect
Lars Knoll
2021-05-07
1
-35
/
+15
*
qwavedecoder: Make sure sample cache is open
Nicolas Fella
2021-04-30
1
-0
/
+2
*
Fix tst_qcamerawidgets autotest
Lars Knoll
2021-04-28
1
-2
/
+0
*
Unify support for .wav files into one public class
Doris Verria
2021-02-09
1
-1
/
+1
*
QNetworkReply: Fix use of deprecated error signal
Mårten Nordheim
2020-03-25
1
-1
/
+1
*
Port from QMutex::Recursive to QRecursiveMutex
Marc Mutz
2019-08-01
1
-8
/
+10
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-11
1
-4
/
+8
|
\
|
*
Fix crash when app is destroyed before QSample::load is finished
VaL Doroshchuk
2019-07-05
1
-4
/
+8
*
|
multimedia: modernize by using nullptr
Jochen Seemann
2019-01-04
1
-5
/
+5
|
/
*
Fix warning on deleteLater on nullptr in QSampleCache
Pierre Hallot
2018-07-24
1
-2
/
+4
*
QSampleCache: Fix memory leak
Orgad Shaneh
2018-07-05
1
-2
/
+1
*
QSoundEffect: Check if network access manager is already released
Val Doroshchuk
2018-05-11
1
-1
/
+2
*
Fix memory leak in QSoundEffect
VaL Doroshchuk
2017-12-14
1
-1
/
+4
*
Updated license headers
Antti Kokko
2016-01-19
1
-14
/
+20
*
Audio: replace foreach with range-based for
Anton Kudryavtsev
2016-01-15
1
-4
/
+5
*
QSampleCache: use prefix ++ for iterator in setCapacity
Anton Kudryavtsev
2015-12-04
1
-2
/
+3
*
Remove stray <QtNetwork> includes
Andrew Knight
2015-03-30
1
-1
/
+5
*
Update copyright headers
Antti Kokko
2015-02-12
1
-7
/
+7
*
Update license headers and add new license files
Antti Kokko
2014-08-24
1
-19
/
+11
*
Delay deletion of the QNetworkAccessManager.
Stephen Kelly
2013-04-11
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-10
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
1
-24
/
+24
*
QSampleCache: Add a method to check whether a sample is cached.
Lev Zelenskiy
2012-04-27
1
-0
/
+6
*
Still need to count usage even when capacity is zero.
Lev Zelenskiy
2012-04-25
1
-2
/
+1
*
Add AudioEngine with new implementation
Ling Hu
2012-02-06
1
-2
/
+31
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update obsolete contact address.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Remove antiquated \since lines in docs.
Michael Goddard
2012-01-16
1
-1
/
+0
*
Update copyright year in license headers.
Jason McDonald
2012-01-06
1
-1
/
+1
[next]