aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han1-6/+6
2021-01-15audio: Suspect code indent for conditional statementsZhang Han1-1/+1
2021-01-15audio: Don't use '%#' in format stringsZhang Han1-1/+1
2021-01-15audio: Fix lines over 90 charactersZhang Han1-10/+27
2021-01-15audio: foo* bar" should be "foo *bar".Zhang Han1-6/+6
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han4-4/+4
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han6-48/+29
2021-01-15dsoundaudio: fix log messageVolker Rümelin1-1/+1
2021-01-15dsoundaudio: enable f32 audio sample formatVolker Rümelin1-24/+47
2021-01-15dsoundaudio: rename dsound_open()Volker Rümelin1-2/+2
2021-01-15dsoundaudio: replace GetForegroundWindow()Volker Rümelin2-2/+2
2021-01-15paaudio: send recorded data in smaller chunksVolker Rümelin1-2/+3
2021-01-15paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin1-1/+2
2021-01-15paaudio: comment bugs in functions qpa_init_*Volker Rümelin1-0/+8
2021-01-15paaudio: remove unneeded codeVolker Rümelin1-8/+2
2021-01-15paaudio: wait until the playback stream is readyVolker Rümelin1-0/+7
2021-01-15paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin1-0/+6
2021-01-15paaudio: avoid to clip samples multiple timesVolker Rümelin1-1/+31
2021-01-15audio: remove remaining unused plive codeVolker Rümelin1-16/+1
2021-01-15sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin1-2/+2
2021-01-15audio: break generic buffer dependency on mixing-engineVolker Rümelin1-7/+4
2021-01-15sdlaudio: add recording functionsVolker Rümelin1-3/+139
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin7-4/+21
2021-01-15sdlaudio: replace legacy functions with modern onesVolker Rümelin1-57/+50
2021-01-15sdlaudio: fill remaining sample buffer with silenceVolker Rümelin1-1/+2
2021-01-15sdlaudio: always clear the sample bufferVolker Rümelin1-17/+16
2021-01-15sdlaudio: don't start playback in init routineVolker Rümelin1-1/+0
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin4-5/+13
2021-01-15audio: fix bit-rotted codeVolker Rümelin2-2/+2
2021-01-15sdlaudio: remove leftover SDL1.2 codeVolker Rümelin1-17/+13
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15audio: add sanity checkGerd Hoffmann1-1/+3
2020-12-15audio: Simplify audio_bug() removing old codePhilippe Mathieu-Daudé1-18/+1
2020-12-15audio: remove unused function audio_is_cleaning_up()Volker Rümelin2-9/+0
2020-12-15coreaudio: always stop audio playback on shut downVolker Rümelin1-20/+16
2020-12-15coreaudio: don't start playback in init routineVolker Rümelin1-11/+0
2020-12-15coreaudio: rename misnamed variable fake_asVolker Rümelin1-3/+3
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae1-13/+37
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann1-2/+2
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann1-1/+1
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-4/+4
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-9/+9
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-9/+9
2020-09-23audio: build spiceaudio as moduleGerd Hoffmann1-2/+2
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann2-5/+16
2020-09-23audio: run downstream playback queue unconditionallyVolker Rümelin1-0/+3
2020-09-23audio: align audio_generic_write with audio_pcm_hw_run_outVolker Rümelin1-5/+27
2020-09-23audio: remove unnecessary calls to put_buffer_inVolker Rümelin1-2/+0
2020-09-23audio: align audio_generic_read with audio_pcm_hw_run_inVolker Rümelin1-4/+15
2020-09-23audio/spiceaudio: always rate limit playback streamVolker Rümelin2-7/+6