summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-211-5/+7
* Added QAudioDecoderControl::sourceChanged signal.Lev Zelenskiy2012-02-171-0/+1
* Use a PA function to compare specs instead of memcmp.Michael Goddard2012-02-171-1/+1
* Changes to media probing API.Lev Zelenskiy2012-02-102-1/+21
* Add some recent things to the overview docs.Michael Goddard2012-02-091-2/+4
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-083-2/+643
* Add exports for probe classes.Michael Goddard2012-02-071-1/+1
* Add some media probing API.Michael Goddard2012-02-073-2/+273
* Add a QAudioBuffer class.Michael Goddard2012-02-064-1/+692
* Documentation tweaks.Michael Goddard2012-02-061-1/+5
* Fix some warnings.Michael Goddard2012-02-062-2/+4
* Add AudioEngine with new implementationLing Hu2012-02-062-5/+44
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3050-50/+50
* Add a volume (gain) property to QAudioInput.Michael Goddard2012-01-253-0/+28
* Fix some static analysis defects.Michael Goddard2012-01-251-1/+6
* Implement QAudioDeviceInfo operator==/!=Michael Goddard2012-01-232-1/+28
* Update obsolete contact address.Jason McDonald2012-01-2350-50/+50
* More minor doc fixes.Michael Goddard2012-01-171-7/+44
* Fix up a few doc issuesMichael Goddard2012-01-179-4/+23
* Remove antiquated \since lines in docs.Michael Goddard2012-01-169-176/+0
* Remove out-of-line uses of qMalloc/qFree/qRealloc.Robin Burchell2012-01-152-8/+8
* Update year in Nokia copyright headers.Jason McDonald2012-01-1247-47/+47
* Updated QtMultimedia declarative module to version 5.0Jonas Rabbe2012-01-111-1/+1
* Fix for QSoundEffect crash bugMithra Pattison2012-01-061-1/+2