summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2-3/+0
2011-06-01audio: fix integer overflow expressionJuha Riihim?ki1-2/+2
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-10/+10
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini4-7/+7
2011-01-25pulseaudio: tweak configGerd Hoffmann1-9/+1
2011-01-25pulseaudio: setup buffer attrsGerd Hoffmann1-1/+11
2011-01-25pulseaudio: process 1/4 buffer max at onceGerd Hoffmann1-13/+9
2011-01-12audio: split sample conversion and volume mixingMichael Walle13-55/+52
2011-01-09alsaaudio: add endianness support for VoiceInMichael Walle1-7/+27
2011-01-09ossaudio: add endianness support for VoiceInMichael Walle1-5/+15
2011-01-04noaudio: correctly account acquired samplesMichael Walle1-0/+3
2010-12-10noaudio: fix return value for read()Michael Walle1-1/+1
2010-12-04audio: Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-11-18audio: Only use audio timer when necessarymalc1-14/+10
2010-11-11add copyright to spiceaudioGerd Hoffmann1-0/+19
2010-11-09spice: add audioGerd Hoffmann3-0/+331
2010-10-18issue snd_pcm_start() when capturing audioJindrich Makovicka1-6/+17
2010-10-18fix 100% CPU load when idle with ALSAJindrich Makovicka1-0/+4
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-5/+1
2010-09-29pulse-audio: fix bug on updating rposWu Fengguang1-1/+1
2010-09-28audio: Fix memory size for resampling buffer in DAC casemalc1-4/+0
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil1-8/+0