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