Age | Commit message (Expand) | Author | Files | Lines |
2020-09-23 | audio: remove qemu_spice_audio_init() | Gerd Hoffmann | 1 | -0/+16 |
2020-09-23 | audio: run downstream playback queue unconditionally | Volker Rümelin | 1 | -0/+3 |
2020-09-23 | audio: align audio_generic_write with audio_pcm_hw_run_out | Volker Rümelin | 1 | -5/+27 |
2020-09-23 | audio: remove unnecessary calls to put_buffer_in | Volker Rümelin | 1 | -2/+0 |
2020-09-23 | audio: align audio_generic_read with audio_pcm_hw_run_in | Volker Rümelin | 1 | -4/+15 |
2020-09-23 | audio/spiceaudio: always rate limit playback stream | Volker Rümelin | 1 | -1/+2 |
2020-09-23 | audio/audio: fix video playback slowdown with spiceaudio | Volker Rümelin | 1 | -2/+5 |
2020-09-17 | qemu/: fix some comment spelling errors | zhaolichang | 1 | -1/+1 |
2020-05-26 | audio: fix wavcapture segfault | Bruce Rogers | 1 | -2/+2 |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae | 1 | -0/+1 |
2020-04-06 | dsoundaudio: dsound_get_buffer_in should honor *size | Volker Rümelin | 1 | -7/+5 |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 1 | -18/+38 |
2020-02-06 | audio/dsound: fix invalid parameters error | Kővágó, Zoltán | 1 | -4/+2 |
2020-01-31 | audio: audio_generic_get_buffer_in should honor *size | Volker Rümelin | 1 | -1/+2 |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin | 1 | -31/+27 |
2020-01-31 | audio: prevent SIGSEGV in AUD_get_buffer_size_out | Volker Rümelin | 1 | -2/+2 |
2020-01-31 | audio: fix audio_generic_read | Volker Rümelin | 1 | -5/+5 |
2020-01-31 | audio: fix audio_generic_write | Volker Rümelin | 1 | -1/+1 |
2020-01-24 | audio/audio: Add missing fall through comment | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-01-06 | audio: fix integer overflow | Volker Rümelin | 1 | -1/+1 |
2019-11-20 | audio: fix audio recording | Volker Rümelin | 1 | -0/+1 |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán | 1 | -1/+1 |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 1 | -37/+37 |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán | 1 | -8/+22 |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán | 1 | -6/+64 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 1 | -17/+28 |
2019-09-23 | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 1 | -0/+30 |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 1 | -59/+63 |
2019-09-23 | audio: remove remains of the old backend api | Kővágó, Zoltán | 1 | -36/+6 |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán | 1 | -2/+214 |
2019-08-28 | audio: omitting audiodev= parameter is only deprecated | Kővágó, Zoltán | 1 | -4/+4 |
2019-08-28 | audio: fix invalid malloc size in audio_create_pdos | Kővágó, Zoltán | 1 | -1/+1 |
2019-08-21 | audio: fix memory leak reported by ASAN | Kővágó, Zoltán | 1 | -0/+6 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -80/+76 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 1 | -4/+4 |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán | 1 | -9/+5 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -10/+10 |
2019-08-21 | audio: audiodev= parameters no longer optional when -audiodev present | Kővágó, Zoltán | 1 | -9/+15 |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán | 1 | -24/+78 |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán | 1 | -32/+27 |
2019-08-21 | audio: Add missing fall through comments | Stefan Weil | 1 | -0/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+2 |
2019-04-02 | audio: fix audio timer rate conversion bug | Volker Rümelin | 1 | -1/+1 |
2019-03-11 | audio: -audiodev command line option: cleanup | Kővágó, Zoltán | 1 | -182/+4 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 1 | -361/+269 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -44/+53 |
2019-02-28 | audio: Do not check for audio_calloc failure | Frediano Ziglio | 1 | -42/+6 |