summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* Fixed clock() function return values in audio class's.Kurt Korbatits2009-10-224-4/+4
* Fixed compile issue with alsa < 1.0.14Kurt Korbatits2009-10-215-4/+74
* Fixed thread lockup in win32 backend for QAudioOutput.Kurt Korbatits2009-10-071-3/+4
* Fixed QAudioDeviceInfoInternal::deviceList(QAudio::Mode mode) filteringMartin Banky2009-10-061-17/+9
* Fixed logic in clock() function of audio class's.Kurt Korbatits2009-10-026-4/+10
* Fixed error in notify() signal and totalTime() in QAudioInput andKurt Korbatits2009-09-308-11/+62
* Changed internal tr()'s to be QString::fromLatin1() in alsa builtin.Kurt Korbatits2009-09-302-22/+22
* doc: Fixed three /sa that should be \saThorbjørn Lindeijer2009-09-282-2/+2
* Removed stateChanged and notify signals from win32 qaudiooutput builtin.Kurt Korbatits2009-09-281-4/+0
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ...Justin McPherson2009-09-2420-524/+274
* Mac audio; emit stateChanged on start, don't flush in push mode.Justin McPherson2009-09-242-0/+9
* Mac audio; Remove signal re-decleration.Justin McPherson2009-09-242-8/+0
* Doc: Added some snippets to the multimedia audio docs.Geir Vattekar2009-09-154-5/+18
* AudioDevices demo doesn't do anything on WindowsKurt Korbatits2009-09-146-42/+81
* Crash in audiooutput demo when switching outputKurt Korbatits2009-09-104-12/+70
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0939-156/+156
|\
| * Update license headers again.Jason McDonald2009-09-0939-156/+156
* | Fixed 'illegal empty declaration' warning reported by Nokia X86 compilerJanne Anttila2009-09-081-1/+1
|/
* QAudioDeviceInfo::deviceList() wasn't working correctly if no audioKurt Korbatits2009-09-081-2/+3
* Copy ctor and assignment operator for QAudioFormatPrivate (QSharedData derive...Justin McPherson2009-09-021-1/+23
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3136-468/+468
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-313-39/+39
* compile fix with namespaceshjk2009-08-2612-1/+44
* Removed some 'illegal empty declaration' warnings from Symbian buildJanne Anttila2009-08-242-4/+4
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-2/+2
* Update contact URL in license headers.Jason McDonald2009-08-1239-39/+39
* multimedia: fix warnings on mingwThierry Bastian2009-08-064-4/+3
* Merge AudioServices into mainline.Justin McPherson2009-08-0540-0/+10133