summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-1844-572/+572
* Implement QAudioInput::suspend() using CMMFDevSound::Stop()Gareth Stockwell2010-09-174-42/+73
* Discard buffer pointer when DevSound is stoppedGareth Stockwell2010-09-171-0/+1
* Suppress overflow errors raised by Symbian DevSound during playbackGareth Stockwell2010-09-171-0/+3
* Discard empty buffer on call to QAudioOutput::resume()Gareth Stockwell2010-09-171-1/+1
* Permit QAudioOutput::processedUSecs() to be called immediately after start()Gareth Stockwell2010-09-171-8/+9
* Discard all DevSound buffers held when QAudioInput::suspend() calledGareth Stockwell2010-09-171-4/+3
* Fixed buffer overrun in Symbian QAudioInput backendGareth Stockwell2010-09-171-4/+6
* QAudioOutput(ALSA); Fix check for available devices.Justin McPherson2010-08-121-14/+17
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-158-40/+196
|\
| * Don't try and use QFactoryLoader when relevant features are turned off.Justin McPherson2010-07-071-4/+15
| * Segmentation Fault in QAudioOutputPrivate::freeBlocks() caused by wrongKurt Korbatits2010-07-022-2/+2
| * QAudioInput push mode does not workKurt Korbatits2010-06-292-15/+40
| * Fix compile error on win32 with multimedia lib.Kurt Korbatits2010-06-251-3/+2
| * Fix compile err with win2005 compiler for multimedia lib.Kurt Korbatits2010-06-251-1/+2
| * Fixed compile error in multimedia moduleKurt Korbatits2010-06-241-0/+4
| * Fixed compile error introduced by win32 surround sound support change.Kurt Korbatits2010-06-241-1/+42
| * Added surround sound support to alsa low-level audio backend.Kurt Korbatits2010-06-242-0/+51
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.6Kurt Korbatits2010-06-243-40/+33
| |\
| * | Added surround sound support to win32 low-level audio backend.Kurt Korbatits2010-06-242-9/+50
* | | Merge branch '4.6-s60' into 4.7-s60axis2010-06-243-40/+33
|\ \ \ | | |/ | |/|
| * | Audio(osx); Fix period size calculation.Justin McPherson2010-06-221-13/+2
| * | Audio(osx); refactor input period conversionJustin McPherson2010-06-221-24/+25
| * | Audio(osx); Fix audio format converters.Justin McPherson2010-06-221-3/+6
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-161-2/+2
|\ \ | |/
| * Audio (osx); In pull mode emit readyRead() for each period received.Justin McPherson2010-06-161-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-252-2/+71
|\ \ | |/
| * QAudioDeviceInfo::nearestFormat() consistent across all platformsKurt Korbatits2010-05-191-1/+61
| * The documentation for processedUSecs() is ambiguousKurt Korbatits2010-05-191-1/+10
| * Merge branch '4.6' of S:\sync\git\trolltech\qt-s60-public.git\ into 4.6Gareth Stockwell2010-05-112-0/+20
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-108-453/+649
| | |\
| | * | Update to low-level audio documentation.Kurt Korbatits2010-05-092-0/+20
| * | | Fixed typo in QAudioInput bufferSize documentationGareth Stockwell2010-05-111-2/+2
| | |/ | |/|
| * | Return correct formats supported lists from Symbian audio backendGareth Stockwell2010-05-108-453/+649
| |/
| * win32 backend for low-level audio fixesKurt Korbatits2010-04-264-78/+67
| * Disable notify() signal when setNotifyInterval is zero in alsa backend.Kurt Korbatits2010-04-232-14/+4
| * QAudioOutput always uses default output deviceKurt Korbatits2010-04-211-4/+3
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-192-2/+4
| |\
| | * Bug in QAudioOutput: Invalid use of "waveOutUnprepareHeader"Kurt Korbatits2010-04-192-2/+4
| * | Fixed compiler warningGareth Stockwell2010-04-151-2/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-05-1945-0/+13303
|\ \ \
| * | | Removed mediaservices.Kurt Korbatits2010-05-1845-0/+13097
|/ / /
* | | Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-1545-13099/+0
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+18
|\ \ \ | |/ /
| * | Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+18
| |/
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-097-26/+76
|\ \ | |/
| * Corruption in data captured by QAudioInputKurt Korbatits2010-04-091-2/+2
| * Just one (static) waveInCriticalSection but multiple QAudioInput toKurt Korbatits2010-04-094-11/+11
| * Mismatch between reported and actual supported sample rates inKurt Korbatits2010-04-071-11/+63
| * QAudioInput: possible change of state without emitting stateChange()Kurt Korbatits2010-04-062-2/+1