summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc: add \since 4.7 to new functions.Volker Hilsheimer2010-02-051-0/+8
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-2815-73/+60
|\ \ | |/
| * Revert "Frequency to SampleRate and channels to channelCount."Kurt Korbatits2010-01-1412-96/+49
| * Revert "Added setChannelCount() to QAudioFormat."Kurt Korbatits2010-01-148-34/+19
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-01-1537-293/+420
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-131-1/+1
| |\
| | * Fix example in QAudioOutput/QAudioInput docsKurt Korbatits2010-01-132-2/+2
| * | Fix code exampleBernhard Rosenkraenzer2010-01-111-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2010-01-0816-69/+131
| |\ \ | | |/
| | * QAudioInput loses data on Maemo5/other linux platforms.Kurt Korbatits2010-01-071-1/+1
| | * Frequency to SampleRate and channels to channelCount.Kurt Korbatits2010-01-0616-60/+112
| | * Added setChannelCount() to QAudioFormat.Kurt Korbatits2010-01-068-9/+19
| * | Doc: Added the QAudio namespace to the multimedia module documentation.David Boddie2010-01-071-0/+2