Age | Commit message (Expand) | Author |
2020-05-26 | audio: fix wavcapture segfault | Bruce Rogers |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae |
2020-04-06 | dsoundaudio: dsound_get_buffer_in should honor *size | Volker Rümelin |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-02-06 | audio/dsound: fix invalid parameters error | Kővágó, Zoltán |
2020-01-31 | audio: audio_generic_get_buffer_in should honor *size | Volker Rümelin |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
2020-01-31 | audio: prevent SIGSEGV in AUD_get_buffer_size_out | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_read | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_write | Volker Rümelin |
2020-01-24 | audio/audio: Add missing fall through comment | Philippe Mathieu-Daudé |
2020-01-06 | audio: fix integer overflow | Volker Rümelin |
2019-11-20 | audio: fix audio recording | Volker Rümelin |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán |
2019-10-18 | audio: make mixeng optional | 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: common rate control code for timer based outputs | Kővágó, Zoltán |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán |
2019-09-23 | audio: remove remains of the old backend api | Kővágó, Zoltán |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán |
2019-08-28 | audio: omitting audiodev= parameter is only deprecated | Kővágó, Zoltán |
2019-08-28 | audio: fix invalid malloc size in audio_create_pdos | Kővágó, Zoltán |
2019-08-21 | audio: fix memory leak reported by ASAN | 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-08-21 | audio: audiodev= parameters no longer optional when -audiodev present | Kővágó, Zoltán |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán |
2019-08-21 | audio: Add missing fall through comments | Stefan Weil |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-04-02 | audio: fix audio timer rate conversion bug | Volker Rümelin |
2019-03-11 | audio: -audiodev command line option: cleanup | 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 |
2019-02-28 | audio: Do not check for audio_calloc failure | Frediano Ziglio |
2019-02-28 | audio: Use g_strdup_printf instead of manual building a string | Frediano Ziglio |
2019-01-24 | audio: error message tweak | Gerd Hoffmann |
2018-07-03 | audio: add audio timer trace points | Gerd Hoffmann |
2018-06-25 | audio: Convert use of atoi to qemu_strtoi | Nia Alarie |
2018-03-12 | audio: add module loading support | Gerd Hoffmann |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2017-05-04 | audio: release capture buffers | Gerd Hoffmann |