summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* QNX: Enabled ALSA supportBernd Weimer2013-05-211-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1046-46/+46
* Update to new license formatSergio Ahumada2012-11-0746-1012/+1012
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-0746-138/+138
* Fix QAudioInput to connect to correct slot on SymbianAri Lehtola2012-09-101-1/+1
* Silenced compiler warningsGareth Stockwell2011-11-182-5/+7
* Fix crash when Symbian QAudioOutput is used in pull modeGareth Stockwell2011-09-221-1/+3
* Increase default QAudioOutput volume on SymbianGareth Stockwell2011-09-222-0/+41
* Add null pointer check to Symbian audio backendGareth Stockwell2011-09-141-7/+9
* Fixed a hang of the QAudioOutput auto test on Mac OS XJonas Rabbe2011-07-191-2/+6
* Fix for coverity defect for processsedusecs in qudiooutputsramaraj2011-06-081-1/+5
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-1846-782/+782
* Merge branch 'master' of ../qtmobilityAlex2011-05-183-3/+3
|\
| * Fix a few typos.Michael Goddard2011-05-123-3/+3
* | Docs: QTMOBILITY-790 multimedia.Peter Yard2011-05-136-10/+144
|/
* Docs: QTMOBILITY-790 added since tag to 1.2 classes.Peter Yard2011-04-151-0/+1
* Merge branch 'master' of ../qtmobilityAlex2011-04-134-5/+60
|\
| * Allow 96kHz sample rates on Windows.Michael Goddard2011-04-061-1/+1
| * Fix code-stylehawcroft2011-03-282-17/+15
| * Fix some spelling mistakes that the typobot found unpalatable.Michael Goddard2011-03-281-1/+1
| * qtmobility-1001: True Pause implementation for QAudioOutputSathishkumar2011-03-253-4/+61
* | Docs: QTMOBILITY-1465 QAudio namespace link problem.Peter Yard2011-04-121-4/+4
|/
* Merge branch '1.1' of ../qtmobility into master-from-1.1Alex2011-03-173-33/+38
|\
| * Fix state update in QAudioInput:resetLing Hu2011-03-152-1/+5
| * Fix a potential crash in audio device enumeration under WindowsLing Hu2011-03-151-32/+33
* | Merge branch '1.1' of ../qtmobility into masterAlex2011-03-083-119/+12
|\|
| * Convert snippets of code in docs to a separate snippet C++ file.Michael Goddard2011-03-023-119/+12
* | Merge remote-tracking branch 'dboddie/master' into sensors_masterLincoln Ramsay2011-02-221-4/+4
|\ \ | |/ |/|
| * Doc: Fixed qdoc warnings.David Boddie2011-02-181-4/+4
* | Stop emitting notify() signals when audio processing stopsGareth Stockwell2011-02-184-6/+44
* | Only reporting plugin loading error when QT_DEBUG_PLUGINS is set to 1 for mul...Ling Hu2011-02-171-2/+9
* | Fix cleaning of unsuitable plugins in QAudioPluginLoader::load&QMediaPluginLo...Ling Hu2011-02-171-2/+5
* | Ensure that name from hardware layer is not used in case of errorJonas Rabbe2011-02-161-0/+1
* | remove some compiler warningsAlex2011-02-072-4/+10
|/
* Ensure that samples are kept around if user buffers are not large enoughJonas Rabbe2011-01-212-46/+53
* Add buffer to prevent dropping of dataJonas Rabbe2011-01-212-58/+179
* Fix compiling of qaudiodeviceinfo_win32_p.cpp for mingw on windowsLing Hu2011-01-141-3/+30
* Updated documentation for period size method in QAudioOutputJonas Rabbe2011-01-071-2/+4
* Removed unnecessary checks (QTMOBILITY-855)ravkn2010-12-221-2/+7
* Handle buffer underrun in QAudioOutput ALSA backend bytesFree methodJonas Rabbe2010-12-211-1/+13
* Use the first enumerated audio device as the default device instead of using ...Ling Hu2010-12-085-73/+34
* Use device Id instead of device name for internal identification for audio de...Ling Hu2010-12-083-56/+23
* Remove the 32 characters trunction on audio device names on win32Ling Hu2010-12-084-19/+74
* symbian: symbian SDK include paths should be relative to EPOCROOThawcroft2010-12-071-2/+2
* Fix potential buffer overrun in QAudioInput windows implementation.Andrew den Exter2010-11-101-4/+7
* Fix potential buffer overrun in ALSA QAudioInput implementation.Andrew den Exter2010-11-101-9/+12
* Refactor audio.priJustin McPherson2010-11-041-11/+12
* Prune uncessary code from start()Justin McPherson2010-10-221-13/+3
* Reset the prefetch device on buffer reset.Justin McPherson2010-10-221-0/+1
* Merge remote branch 'origin/1.0' into 1.1-from-1.0Rohan McGovern2010-10-041-14/+17
|\