summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make pulseaudio dependency privateAlexander Volkov2017-02-031-1/+1
* | Make QAudioSystemPlugin doc visible.Yoann Lopes2017-01-272-4/+0
* | Merge remote-tracking branch 'origin/5.8' into devYoann Lopes2017-01-261-16/+94
|\|
| * PulseAudio: make sound effect implementation more robustYoann Lopes2016-12-121-16/+94
* | Add missing override and remove redundant virtualAlexander Volkov2016-12-126-67/+67
|/
* Add proper global headers for QtMultimediaLars Knoll2016-11-2313-13/+13
* Cleanup all maemo/meego specific codeLars Knoll2016-11-143-76/+0
* Move qtmultimedia over to the new config systemLars Knoll2016-11-141-13/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-10-113-7/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-043-7/+5
| |\
| | * Clamp out-of-range volume values in QAudioInput and QAudioOutputYoann Lopes2016-09-282-2/+4
| | * Clamp volume in QMediaRecorder and QSoundEffectYoann Lopes2016-09-271-5/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-09-231-14/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-09-221-14/+47
| |\|