summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-170/+57
|\|
| * PulseAudio: change the way volume is applied.Yoann Lopes2016-03-162-170/+57
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-077-9/+9
|\|
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-037-9/+9
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+2
| |\
| | * Fix setting state to not playing when audio error occurredPasi Petäjäjärvi2016-01-141-1/+2
* | | Updated license headersAntti Kokko2016-01-1937-518/+740
* | | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-152-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Christian Strømme2016-01-121-0/+2
| |\|
| | * Fix playing sound in loop if sample size is smallPasi Petäjäjärvi2016-01-071-0/+2
| * | Doc: Move all doc artifacts under one projectVenugopal Shivashankar2015-12-071-0/+1
* | | Audio: replace foreach with range-based forAnton Kudryavtsev2016-01-153-12/+15
* | | QSampleCache: use prefix ++ for iterator in setCapacityAnton Kudryavtsev2015-12-041-2/+3
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-10-061-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
| |\|
| | * Fix crash in QSoundEffect when using it from a non-GUI thread.Yoann Lopes2015-08-251-0/+1
* | | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-241-2/+0
|\|
| * Doc: update qml module version to 5.5.Yoann Lopes2015-08-111-2/+0
* | Add audio role API to QMediaPlayer.Jim Hodapp2015-08-102-0/+75
|/
* Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* Fix debug stream operators.Friedemann Kleint2015-04-072-36/+40
* Remove stray <QtNetwork> includesAndrew Knight2015-03-302-2/+6
* Free d in QAudioBuffer &QAudioBuffer::operator =(const QAudioBuffer &).Friedemann Kleint2015-03-101-0/+2
* Update copyright headersAntti Kokko2015-02-1237-259/+259
* Remove unused private membersThiago Macieira2014-11-251-7/+0
* Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-261-3/+0
|\
| * Remove unused includesChristian Strømme2014-09-111-3/+0
* | Add a declaration to QIODeviceThiago Macieira2014-08-251-0/+2
* | Update license headers and add new license filesAntti Kokko2014-08-2437-703/+407
* | Set volume only if volume was explicitly set.Robin Burchell2014-08-042-3/+17
* | Resource policy support for QSoundEffect.Robin Burchell2014-08-042-1/+47
|/
* Improve default audio plugin selection.Yoann Lopes2014-06-051-6/+21
* Use Q_CONSTRUCTOR_FUNCTION macro to register multimedia meta types.Yoann Lopes2014-05-305-53/+25
* Add support for running on big-endian systemsDmitry Shachnev2014-04-032-7/+15