summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expose the audio category information for streams.Michael Goddard2012-04-169-3/+164
* expanding unit test for QAudioDecoderAngus Cummings2012-04-141-3/+5
* Move QAudioDecoder to public.Michael Goddard2012-04-113-6/+6
* Fix a number of doc errors and warnings.Michael Goddard2012-04-113-16/+170
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-055-32/+73
* Rename the daemon global static to pulseDaemonThiago Macieira2012-03-251-15/+15
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-201-1/+1
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-205-288/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-20/+20
* Changes to QAudioBuffer and QAudioDecoder (position and duration).Lev Zelenskiy2012-02-244-18/+83
* Docs: fix qml links and standalone build for MultimediaPeter Yard2012-02-221-16/+17