summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* audio: add sanity checkGerd Hoffmann2020-12-151-1/+3
* audio: Simplify audio_bug() removing old codePhilippe Mathieu-Daudé2020-12-151-18/+1Star
* audio: remove unused function audio_is_cleaning_up()Volker Rümelin2020-12-152-9/+0Star
* coreaudio: always stop audio playback on shut downVolker Rümelin2020-12-151-20/+16Star
* coreaudio: don't start playback in init routineVolker Rümelin2020-12-151-11/+0Star
* coreaudio: rename misnamed variable fake_asVolker Rümelin2020-12-151-3/+3
* audio/jack: fix use after free segfaultGeoffrey McRae2020-11-131-13/+37
* spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-211-2/+2
* meson: add spice_headers dependency.Gerd Hoffmann2020-10-151-1/+1
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-4/+4
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-241-9/+9
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-9/+9
* | audio: build spiceaudio as moduleGerd Hoffmann2020-09-231-2/+2
* | audio: remove qemu_spice_audio_init()Gerd Hoffmann2020-09-232-5/+16
* | audio: run downstream playback queue unconditionallyVolker Rümelin2020-09-231-0/+3
* | audio: align audio_generic_write with audio_pcm_hw_run_outVolker Rümelin2020-09-231-5/+27
* | audio: remove unnecessary calls to put_buffer_inVolker Rümelin2020-09-231-2/+0Star
* | audio: align audio_generic_read with audio_pcm_hw_run_inVolker Rümelin2020-09-231-4/+15
* | audio/spiceaudio: always rate limit playback streamVolker Rümelin2020-09-232-7/+6Star
* | audio/audio: fix video playback slowdown with spiceaudioVolker Rümelin2020-09-231-2/+5
* | audio: handle buf == NULL in put_buffer_out()Volker Rümelin2020-09-231-5/+8
|/
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* trace-events: Delete unused trace pointsMarkus Armbruster2020-09-091-3/+0Star
* meson: convert audio directory to MesonPaolo Bonzini2020-08-212-35/+30Star
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* ossaudio: fix out of bounds writeVolker Rümelin2020-07-131-0/+1
* qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-5/+10
* audio/jack: simplify the re-init code pathGeoffrey McRae2020-06-171-6/+6
* audio/jack: honour the enable state of the audio deviceGeoffrey McRae2020-06-171-8/+21
* audio/jack: do not remove ports when finishingGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove invalid set of input support boolGeoffrey McRae2020-06-171-3/+0Star
* audio/jack: remove unused stopped stateGeoffrey McRae2020-06-171-4/+0Star
* audio/jack: fix invalid minimum buffer size checkGeoffrey McRae2020-06-171-11/+11
* audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-262-2/+2
* audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-262-3/+3
* audio: fix wavcapture segfaultBruce Rogers2020-05-261-2/+2
* audio/mixeng: fix clang 10+ warningVolker Rümelin2020-05-261-2/+3
* audio/jack: add JACK client audiodevGeoffrey McRae2020-05-254-0/+675
* dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin2020-04-062-8/+6Star
* dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin2020-04-061-0/+5
* dsoundaudio: fix never-ending playback loopVolker Rümelin2020-04-061-1/+1
* audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin2020-03-161-3/+2Star
* audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2020-03-162-11/+10Star
* audio: consistency changesVolker Rümelin2020-03-161-1/+1
* audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin2020-03-161-11/+11
* audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé2020-02-181-2/+2
* audio: proper support for float samples in mixengKővágó, Zoltán2020-02-069-78/+179
* coreaudio: fix coreaudio playbackVolker Rümelin2020-02-064-23/+69
* audio/dsound: fix invalid parameters errorKővágó, Zoltán2020-02-063-8/+26