summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-211-12/+1
|\
| * Extract QAudioProbe code snippetMariana Meireles2019-09-111-12/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-121-1/+1
|\|
| * Include moc files after QT_END_NAMESPACEVal Doroshchuk2019-09-091-1/+1
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-012-9/+11
* | Make QAudioDeviceInfo::realm() publicVal Doroshchuk2019-07-192-2/+5
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-4/+8
|\|
| * 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
* | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-041-8/+4
* | | Port towards load/storeRelaxed atomicsFriedemann Kleint2019-06-251-3/+3
|/ /
* | Doc: Fix multiple documentation issuesv5.13.0-beta3Topi Reinio2019-04-161-5/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-272-2/+2
|\|
| * Add source url to 'decoding error' warningRoland Rossgotterer2019-03-252-2/+2
* | multimedia: modernize by using nullptrJochen Seemann2019-01-048-38/+38
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-171-1/+1
|\|
| * Alsa: Do not open device twice in QSoundEffectVaL Doroshchuk2018-11-051-1/+1
* | Add a support for selecting the output device used by QSoundEffectOtto Ryynänen2018-10-306-18/+54
|/
* 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
* QSoundEffect: Release QAudioOutput when new source url appliedVal Doroshchuk2018-05-091-0/+7
* QSound(Effect): Cleanup coding styleAndre Hartmann2018-04-264-11/+11
* QSound: Allow to play files with qrc schemaAndre Hartmann2018-04-251-1/+10
* Doc: Fix documentation warningsTopi Reinio2018-04-196-19/+13
* QSound(Effect): Use C++11 member initializationv5.11.0-beta3Andre Hartmann2018-03-276-77/+48
* QSound: Fix comment typosAndre Hartmann2018-03-271-3/+3
* QSound(Effect): Convert to functor-style connectAndre Hartmann2018-03-274-31/+38
* QSoundEffectPrivate: Use nullptr instead 0 or NULLAndre Hartmann2018-03-232-37/+39
* Support changing of volume in 24-bit audio samplesVaL Doroshchuk2018-03-221-0/+49
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-1/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-021-1/+2
| |\
| | * PulseAudio: Prevent crash when a sound device cannot be createdAndy Shaw2018-01-241-1/+2
* | | Doc: Fix clang-qdoc diagnostic warningsVenugopal Shivashankar2018-01-081-5/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-063-8/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-061-1/+4
| |\|
| | * Fix memory leak in QSoundEffectVaL Doroshchuk2017-12-141-1/+4
| * | PulseAudio: Fix deadlock for QSoundEffect in setMuted, setVolumeVaL Doroshchuk2017-12-192-7/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-191-13/+16
|\| |
| * | PulseAudio: Support 24 bit framesVaL Doroshchuk2017-09-261-13/+16
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-277-9/+9
* | | Add custom audio role API to QMediaPlayerJames McDonnell2017-09-062-1/+6
|/ /
* | PulseAudio: allow to disable the pulseaudio autospawn featureBartosz Golaszewski2017-07-121-1/+2
* | PulseAudio: allow to specify the pulseaudio server stringBartosz Golaszewski2017-07-121-1/+4
* | Merge remote-tracking branch 'origin/5.9' into devChristian Strømme2017-07-072-3/+3
|\|
| * Doc: Fix wrong slashRainer Keller2017-07-071-1/+1
| * PulseAudio: fix a pthread_mutex crash in error pathBartosz Golaszewski2017-07-061-2/+2
* | io-audio based audio management for QNX 7.0.0James McDonnell2017-03-272-8/+16
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-102-6/+4
|\
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-272-5/+3