| Commit message (Expand) | Author | Age | Files | Lines |
* | Use utf8 to store audio device names in win32 backend. | Lev Zelenskiy | 2012-07-03 | 1 | -3/+3 |
|
|
* | Added support for big endian data to QAudioOutput win32 backend. | Lev Zelenskiy | 2012-07-03 | 1 | -0/+25 |
|
|
* | Allow frequences up to 96000 in win32 backend. | Lev Zelenskiy | 2012-07-03 | 2 | -2/+2 |
|
|
* | Clean buffers before closing the input device. | Lev Zelenskiy | 2012-07-03 | 1 | -6/+7 |
|
|
* | Various qt documentation fixes (wk 43) | artoka | 2012-01-31 | 3 | -82/+12 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 44 | -44/+44 |
|
|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 44 | -749/+749 |
|
|
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-07 | 1 | -4/+13 |
|\ |
|
| * | Doc: Work on QAudioInput::start() functions. | Geir Vattekar | 2011-03-25 | 1 | -4/+13 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Made Q_ASSERT meaningful again | Eckhart Koppen | 2011-02-16 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 44 | -44/+44 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 44 | -44/+44 |
|
|
* | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-11-25 | 2 | -0/+8 |
|\ \
| |/ |
|
| * | Merge branch 4.6 into qt-4.7-from-4.6 | Qt Continuous Integration System | 2010-11-24 | 2 | -0/+8 |
| |\ |
|
| | * | Fix compliation of ALSA audio backend when checking for surround support. | Justin McPherson | 2010-11-24 | 2 | -0/+8 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 4 | -16/+22 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-11-10 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Doc: Fixing typo | Sergio Ahumada | 2010-11-09 | 1 | -1/+1 |
|
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-11-10 | 2 | -13/+19 |
| |\ \ \ |
|
| | * | | | Fix potential buffer overrun in ALSA QAudioInput implementation. | Andrew den Exter | 2010-11-10 | 1 | -9/+12 |
|
|
| | * | | | Fix potential buffer overrun in QAudioInput windows implementation. | Andrew den Exter | 2010-11-10 | 1 | -4/+7 |
| | |/ / |
|
| * | | | Fixed wrong include path in multimedia. | axis | 2010-11-09 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'macMakefileBuildSupport' into master. | Liang Qi | 2010-10-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fixed library and header definitions for Symbian builds on Linux. | axis | 2010-10-21 | 1 | -2/+2 |
|
|
* | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-25 | 3 | -4/+4 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Fixed many spelling errors. | Rohan McGovern | 2010-10-25 | 3 | -4/+4 |
|
|
* | | | | Merge remote branch 'origin/4.7' into master-from-4.7 | Rohan McGovern | 2010-10-05 | 10 | -40/+141 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Merge remote branch 'origin/4.6' into 4.7-from-4.6 | Rohan McGovern | 2010-10-04 | 10 | -40/+141 |
| |\ \
| | |/ |
|
| | * | Fix compile failure in QtMultimedia. | Andrew den Exter | 2010-09-23 | 1 | -3/+3 |
|
|
| | * | Verify the audio format before trying to open an audio device. | Andrew den Exter | 2010-09-22 | 10 | -35/+141 |
|
|
| | * | Implement QAudioInput::suspend() using CMMFDevSound::Stop() | Gareth Stockwell | 2010-09-17 | 4 | -42/+73 |
|
|
| | * | Discard buffer pointer when DevSound is stopped | Gareth Stockwell | 2010-09-17 | 1 | -0/+1 |
|
|
| | * | Suppress overflow errors raised by Symbian DevSound during playback | Gareth Stockwell | 2010-09-17 | 1 | -0/+3 |
|
|
| | * | Discard empty buffer on call to QAudioOutput::resume() | Gareth Stockwell | 2010-09-17 | 1 | -1/+1 |
|
|
| | * | Permit QAudioOutput::processedUSecs() to be called immediately after start() | Gareth Stockwell | 2010-09-17 | 1 | -8/+9 |
|
|
| | * | Discard all DevSound buffers held when QAudioInput::suspend() called | Gareth Stockwell | 2010-09-17 | 1 | -4/+3 |
|
|
| | * | Fixed buffer overrun in Symbian QAudioInput backend | Gareth Stockwell | 2010-09-17 | 1 | -4/+6 |
|
|
| | * | QAudioOutput(ALSA); Fix check for available devices. | Justin McPherson | 2010-08-12 | 1 | -14/+17 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-09-21 | 4 | -52/+89 |
|\ \ \
| |/ / |
|
| * | | Implement QAudioInput::suspend() using CMMFDevSound::Stop() | Gareth Stockwell | 2010-09-17 | 4 | -42/+73 |
|
|
| * | | Discard buffer pointer when DevSound is stopped | Gareth Stockwell | 2010-09-17 | 1 | -0/+1 |
|
|
| * | | Suppress overflow errors raised by Symbian DevSound during playback | Gareth Stockwell | 2010-09-17 | 1 | -0/+3 |
|
|
| * | | Discard empty buffer on call to QAudioOutput::resume() | Gareth Stockwell | 2010-09-17 | 1 | -1/+1 |
|
|
| * | | Permit QAudioOutput::processedUSecs() to be called immediately after start() | Gareth Stockwell | 2010-09-17 | 1 | -8/+9 |
|
|
| * | | Discard all DevSound buffers held when QAudioInput::suspend() called | Gareth Stockwell | 2010-09-17 | 1 | -4/+3 |
|
|
| * | | Fixed buffer overrun in Symbian QAudioInput backend | Gareth Stockwell | 2010-09-17 | 1 | -4/+6 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 1 | -14/+17 |
|\ \ \
| |/ / |
|
| * | | QAudioOutput(ALSA); Fix check for available devices. | Justin McPherson | 2010-08-12 | 1 | -14/+17 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-07-28 | 8 | -40/+196 |
|\ \ \
| |/ / |
|