Age | Commit message (Expand) | Author | Files | Lines |
2011-01-25 | pulseaudio: tweak config | Gerd Hoffmann | 1 | -9/+1 |
2011-01-25 | pulseaudio: setup buffer attrs | Gerd Hoffmann | 1 | -1/+11 |
2011-01-25 | pulseaudio: process 1/4 buffer max at once | Gerd Hoffmann | 1 | -13/+9 |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle | 13 | -55/+52 |
2011-01-09 | alsaaudio: add endianness support for VoiceIn | Michael Walle | 1 | -7/+27 |
2011-01-09 | ossaudio: add endianness support for VoiceIn | Michael Walle | 1 | -5/+15 |
2011-01-04 | noaudio: correctly account acquired samples | Michael Walle | 1 | -0/+3 |
2010-12-10 | noaudio: fix return value for read() | Michael Walle | 1 | -1/+1 |
2010-12-04 | audio: Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+2 |
2010-11-18 | audio: Only use audio timer when necessary | malc | 1 | -14/+10 |
2010-11-11 | add copyright to spiceaudio | Gerd Hoffmann | 1 | -0/+19 |
2010-11-09 | spice: add audio | Gerd Hoffmann | 3 | -0/+331 |
2010-10-18 | issue snd_pcm_start() when capturing audio | Jindrich Makovicka | 1 | -6/+17 |
2010-10-18 | fix 100% CPU load when idle with ALSA | Jindrich Makovicka | 1 | -0/+4 |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+1 |
2010-10-03 | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -5/+1 |
2010-09-29 | pulse-audio: fix bug on updating rpos | Wu Fengguang | 1 | -1/+1 |
2010-09-28 | audio: Fix memory size for resampling buffer in DAC case | malc | 1 | -4/+0 |
2010-09-22 | Move macros GCC_ATTR and GCC_FMT_ATTR to common header file | Stefan Weil | 1 | -8/+0 |
2010-08-07 | audio/sdl: return on error | malc | 1 | -0/+1 |
2010-08-06 | audio/sdl: be more anal about errors | malc | 1 | -3/+18 |
2010-08-06 | audio: make audio_pt_init block all signals | malc | 2 | -52/+31 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -1/+1 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -1/+1 |
2010-04-22 | audio/sdlaudio: remove unused variable | Serge Ziryukin | 1 | -9/+2 |
2010-04-21 | audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup | malc | 1 | -5/+6 |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster | 1 | -2/+2 |
2010-03-11 | audio: fix comment | malc | 1 | -1/+1 |
2010-02-28 | audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler | malc | 1 | -0/+4 |
2010-02-28 | audio/alsa: Spelling typo (paramters) | Vagrant Cascadian | 1 | -1/+1 |
2010-01-17 | audio: include more information into audio_bug's output | malc | 1 | -0/+9 |
2010-01-17 | Revert "sdlaudio: make it suck less" | malc | 1 | -30/+50 |
2010-01-13 | Workaround for broken OSS_GETVERSION on FreeBSD, part two | Juergen Lock | 1 | -4/+26 |
2010-01-09 | oss: fix fragment setting | malc | 1 | -13/+16 |
2010-01-09 | oss: issue OSS_GETVERSION ioctl only when needed | malc | 1 | -17/+17 |
2010-01-09 | oss: refactor code around policy setting | malc | 1 | -12/+8 |
2010-01-08 | oss: workaround for cases when OSS_GETVERSION is not defined | malc | 1 | -1/+12 |
2009-12-03 | audio: port to vmstate | Juan Quintela | 1 | -17/+9 |
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela | 1 | -3/+3 |
2009-11-18 | audio: Remove conditional around sw which can not be NULL | malc | 1 | -17/+15 |
2009-10-15 | winwave: ADC support | malc | 1 | -24/+336 |
2009-10-15 | audio: remove last remnants of _t | malc | 3 | -5/+5 |
2009-10-15 | winwave: make error logging more consistent | malc | 1 | -6/+7 |
2009-10-15 | winwave: follow the rules when closing the output device | malc | 1 | -0/+19 |
2009-10-13 | qemu: allow pulseaudio to be the default | Michael S. Tsirkin | 1 | -1/+1 |
2009-10-11 | winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE | malc | 1 | -0/+18 |
2009-10-11 | winwave: close event handle and delete wait object after closing HWAVEOUT | malc | 1 | -2/+2 |
2009-10-11 | winwave: remove wait object when finalizing DAC voice | malc | 1 | -13/+14 |
2009-10-10 | winwave: poll mode | malc | 1 | -0/+61 |
2009-10-10 | Windows Waveform Audio driver (no ADC support yet) | malc | 5 | -95/+433 |