Age | Commit message (Expand) | Author |
2023-10-03 | audio: remove QEMU_AUDIO_* and -audio-help support | Paolo Bonzini |
2023-10-03 | audio: allow returning an error from the driver init | Paolo Bonzini |
2023-03-13 | audio/dbus: there are no sender for p2p mode | Marc-André Lureau |
2023-03-06 | audio: remove sw->ratio | Volker Rümelin |
2023-03-06 | audio: change type and name of the resample buffer | Volker Rümelin |
2023-03-06 | audio: change type of mix_buf and conv_buf | Volker Rümelin |
2023-03-06 | audio: remove audio_calloc() function | Volker Rümelin |
2023-03-06 | audio/audio_template: use g_malloc0() to replace audio_calloc() | Volker Rümelin |
2023-03-06 | audio: remove unused #define AUDIO_STRINGIFY | Volker Rümelin |
2022-10-11 | audio: swap audio_rate_get_bytes() function parameters | Volker Rümelin |
2022-10-11 | audio: add more audio rate control functions | Volker Rümelin |
2022-03-04 | audio: restore mixing-engine playback buffer size | Volker Rümelin |
2022-03-04 | audio: replace open-coded buffer arithmetic | Volker Rümelin |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau |
2021-06-17 | audio: move code to audio/audio.c | Volker Rümelin |
2021-01-15 | audio: split pcm_ops function get_buffer_in | Volker Rümelin |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
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-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-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: 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-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-01-22 | audio: Remove AudioState from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-03-05 | audio: rename CONFIG_* to CONFIG_AUDIO_* | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2015-06-15 | audio: remove winwave audio driver | Kővágó, Zoltán |
2015-06-15 | audio: remove fmod backend | Kővágó, Zoltán |
2015-06-15 | audio: remove esd backend | Kővágó, Zoltán |
2013-06-21 | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil |
2012-04-17 | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau |
2012-04-17 | audio: add VOICE_VOLUME ctl | Marc-André Lureau |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle |
2010-11-09 | spice: add audio | Gerd Hoffmann |
2010-09-22 | Move macros GCC_ATTR and GCC_FMT_ATTR to common header file | Stefan Weil |
2009-10-15 | audio: remove last remnants of _t | malc |
2009-10-10 | Windows Waveform Audio driver (no ADC support yet) | malc |
2009-09-18 | audio: internal API change | malc |