Age | Commit message (Expand) | Author | Files | Lines |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 1 | -7/+7 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 1 | -48/+31 |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 1 | -1/+2 |
2019-09-23 | ossaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -176/+96 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -22/+23 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 1 | -12/+0 |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán | 1 | -6/+6 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -3/+3 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+2 |
2019-03-11 | ossaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -110/+51 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 1 | -1/+1 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -15/+15 |
2018-03-12 | audio: add driver registry | Gerd Hoffmann | 1 | -1/+7 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 1 | -6/+4 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -2/+1 |
2015-07-08 | ossaudio: fix memory leak | Gonglei | 1 | -0/+1 |
2015-06-15 | ossaudio: use trace events instead of debug config flag | Kővágó, Zoltán | 1 | -21/+4 |
2015-06-15 | ossaudio: do not use global variables | Kővágó, Zoltán | 1 | -49/+61 |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 1 | -2/+3 |
2015-06-12 | oss: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 1 | -6/+8 |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -4/+2 |
2013-11-07 | ossaudio: check for oss support in oss_audio_init | Gerd Hoffmann | 1 | -0/+4 |
2013-11-07 | Revert "ossaudio: do not enable by default" | Gerd Hoffmann | 1 | -1/+1 |
2013-11-05 | ossaudio: do not enable by default | Anthony Liguori | 1 | -1/+1 |
2013-05-26 | Remove OSS support for OpenBSD | Brad Smith | 1 | -4/+0 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini | 1 | -1/+0 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 1 | -0/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -2/+2 |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle | 1 | -2/+1 |
2011-01-09 | ossaudio: add endianness support for VoiceIn | Michael Walle | 1 | -5/+15 |
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-10-03 | oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) | malc | 1 | -9/+12 |
2009-10-02 | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc | 1 | -22/+25 |
2009-09-18 | audio: use correct email address | malc | 1 | -1/+1 |
2009-09-18 | audio: internal API change | malc | 1 | -7/+2 |
2009-09-18 | oss: use audio_pcm_hw_clip_out | malc | 1 | -47/+46 |
2009-09-14 | alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle | malc | 1 | -2/+4 |
2009-09-13 | oss: Simplify mmap code | malc | 1 | -22/+5 |
2009-09-13 | oss: OSS v4 support | malc | 1 | -9/+50 |
2009-09-12 | audio: remove lsbindex/popcount in favour of host-utils's ctz32 | malc | 1 | -1/+2 |
2009-09-12 | oss: poll mode handling | malc | 1 | -5/+74 |
2009-09-12 | oss: Unbreak mmaping the ability to mmap oss fd on Linux | malc | 1 | -1/+4 |
2009-08-11 | Aesthetics | malc | 1 | -28/+38 |