Age | Commit message (Expand) | Author |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han |
2021-01-15 | audio: split pcm_ops function get_buffer_in | Volker Rümelin |
2020-07-13 | ossaudio: fix out of bounds write | Volker Rümelin |
2020-01-31 | ossaudio: disable poll mode can't be reached | Volker Rümelin |
2020-01-31 | ossaudio: prevent SIGSEGV in oss_enable_out | Volker Rümelin |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
2020-01-31 | audio/oss: fix buffer pos calculation | Gerd Hoffmann |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán |
2019-09-23 | ossaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-11 | ossaudio: port to -audiodev config | Kővágó, Zoltán |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-02-02 | audio: Clean up includes | Peter Maydell |
2015-07-08 | ossaudio: fix memory leak | Gonglei |
2015-06-15 | ossaudio: use trace events instead of debug config flag | Kővágó, Zoltán |
2015-06-15 | ossaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2015-06-12 | oss: Remove unused error handling of qemu_set_fd_handler | Fam Zheng |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster |
2013-11-07 | ossaudio: check for oss support in oss_audio_init | Gerd Hoffmann |
2013-11-07 | Revert "ossaudio: do not enable by default" | Gerd Hoffmann |
2013-11-05 | ossaudio: do not enable by default | Anthony Liguori |
2013-05-26 | Remove OSS support for OpenBSD | Brad Smith |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle |
2011-01-09 | ossaudio: add endianness support for VoiceIn | Michael Walle |
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-10-03 | oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) | malc |
2009-10-02 | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc |
2009-09-18 | audio: use correct email address | malc |
2009-09-18 | audio: internal API change | malc |
2009-09-18 | oss: use audio_pcm_hw_clip_out | malc |