| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: swap audio_rate_get_bytes() function parameters | Volker Rümelin | 2022-10-11 | 1 | -1/+1 |
* | spiceaudio: update comment | Volker Rümelin | 2022-10-11 | 1 | -1/+4 |
* | spiceaudio: add a pcm_ops buffer_get_free function | Volker Rümelin | 2022-10-11 | 1 | -2/+10 |
* | modules: add audio module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+2 |
* | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 1 | -0/+1 |
* | spice: move add_interface() to QemuSpiceOps. | Gerd Hoffmann | 2020-10-21 | 1 | -2/+2 |
* | audio: remove qemu_spice_audio_init() | Gerd Hoffmann | 2020-09-23 | 1 | -5/+0 |
* | audio/spiceaudio: always rate limit playback stream | Volker Rümelin | 2020-09-23 | 1 | -6/+4 |
* | audio: handle buf == NULL in put_buffer_out() | Volker Rümelin | 2020-09-23 | 1 | -5/+8 |
* | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 1 | -1/+2 |
* | audio: support more than two channels in volume setting | Kővágó, Zoltán | 2019-10-18 | 1 | -6/+8 |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -59/+43 |
* | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 2019-09-23 | 1 | -43/+8 |
* | spiceaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -74/+42 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -6/+6 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -12/+0 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -5/+5 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | spiceaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -5/+0 |
* | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
* | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 2019-03-11 | 1 | -2/+2 |
* | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -1/+7 |
* | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 2016-03-22 | 1 | -2/+2 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 1 | -0/+1 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -2/+3 |
* | audio: replace fprintf(stderr, ...) with error_report() in audio | Le Tan | 2014-05-26 | 1 | -1/+1 |
* | Add the ability to vary Spice playback and record rates, to facilitate Opus s... | Jeremy White | 2014-02-03 | 1 | -2/+25 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | audio/spice: add support for volume control | Marc-André Lureau | 2012-04-17 | 1 | -0/+41 |
* | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 2011-03-21 | 1 | -2/+2 |
* | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 1 | -3/+2 |
* | add copyright to spiceaudio | Gerd Hoffmann | 2010-11-11 | 1 | -0/+19 |
* | spice: add audio | Gerd Hoffmann | 2010-11-09 | 1 | -0/+327 |