summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-201-1/+1
|\
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* | wavaudio: Use stdio instead of QEMUFileJuan Quintela2011-09-201-10/+36
* | wavcapture: Use stdio instead of QEMUFileJuan Quintela2011-09-201-23/+56
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-2010-57/+57
* coreaudio: Fix OSStatus format specifierAndreas Färber2011-06-231-1/+1
* coreaudio: Avoid formatting UInt32 typeAndreas Färber2011-06-231-2/+2
* Fix compilation warning due to incorrectly specified typeAlexandre Raymond2011-06-141-1/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-082-3/+0
* audio: fix integer overflow expressionJuha Riihim?ki2011-06-011-2/+2
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-10/+10
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-214-7/+7
* pulseaudio: tweak configGerd Hoffmann2011-01-251-9/+1
* pulseaudio: setup buffer attrsGerd Hoffmann2011-01-251-1/+11
* pulseaudio: process 1/4 buffer max at onceGerd Hoffmann2011-01-251-13/+9
* audio: split sample conversion and volume mixingMichael Walle2011-01-1213-55/+52
* alsaaudio: add endianness support for VoiceInMichael Walle2011-01-091-7/+27
* ossaudio: add endianness support for VoiceInMichael Walle2011-01-091-5/+15
* noaudio: correctly account acquired samplesMichael Walle2011-01-041-0/+3
* noaudio: fix return value for read()Michael Walle2010-12-101-1/+1
* audio: Use GCC_FMT_ATTR (format checking)Stefan Weil2010-12-041-1/+2
* audio: Only use audio timer when necessarymalc2010-11-181-14/+10
* add copyright to spiceaudioGerd Hoffmann2010-11-111-0/+19
* spice: add audioGerd Hoffmann2010-11-093-0/+331
* issue snd_pcm_start() when capturing audioJindrich Makovicka2010-10-181-6/+17
* fix 100% CPU load when idle with ALSAJindrich Makovicka2010-10-181-0/+4
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-5/+1
* pulse-audio: fix bug on updating rposWu Fengguang2010-09-291-1/+1
* audio: Fix memory size for resampling buffer in DAC casemalc2010-09-281-4/+0
* Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil2010-09-221-8/+0
* audio/sdl: return on errormalc2010-08-071-0/+1
* audio/sdl: be more anal about errorsmalc2010-08-061-3/+18
* audio: make audio_pt_init block all signalsmalc2010-08-062-52/+31
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-1/+1
* audio/sdlaudio: remove unused variableSerge Ziryukin2010-04-221-9/+2
* audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc2010-04-211-5/+6
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-2/+2
* audio: fix commentmalc2010-03-111-1/+1
* audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc2010-02-281-0/+4
* audio/alsa: Spelling typo (paramters)Vagrant Cascadian2010-02-281-1/+1
* audio: include more information into audio_bug's outputmalc2010-01-171-0/+9
* Revert "sdlaudio: make it suck less"malc2010-01-171-30/+50
* Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock2010-01-131-4/+26
* oss: fix fragment settingmalc2010-01-091-13/+16
* oss: issue OSS_GETVERSION ioctl only when neededmalc2010-01-091-17/+17
* oss: refactor code around policy settingmalc2010-01-091-12/+8
* oss: workaround for cases when OSS_GETVERSION is not definedmalc2010-01-081-1/+12
* audio: port to vmstateJuan Quintela2009-12-031-17/+9
OpenPOWER on IntegriCloud