summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ALSA device enumeration to return all devicesMithra Pattison2012-07-101-12/+5
* Delete obsolete class methods and update related codeMithra Pattison2012-07-1017-175/+108
* Allow frequences up to 96000 in QAudioInput win32 backend.Lev Zelenskiy2012-06-271-1/+1
* Clean buffers before closing the input device.Lev Zelenskiy2012-06-271-6/+7
* Added support for big endian data to QAudioOutput win32 backend.Lev Zelenskiy2012-06-261-0/+25
* fix bogus conditionalOswald Buddenhagen2012-06-251-1/+1
* switch to new-style configure testsOswald Buddenhagen2012-06-251-2/+2
* Fix QAudioOutput volume on OSX.Michael Goddard2012-06-202-0/+29
* fix volume handling on WindowsMaurice Kalinowski2012-06-202-0/+25
* QIODevice* is used, but QIODevice was never declaredThiago Macieira2012-06-191-1/+1
* Fix a number of other qdoc issues.Michael Goddard2012-06-155-181/+332
* Fix build on Windows with new qdatetime.h that doesn't redefine min/maxSimon Hausmann2012-06-132-0/+4
* Clarify documentation about QAudioDecoder::read and blocking.Michael Goddard2012-06-131-5/+10