Age | Commit message (Expand) | Author |
2010-12-10 | noaudio: fix return value for read() | Michael Walle |
2010-12-04 | audio: Use GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-11-18 | audio: Only use audio timer when necessary | malc |
2010-11-11 | add copyright to spiceaudio | Gerd Hoffmann |
2010-11-09 | spice: add audio | Gerd Hoffmann |
2010-10-18 | issue snd_pcm_start() when capturing audio | Jindrich Makovicka |
2010-10-18 | fix 100% CPU load when idle with ALSA | Jindrich Makovicka |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-10-03 | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-09-29 | pulse-audio: fix bug on updating rpos | Wu Fengguang |
2010-09-28 | audio: Fix memory size for resampling buffer in DAC case | malc |
2010-09-22 | Move macros GCC_ATTR and GCC_FMT_ATTR to common header file | Stefan Weil |
2010-08-07 | audio/sdl: return on error | malc |
2010-08-06 | audio/sdl: be more anal about errors | malc |
2010-08-06 | audio: make audio_pt_init block all signals | malc |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-04-22 | audio/sdlaudio: remove unused variable | Serge Ziryukin |
2010-04-21 | audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup | malc |
2010-03-16 | monitor: Separate "default monitor" and "current monitor" cleanly | Markus Armbruster |
2010-03-11 | audio: fix comment | malc |
2010-02-28 | audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler | malc |
2010-02-28 | audio/alsa: Spelling typo (paramters) | Vagrant Cascadian |
2010-01-17 | audio: include more information into audio_bug's output | malc |
2010-01-17 | Revert "sdlaudio: make it suck less" | malc |
2010-01-13 | Workaround for broken OSS_GETVERSION on FreeBSD, part two | Juergen Lock |
2010-01-09 | oss: fix fragment setting | malc |
2010-01-09 | oss: issue OSS_GETVERSION ioctl only when needed | malc |
2010-01-09 | oss: refactor code around policy setting | malc |
2010-01-08 | oss: workaround for cases when OSS_GETVERSION is not defined | malc |
2009-12-03 | audio: port to vmstate | Juan Quintela |
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela |
2009-11-18 | audio: Remove conditional around sw which can not be NULL | malc |
2009-10-15 | winwave: ADC support | malc |
2009-10-15 | audio: remove last remnants of _t | malc |
2009-10-15 | winwave: make error logging more consistent | malc |
2009-10-15 | winwave: follow the rules when closing the output device | malc |
2009-10-13 | qemu: allow pulseaudio to be the default | Michael S. Tsirkin |
2009-10-11 | winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE | malc |
2009-10-11 | winwave: close event handle and delete wait object after closing HWAVEOUT | malc |
2009-10-11 | winwave: remove wait object when finalizing DAC voice | malc |
2009-10-10 | winwave: poll mode | malc |
2009-10-10 | Windows Waveform Audio driver (no ADC support yet) | malc |
2009-10-03 | oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) | malc |
2009-10-02 | alsa: Change default buffer/period size | malc |
2009-10-02 | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc |
2009-09-30 | sdlaudio: make it suck less | malc |
2009-09-18 | audio: use correct email address | malc |
2009-09-18 | audio: internal API change | malc |
2009-09-18 | sdlaudio: use correct function names in sdl_XXX calls | malc |