aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
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-12-15coreaudio: always stop audio playback on shut downVolker Rümelin
2020-12-15coreaudio: don't start playback in init routineVolker Rümelin
2020-12-15coreaudio: rename misnamed variable fake_asVolker Rümelin
2020-11-13audio/jack: fix use after free segfaultGeoffrey McRae
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-23audio: build spiceaudio as moduleGerd Hoffmann
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-23audio: handle buf == NULL in put_buffer_out()Volker Rümelin
2020-09-17qemu/: fix some comment spelling errorszhaolichang
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-08-21meson: convert audio directory to MesonPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-13ossaudio: fix out of bounds writeVolker Rümelin
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé
2020-05-26audio: fix wavcapture segfaultBruce Rogers
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin
2020-03-16audio: consistency changesVolker Rümelin
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán