summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* CoreAudio: Create an audio plugin supporting iOS and OS XAndy Nichols2013-09-1910-2904/+6
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-061-1/+1
|\
| * Fix QAudioOutput::setVolume() limited 50% on 32-bit Windowsold/5.1Bill Somerville2013-09-021-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\|
| * Enable QSoundEffect with loopCount of Infinite to playAndy Nichols2013-08-131-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-14/+11
|\|
| * Fixed bug in QWaveDecoder.Yoann Lopes2013-08-051-14/+11
* | Merge branch 'stable' into devSergio Ahumada2013-08-052-8/+47
|\|
| * Make PulseAudio implementation of QSoundEffect more robust.Yoann Lopes2013-07-252-8/+47
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-10/+12
|\|
| * Use correct default audio output and input devices on Windows.Yoann Lopes2013-06-251-10/+12
* | Purged ALSA implementationBernd Weimer2013-06-112-153/+75
* | Delay deletion of the QNetworkAccessManager.Stephen Kelly2013-04-111-1/+1
|/
* Fix calculation bug in QWaveDecoder.Christian Strømme2013-03-221-3/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-142-29/+36
|\
| * Doc: Clarify and polish docs for QAudio[Input|Output]::start()Sze Howe Koh2013-02-272-29/+36
* | iOS: Fix build issuesAndy Nichols2013-03-112-9/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1957-75/+80
|\|
| * Merge branch 'release' into stableSergio Ahumada2013-01-292-0/+5
| |\
| | * Add virtual destructors to two classes with other virtualsThiago Macieira2013-01-252-0/+5
| | * Doc: Fixed random QDoc warningsVenugopal Shivashankar2013-01-175-17/+17
| * | Doc: Fix module name formatSze Howe Koh2013-01-291-1/+1
| * | Doc: Fixed random QDoc warningsVenugopal Shivashankar2013-01-155-17/+17
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1057-57/+57
| |/
* | Reduce MinGW64-warnings about mixerID.Friedemann Kleint2013-02-142-6/+8
* | Fix signature of the waveInProc/waveOutProc callbacks.Friedemann Kleint2013-02-144-4/+4
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2828-112/+0
|/
* Remove comma at the end of the enumThiago Macieira2012-12-281-1/+1
* Doc: Replace outdated macroChristian Stenger2012-12-071-1/+1
* Fix syncqt-warnings.Friedemann Kleint2012-11-1912-40/+40
* Fix a possible crash in QSoundEffect.Robin Burchell2012-11-091-1/+3
* Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-0610-10/+10
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-062-2/+2
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-2528-56/+0
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-10-171-1/+1
* Fix compilation with stock MinGW.Friedemann Kleint2012-10-173-8/+27
* Export QAudioHelperInternal symbolsKevin Ottens2012-10-081-1/+1
* Don't add the beginning of the file to the end of the last periodKevin Ottens2012-10-081-2/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2457-1368/+1368
* Fix some failing QAudioInput integration tests on OSX.Michael Goddard2012-08-034-14/+73
* Added check to qsound and qsoundeffect unit tests for audio supportKurt Korbatits2012-08-031-0/+5
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-271-1/+2
* Replace QSoundEffect backend using qmedia with qaudiooutput implementationKurt Korbatits2012-07-265-293/+494
* Volume control for QAudioInput windows backend.Lev Zelenskiy2012-07-262-0/+115
* Added check to alsa backend for QAudioOutputKurt Korbatits2012-07-261-0/+5
* Fixed docs for QAudioInput::bufferSize and setBufferSizeAli Akhtarzada2012-07-241-2/+2
* Added volume control for QAudioOutput & QAudioInput (alsa)Kurt Korbatits2012-07-1710-10/+252
* Fix some QAudioInput errors on OSX.Michael Goddard2012-07-161-10/+36
* Fixed error in qaudioinput alsa backend for invalid format.Kurt Korbatits2012-07-161-2/+2
* Clarify API/docs by introducing the audio "frame", and add helpers.Michael Goddard2012-07-115-71/+206