summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing some doc errors for overviewAngus Cummings2012-06-081-1/+1
* A number of documentation fixes.Michael Goddard2012-06-071-1/+1
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-2/+3
* Remove the last remainders of the old plugin systemLars Knoll2012-06-051-4/+10
* ensure important docs are built by the automated publisherAngus Cummings2012-06-011-0/+2
* Very minor C++ doc changesAngus Cummings2012-05-161-1/+1
* Minor doc fixes for QMLAngus Cummings2012-05-161-18/+54
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Fix MinGW-w64 compilationJonathan Liu2012-04-301-2/+2
* QSampleCache: Add a method to check whether a sample is cached.Lev Zelenskiy2012-04-272-1/+8
* Fix a compiler warning.Michael Goddard2012-04-271-1/+1
* Fix a possible stale pointer access if we can't connect to PulseAudio.Michael Goddard2012-04-271-2/+11
* Still need to count usage even when capacity is zero.Lev Zelenskiy2012-04-251-2/+1
* Do not try to complete flush operation if stream has changed.Lev Zelenskiy2012-04-252-4/+10
* Disconnect probe control in case source was destroyed.Lev Zelenskiy2012-04-201-0/+8