aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23audio/audio: fix video playback slowdown with spiceaudioVolker Rümelin1-2/+5
2020-09-23audio: handle buf == NULL in put_buffer_out()Volker Rümelin1-5/+8
2020-09-17qemu/: fix some comment spelling errorszhaolichang1-1/+1
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster1-3/+0
2020-08-21meson: convert audio directory to MesonPaolo Bonzini2-35/+30
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-13ossaudio: fix out of bounds writeVolker Rümelin1-0/+1
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster1-5/+10
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae1-6/+6
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae1-8/+21
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae1-3/+0
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae1-4/+0
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae1-11/+11
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2-2/+2
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2-3/+3
2020-05-26audio: fix wavcapture segfaultBruce Rogers1-2/+2
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin1-2/+3
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae4-0/+675
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin2-8/+6
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin1-0/+5
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin1-1/+1
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-2/+2
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán9-78/+179
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin4-23/+69
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán3-8/+26
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin1-1/+2