summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qsamplecache_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSampleCache: Wait for load thread to finish before restarting itMikolaj Boc2023-04-161-1/+5
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-181-1/+1
* wasm: fix QSoundEffect playingLorn Potter2022-08-111-0/+14
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Avoid misleading error information, display proper loading errorPiotr Srebrny2022-02-141-1/+12
* Disconnect signals before releasing reference to objectsPiotr Srebrny2021-09-221-2/+6
* QSampleCache: Don't start the loader thread unless we need toLars Knoll2021-05-201-3/+2
* Fix bugs in QSoundEffectLars Knoll2021-05-071-35/+15
* qwavedecoder: Make sure sample cache is openNicolas Fella2021-04-301-0/+2
* Fix tst_qcamerawidgets autotestLars Knoll2021-04-281-2/+0
* Unify support for .wav files into one public classDoris Verria2021-02-091-1/+1
* QNetworkReply: Fix use of deprecated error signalMårten Nordheim2020-03-251-1/+1
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-011-8/+10
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-4/+8
|\
| * Fix crash when app is destroyed before QSample::load is finishedVaL Doroshchuk2019-07-051-4/+8
* | multimedia: modernize by using nullptrJochen Seemann2019-01-041-5/+5
|/
* Fix warning on deleteLater on nullptr in QSampleCachePierre Hallot2018-07-241-2/+4
* QSampleCache: Fix memory leakOrgad Shaneh2018-07-051-2/+1
* QSoundEffect: Check if network access manager is already releasedVal Doroshchuk2018-05-111-1/+2
* Fix memory leak in QSoundEffectVaL Doroshchuk2017-12-141-1/+4
* Updated license headersAntti Kokko2016-01-191-14/+20
* Audio: replace foreach with range-based forAnton Kudryavtsev2016-01-151-4/+5
* QSampleCache: use prefix ++ for iterator in setCapacityAnton Kudryavtsev2015-12-041-2/+3
* Remove stray <QtNetwork> includesAndrew Knight2015-03-301-1/+5
* Update copyright headersAntti Kokko2015-02-121-7/+7
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Delay deletion of the QNetworkAccessManager.Stephen Kelly2013-04-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* QSampleCache: Add a method to check whether a sample is cached.Lev Zelenskiy2012-04-271-0/+6
* Still need to count usage even when capacity is zero.Lev Zelenskiy2012-04-251-2/+1
* Add AudioEngine with new implementationLing Hu2012-02-061-2/+31
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Remove antiquated \since lines in docs.Michael Goddard2012-01-161-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Restructure the source code a little.Michael Goddard2012-01-051-0/+401