summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-301-1/+1
|\ \
| * \ Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-252-4/+6
| |\ \
| * | | Fix warnings and build on mingwThierry Bastian2010-03-251-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-252-4/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-182-4/+6
| |\ \ \ | | |/ / | |/| |
| | * | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-172-6/+6
| | * | Port QtMultimedia uses of QTime as a stopwatch to QTimestamp (unix code only)Thiago Macieira2010-03-172-4/+6
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-252-3/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-241-2/+2
| |\ \
| | * | Calculate period size correctly.Justin McPherson2010-03-241-2/+2
| * | | Symbian QAudioOutput::suspend() was resetting processedUSecs() to zeroGareth Stockwell2010-03-241-1/+2
| |/ /
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-173-30/+52
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-03-163-30/+52
| |\
| | * Use AudioConverter when not preferred format.Justin McPherson2010-03-162-26/+34
| | * Handle values passed to setNotifyInterval more robustly.Justin McPherson2010-03-162-2/+16
| | * Make sure to check for a valid audioformat before open.Justin McPherson2010-03-162-2/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-151-1/+1
|\ \ \
| * | | That file was forgotten when adding SSE support under mingwThierry Bastian2010-03-151-1/+1
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-1515-9/+2603
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Moved Symbian audio backend into QtMultimedia.dllGareth Stockwell2010-03-1210-6/+2571
| |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.6Kurt Korbatits2010-03-112-1/+2
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging int...Justin McPherson2010-03-111-1/+5
| | |\
| | * | Ensure audio converter member is initialized.Justin McPherson2010-03-111-0/+1
| | * | Documentation fix.Justin McPherson2010-03-111-1/+1
| * | | QAudioInput sometimes not writing to QIODeviceKurt Korbatits2010-03-111-0/+20
| | |/ | |/|
| * | QAudioInput::processedUSecs() incorrectKurt Korbatits2010-03-111-1/+5
| |/
| * SIGSEGV after QAudioOutput closed.Kurt Korbatits2010-03-101-0/+3
| * Fixed deadlock introduced by changeKurt Korbatits2010-03-101-1/+2
| * Fixed invokeMethod in alsa implementation.Kurt Korbatits2010-03-101-1/+1
* | make it possible to use sse2 with mingwThierry Bastian2010-03-113-3/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-065-15/+59
|\ \ | |/
| * Linux QAudioOutput playback stutteringKurt Korbatits2010-03-041-1/+43
| * Fix namespace issues.Justin McPherson2010-03-024-13/+13
| * Fix Audio input on OSX 10.6.Justin McPherson2010-03-021-1/+3
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-266-230/+211
|\ \ | |/
| * win32 backend for low-level audio doesn't pass new unit testsKurt Korbatits2010-02-232-26/+78
| * alsa backend for low-level audio doesn't pass new unit testsKurt Korbatits2010-02-232-118/+67
| * Updates to low-level audio documentation.Kurt Korbatits2010-02-232-86/+66
* | optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-163-6/+6
* | Doc: more \since 4.7Volker Hilsheimer2010-02-051-0/+4