summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2014-02-03Add the ability to vary Spice playback and record rates, to facilitate Opus s...Jeremy White1-2/+25
2013-12-09audio: adjust pulse to 100Hz wakeup rateGerd Hoffmann1-4/+4
2013-12-09audio: Lower default wakeup rate to 100 times / secondHans de Goede1-1/+1
2013-11-07ossaudio: check for oss support in oss_audio_initGerd Hoffmann1-0/+4
2013-11-07Revert "ossaudio: do not enable by default"Gerd Hoffmann1-1/+1
2013-11-05ossaudio: do not enable by defaultAnthony Liguori1-1/+1
2013-10-31Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-2/+2
2013-10-26audio/mixeng_template.h: fix inline declarationAlex Bligh1-2/+2
2013-10-23audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede1-1/+2
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das1-6/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh4-8/+8
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil1-28/+3
2013-05-26Remove OSS support for OpenBSDBrad Smith1-4/+0
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil1-2/+3
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini2-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini7-8/+8
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini2-2/+2
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini2-2/+0
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2-0/+2
2012-12-19build: move rules from Makefile to */Makefile.objsPaolo Bonzini1-0/+3
2012-11-30Revert "audio/wavcapture: Clarify licensing"Anthony Liguori1-1/+0
2012-11-30Revert "audio/audio_pt_int: Clarify licensing"Anthony Liguori1-1/+0
2012-11-19audio/audio_pt_int: Clarify licensingmalc1-0/+1
2012-11-19audio/wavcapture: Clarify licensingmalc1-0/+1
2012-09-23audio: Fix warning from static code analysisStefan Weil1-3/+3
2012-08-28audio/winwave: previous audio buffer should be flushedmunkyu.im1-9/+3
2012-07-16audio: Unbreak capturing in mixemu casemalc1-0/+1
2012-06-15audio/winwave: Fix typomalc1-1/+1
2012-06-07build: move audio/ objects to nested Makefile.objsPaolo Bonzini1-0/+14
2012-05-24audio: Always call fini on exitJan Kiszka1-4/+8
2012-05-18audio: split IN_T into two separate constantsRoger Pau Monne2-13/+27
2012-05-04fix build with pulseaudio versions older than 0.9.11Gerd Hoffmann1-1/+29
2012-04-25fix paaudio.c warningsGerd Hoffmann1-2/+1
2012-04-17Allow controlling volume with PulseAudio backendMarc-André Lureau1-5/+94
2012-04-17Do not use pa_simple PulseAudio APIMarc-André Lureau1-38/+339
2012-04-17audio/spice: add support for volume controlMarc-André Lureau1-0/+41
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau3-2/+14
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau2-0/+13
2012-02-25audio: Add some fall through commentsStefan Weil2-1/+4
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-11-18fmodaudio: Remove unused variable 'bits16' (reported by cppcheck)Stefan Weil1-4/+2
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-1/+1
2011-09-20wavaudio: Use stdio instead of QEMUFileJuan Quintela1-10/+36
2011-09-20wavcapture: Use stdio instead of QEMUFileJuan Quintela1-23/+56
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori10-57/+57
2011-06-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
2011-06-14Fix compilation warning due to incorrectly specified typeAlexandre Raymond1-1/+1