Age | Commit message (Expand) | Author |
2020-10-21 | spice: move add_interface() to QemuSpiceOps. | Gerd Hoffmann |
2020-10-15 | meson: add spice_headers dependency. | Gerd Hoffmann |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-09-24 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-23 | audio: build spiceaudio as module | Gerd Hoffmann |
2020-09-23 | audio: remove qemu_spice_audio_init() | Gerd Hoffmann |
2020-09-23 | audio: run downstream playback queue unconditionally | Volker Rümelin |
2020-09-23 | audio: align audio_generic_write with audio_pcm_hw_run_out | Volker Rümelin |
2020-09-23 | audio: remove unnecessary calls to put_buffer_in | Volker Rümelin |
2020-09-23 | audio: align audio_generic_read with audio_pcm_hw_run_in | Volker Rümelin |
2020-09-23 | audio/spiceaudio: always rate limit playback stream | Volker Rümelin |
2020-09-23 | audio/audio: fix video playback slowdown with spiceaudio | Volker Rümelin |
2020-09-23 | audio: handle buf == NULL in put_buffer_out() | Volker Rümelin |
2020-09-17 | qemu/: fix some comment spelling errors | zhaolichang |
2020-09-09 | trace-events: Delete unused trace points | Markus Armbruster |
2020-08-21 | meson: convert audio directory to Meson | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-13 | ossaudio: fix out of bounds write | Volker Rümelin |
2020-07-10 | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster |
2020-06-17 | audio/jack: simplify the re-init code path | Geoffrey McRae |
2020-06-17 | audio/jack: honour the enable state of the audio device | Geoffrey McRae |
2020-06-17 | audio/jack: do not remove ports when finishing | Geoffrey McRae |
2020-06-17 | audio/jack: remove invalid set of input support bool | Geoffrey McRae |
2020-06-17 | audio/jack: remove unused stopped state | Geoffrey McRae |
2020-06-17 | audio/jack: fix invalid minimum buffer size check | Geoffrey McRae |
2020-05-26 | audio: Let capture_callback handler use const buffer argument | Philippe Mathieu-Daudé |
2020-05-26 | audio: Let audio_sample_to_uint64() use const samples argument | Philippe Mathieu-Daudé |
2020-05-26 | audio: fix wavcapture segfault | Bruce Rogers |
2020-05-26 | audio/mixeng: fix clang 10+ warning | Volker Rümelin |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae |
2020-04-06 | dsoundaudio: dsound_get_buffer_in should honor *size | Volker Rümelin |
2020-04-06 | dsoundaudio: fix "Could not lock capture buffer" warning | Volker Rümelin |
2020-04-06 | dsoundaudio: fix never-ending playback loop | Volker Rümelin |
2020-03-16 | audio: fix saturation nonlinearity in clip_* functions | Volker Rümelin |
2020-03-16 | audio: change mixing engine float range to [-1.f, 1.f] | Volker Rümelin |
2020-03-16 | audio: consistency changes | Volker Rümelin |
2020-03-16 | audio: change naming scheme of FLOAT_CONV macros | Volker Rümelin |
2020-02-18 | audio/alsaaudio: Remove superfluous semicolons | Philippe Mathieu-Daudé |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-02-06 | coreaudio: fix coreaudio playback | Volker Rümelin |
2020-02-06 | audio/dsound: fix invalid parameters error | Kővágó, Zoltán |
2020-01-31 | audio: audio_generic_get_buffer_in should honor *size | Volker Rümelin |
2020-01-31 | ossaudio: disable poll mode can't be reached | Volker Rümelin |
2020-01-31 | ossaudio: prevent SIGSEGV in oss_enable_out | Volker Rümelin |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
2020-01-31 | audio: prevent SIGSEGV in AUD_get_buffer_size_out | Volker Rümelin |
2020-01-31 | paaudio: remove unused variables | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_read | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_write | Volker Rümelin |