summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * PulseAudio: make code more robustYoann Lopes2016-09-211-14/+47
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-09-013-11/+50
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-273-11/+50
| |\|
| | * PulseAudio (QSoundEffect): don't write data to an unready streamYoann Lopes2016-08-151-0/+4
| | * PulseAudio: flush stream before loading a new source in a sound effectYoann Lopes2016-08-152-10/+45
| | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | | Improve audio volume documentationYoann Lopes2016-08-223-6/+39
* | | Add LogarithmicVolumeScale to VolumeScale enum.Yoann Lopes2016-06-142-12/+54
* | | Fix out-of-date documentation for QAudioSystemPlugin.Yoann Lopes2016-06-031-16/+7
* | | Add new volume conversion API.Yoann Lopes2016-06-032-0/+123
* | | Remove mentioning of -audio-backend command line optionLars Knoll2016-05-311-6/+5
* | | Improve QAudioDeviceInfo::defaultDevice().Christian Stromme2016-05-206-35/+124
|/ /