| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: restore mixing-engine playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -1/+6 |
* | audio: replace open-coded buffer arithmetic | Volker Rümelin | 2022-03-04 | 1 | -0/+13 |
* | audio: add "dbus" audio backend | Marc-André Lureau | 2021-12-21 | 1 | -0/+7 |
* | audio: move code to audio/audio.c | Volker Rümelin | 2021-06-17 | 1 | -0/+2 |
* | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 1 | -0/+2 |
* | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 2020-02-06 | 1 | -1/+2 |
* | audio: fix bug 1858488 | Volker Rümelin | 2020-01-31 | 1 | -2/+2 |
* | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 1 | -2/+1 |
* | audio: support more than two channels in volume setting | Kővágó, Zoltán | 2019-10-18 | 1 | -2/+2 |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -11/+4 |
* | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 2019-09-23 | 1 | -0/+9 |
* | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 2019-09-23 | 1 | -5/+7 |
* | audio: remove remains of the old backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -7/+0 |
* | audio: api for mixeng code free backends | Kővágó, Zoltán | 2019-09-23 | 1 | -7/+36 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -13/+13 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -5/+0 |
* | audio: do not run each backend in audio_run | Kővágó, Zoltán | 2019-08-21 | 1 | -1/+1 |
* | audio: basic support for multi backend audio | Kővágó, Zoltán | 2019-08-21 | 1 | -0/+2 |
* | audio: reduce glob_audio_state usage | Kővágó, Zoltán | 2019-08-21 | 1 | -0/+8 |
* | audio: -audiodev command line option: cleanup | Kővágó, Zoltán | 2019-03-11 | 1 | -17/+0 |
* | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+19 |
* | audio: Remove AudioState from "qemu/typedefs.h" | Philippe Mathieu-Daudé | 2019-01-22 | 1 | -2/+2 |
* | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -9/+5 |
* | audio: rename CONFIG_* to CONFIG_AUDIO_* | Gerd Hoffmann | 2018-03-05 | 1 | -1/+1 |
* | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 2018-02-06 | 1 | -6/+0 |
* | Clean up decorations and whitespace around header guards | Markus Armbruster | 2016-07-12 | 1 | -1/+2 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -2/+2 |
* | audio: remove winwave audio driver | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+0 |
* | audio: remove fmod backend | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+0 |
* | audio: remove esd backend | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+0 |
* | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil | 2013-06-21 | 1 | -28/+3 |
* | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau | 2012-04-17 | 1 | -0/+5 |
* | audio: add VOICE_VOLUME ctl | Marc-André Lureau | 2012-04-17 | 1 | -0/+1 |
* | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 1 | -1/+1 |
* | spice: add audio | Gerd Hoffmann | 2010-11-09 | 1 | -0/+1 |
* | Move macros GCC_ATTR and GCC_FMT_ATTR to common header file | Stefan Weil | 2010-09-22 | 1 | -8/+0 |
* | audio: remove last remnants of _t | malc | 2009-10-15 | 1 | -1/+1 |
* | Windows Waveform Audio driver (no ADC support yet) | malc | 2009-10-09 | 1 | -0/+1 |
* | audio: internal API change | malc | 2009-09-18 | 1 | -3/+1 |
* | audio: introduce audio_pcm_hw_clip_out helper function | malc | 2009-09-18 | 1 | -0/+3 |
* | Fix sys-queue.h conflict for good | Blue Swirl | 2009-09-12 | 1 | -15/+15 |
* | audio: poll mode infrastructure | malc | 2009-09-12 | 1 | -0/+4 |
* | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 2009-08-11 | 1 | -2/+0 |
* | Remove any pretense that there can be more than one AudioState | malc | 2009-05-14 | 1 | -0/+2 |
* | Avoid running audio ctl's when vm is not running | malc | 2009-02-18 | 1 | -0/+1 |
* | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -10/+10 |
* | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 2008-10-06 | 1 | -3/+3 |
* | Make audio_pcm_opsstatic const | blueswir1 | 2008-10-05 | 1 | -3/+3 |
* | Pulseaudio driver | malc | 2008-07-02 | 1 | -0/+1 |
* | pthreads-based audio and miscellaneous audio clean-up (malc). | balrog | 2008-01-14 | 1 | -0/+1 |