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