summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* 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-094-12/+70
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0953-212/+212
|\
| * Update license headers again.Jason McDonald2009-09-0953-212/+212
* | Fixed 'illegal empty declaration' warning reported by Nokia X86 compilerJanne Anttila2009-09-082-2/+2
|/
* QAudioDeviceInfo::deviceList() wasn't working correctly if no audioKurt Korbatits2009-09-081-2/+3
* Added missing TARGET.UID3 definitions to various components.Miikka Heikkinen2009-09-031-0/+2
* 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-3149-637/+637
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-314-52/+52
* compile fix with namespaceshjk2009-08-2613-1/+48
* Merge commit 'origin/master' into 4.6Jason Barron2009-08-252-4/+4
|\
| * Removed some 'illegal empty declaration' warnings from Symbian buildJanne Anttila2009-08-242-4/+4
* | Integrate QAbstractVideoSurface API.Andrew den Exter2009-08-2416-6/+3064
|/
* 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-0541-0/+10144