summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiodeviceinfo_win32_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-10-041-1/+10
|\
| * Verify the audio format before trying to open an audio device.Andrew den Exter2010-09-221-1/+10
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-0/+5
|\ \ | |/
| * Added surround sound support to win32 low-level audio backend.Kurt Korbatits2010-06-241-0/+5
* | Removed mediaservices.Kurt Korbatits2010-05-181-0/+433
* | Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-433/+0
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-11/+63
|\ \ | |/
| * Mismatch between reported and actual supported sample rates inKurt Korbatits2010-04-071-11/+63
* | optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-4/+4
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-281-3/+4
|\ \ | |/
| * Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits2010-01-141-3/+3
| * Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits2010-01-141-4/+4
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-151-2/+2
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-081-7/+7
| |\
| | * Frequency to SampleRate and channels to channelCount.Kurt Korbatits2010-01-061-5/+5
| | * Added setChannelCount() to QAudioFormat.Kurt Korbatits2010-01-061-2/+2
| * | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| |/
| * Changes to low-level audio API.Kurt Korbatits2009-11-101-1/+2
| * Changes to low-level audio API.Kurt Korbatits2009-11-101-2/+1
| * Changes to low-level audio API.Kurt Korbatits2009-11-051-1/+2
* | Added new funcs to QAudioFormat and QAudioDeviceInfo class's.Kurt Korbatits2010-01-151-5/+5
|/
* AudioService API changes; QString->const QString&, remove QAudioDeviceId use ...Justin McPherson2009-09-241-19/+19
* AudioDevices demo doesn't do anything on WindowsKurt Korbatits2009-09-141-19/+17
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QAudioDeviceInfo::deviceList() wasn't working correctly if no audioKurt Korbatits2009-09-081-2/+3
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* compile fix with namespaceshjk2009-08-261-0/+3
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+378