Age | Commit message (Expand) | Author | Files | Lines |
2022-09-02 | audio: exit(1) if audio backend failed to be found or initialized | Marc-André Lureau | 1 | -3/+11 |
2022-05-14 | introduce -audio as a replacement for -soundhw | Paolo Bonzini | 1 | -1/+7 |
2022-04-06 | include: move qemu_get_vm_name() to sysemu.h | Marc-André Lureau | 1 | -1/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2022-03-15 | audio: Log context for audio bug | Akihiko Odaki | 1 | -13/+12 |
2022-03-04 | audio: restore mixing-engine playback buffer size | Volker Rümelin | 1 | -17/+52 |
2022-03-04 | Revert "audio: fix wavcapture segfault" | Volker Rümelin | 1 | -2/+2 |
2022-03-04 | audio: add pcm_ops function table for capture backend | Volker Rümelin | 1 | -0/+2 |
2022-03-04 | audio: copy playback stream in sequential order | Volker Rümelin | 1 | -15/+9 |
2022-03-04 | audio: inline function audio_pcm_sw_get_rpos_in() | Volker Rümelin | 1 | -18/+5 |
2022-03-04 | audio: add function audio_pcm_hw_conv_in() | Volker Rümelin | 1 | -6/+19 |
2022-03-04 | audio: move function audio_pcm_hw_clip_out() | Volker Rümelin | 1 | -19/+19 |
2022-03-04 | audio: replace open-coded buffer arithmetic | Volker Rümelin | 1 | -18/+7 |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau | 1 | -0/+1 |
2021-08-10 | audio: Never send migration section | Dr. David Alan Gilbert | 1 | -0/+10 |
2021-06-17 | audio: Fix format specifications of debug logs | Akihiko Odaki | 1 | -3/+3 |
2021-06-17 | audio: move code to audio/audio.c | Volker Rümelin | 1 | -0/+9 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han | 1 | -14/+12 |
2021-01-15 | audio: remove remaining unused plive code | Volker Rümelin | 1 | -16/+1 |
2021-01-15 | audio: break generic buffer dependency on mixing-engine | Volker Rümelin | 1 | -7/+4 |
2021-01-15 | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 1 | -4/+14 |
2021-01-15 | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin | 1 | -1/+1 |
2020-12-15 | audio: add sanity check | Gerd Hoffmann | 1 | -1/+3 |
2020-12-15 | audio: Simplify audio_bug() removing old code | Philippe Mathieu-Daudé | 1 | -18/+1 |
2020-12-15 | audio: remove unused function audio_is_cleaning_up() | Volker Rümelin | 1 | -8/+0 |
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 |