summaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)Author
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-15audio: Log context for audio bugAkihiko Odaki
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin
2022-03-04Revert "audio: fix wavcapture segfault"Volker Rümelin
2022-03-04audio: add pcm_ops function table for capture backendVolker Rümelin
2022-03-04audio: copy playback stream in sequential orderVolker Rümelin
2022-03-04audio: inline function audio_pcm_sw_get_rpos_in()Volker Rümelin
2022-03-04audio: add function audio_pcm_hw_conv_in()Volker Rümelin
2022-03-04audio: move function audio_pcm_hw_clip_out()Volker Rümelin
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin
2021-12-21audio: add "dbus" audio backendMarc-André Lureau
2021-08-10audio: Never send migration sectionDr. David Alan Gilbert
2021-06-17audio: Fix format specifications of debug logsAkihiko Odaki
2021-06-17audio: move code to audio/audio.cVolker Rümelin
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han
2021-01-15audio: remove remaining unused plive codeVolker Rümelin
2021-01-15audio: break generic buffer dependency on mixing-engineVolker Rümelin
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin
2020-12-15audio: add sanity checkGerd Hoffmann
2020-12-15audio: Simplify audio_bug() removing old codePhilippe Mathieu-Daudé
2020-12-15audio: remove unused function audio_is_cleaning_up()Volker Rümelin
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann
2020-09-23audio: run downstream playback queue unconditionallyVolker Rümelin
2020-09-23audio: align audio_generic_write with audio_pcm_hw_run_outVolker Rümelin
2020-09-23audio: remove unnecessary calls to put_buffer_inVolker Rümelin
2020-09-23audio: align audio_generic_read with audio_pcm_hw_run_inVolker Rümelin
2020-09-23audio/spiceaudio: always rate limit playback streamVolker Rümelin
2020-09-23audio/audio: fix video playback slowdown with spiceaudioVolker Rümelin
2020-09-17qemu/: fix some comment spelling errorszhaolichang
2020-05-26audio: fix wavcapture segfaultBruce Rogers
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin
2020-01-31audio: fix bug 1858488Volker Rümelin
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin
2020-01-31audio: fix audio_generic_readVolker Rümelin
2020-01-31audio: fix audio_generic_writeVolker Rümelin
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé
2020-01-06audio: fix integer overflowVolker Rümelin
2019-11-20audio: fix audio recordingVolker Rümelin
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán
2019-10-18audio: make mixeng optionalKővágó, Zoltán