| Commit message (Expand) | Author | Age | Files | Lines |
* | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 1 | -1/+1 |
* | audio: space prohibited between function name and parenthesis'(' | Zhang Han | 2021-01-15 | 1 | -6/+6 |
* | audio: Suspect code indent for conditional statements | Zhang Han | 2021-01-15 | 1 | -1/+1 |
* | audio: Don't use '%#' in format strings | Zhang Han | 2021-01-15 | 1 | -1/+1 |
* | audio: Fix lines over 90 characters | Zhang Han | 2021-01-15 | 1 | -10/+27 |
* | audio: foo* bar" should be "foo *bar". | Zhang Han | 2021-01-15 | 1 | -6/+6 |
* | audio: Add spaces around operator/delete redundant spaces | Zhang Han | 2021-01-15 | 4 | -4/+4 |
* | audio: Add braces for statements/fix braces' position | Zhang Han | 2021-01-15 | 6 | -48/+29 |
* | dsoundaudio: fix log message | Volker Rümelin | 2021-01-15 | 1 | -1/+1 |
* | dsoundaudio: enable f32 audio sample format | Volker Rümelin | 2021-01-15 | 1 | -24/+47 |
* | dsoundaudio: rename dsound_open() | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
* | dsoundaudio: replace GetForegroundWindow() | Volker Rümelin | 2021-01-15 | 2 | -2/+2 |
* | paaudio: send recorded data in smaller chunks | Volker Rümelin | 2021-01-15 | 1 | -2/+3 |
* | paaudio: limit minreq to 75% of audio timer_rate | Volker Rümelin | 2021-01-15 | 1 | -1/+2 |
* | paaudio: comment bugs in functions qpa_init_* | Volker Rümelin | 2021-01-15 | 1 | -0/+8 |
* | paaudio: remove unneeded code | Volker Rümelin | 2021-01-15 | 1 | -8/+2 |
* | paaudio: wait until the playback stream is ready | Volker Rümelin | 2021-01-15 | 1 | -0/+7 |
* | paaudio: wait for PA_STREAM_READY in qpa_write() | Volker Rümelin | 2021-01-15 | 1 | -0/+6 |
* | paaudio: avoid to clip samples multiple times | Volker Rümelin | 2021-01-15 | 1 | -1/+31 |
* | audio: remove remaining unused plive code | Volker Rümelin | 2021-01-15 | 1 | -16/+1 |
* | sdlaudio: enable (in|out).mixing-engine=off | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
* | audio: break generic buffer dependency on mixing-engine | Volker Rümelin | 2021-01-15 | 1 | -7/+4 |
* | sdlaudio: add recording functions | Volker Rümelin | 2021-01-15 | 1 | -3/+139 |
* | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 7 | -4/+21 |
* | sdlaudio: replace legacy functions with modern ones | Volker Rümelin | 2021-01-15 | 1 | -57/+50 |
* | sdlaudio: fill remaining sample buffer with silence | Volker Rümelin | 2021-01-15 | 1 | -1/+2 |
* | sdlaudio: always clear the sample buffer | Volker Rümelin | 2021-01-15 | 1 | -17/+16 |
* | sdlaudio: don't start playback in init routine | Volker Rümelin | 2021-01-15 | 1 | -1/+0 |
* | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin | 2021-01-15 | 4 | -5/+13 |
* | audio: fix bit-rotted code | Volker Rümelin | 2021-01-15 | 2 | -2/+2 |
* | sdlaudio: remove leftover SDL1.2 code | Volker Rümelin | 2021-01-15 | 1 | -17/+13 |
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | audio: add sanity check | Gerd Hoffmann | 2020-12-15 | 1 | -1/+3 |
* | audio: Simplify audio_bug() removing old code | Philippe Mathieu-Daudé | 2020-12-15 | 1 | -18/+1 |
* | audio: remove unused function audio_is_cleaning_up() | Volker Rümelin | 2020-12-15 | 2 | -9/+0 |
* | coreaudio: always stop audio playback on shut down | Volker Rümelin | 2020-12-15 | 1 | -20/+16 |
* | coreaudio: don't start playback in init routine | Volker Rümelin | 2020-12-15 | 1 | -11/+0 |
* | coreaudio: rename misnamed variable fake_as | Volker Rümelin | 2020-12-15 | 1 | -3/+3 |
* | audio/jack: fix use after free segfault | Geoffrey McRae | 2020-11-13 | 1 | -13/+37 |
* | spice: move add_interface() to QemuSpiceOps. | Gerd Hoffmann | 2020-10-21 | 1 | -2/+2 |
* | meson: add spice_headers dependency. | Gerd Hoffmann | 2020-10-15 | 1 | -1/+1 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -4/+4 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2020-09-24 | 1 | -9/+9 |
|\ |
|
| * | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -9/+9 |
* | | audio: build spiceaudio as module | Gerd Hoffmann | 2020-09-23 | 1 | -2/+2 |
* | | audio: remove qemu_spice_audio_init() | Gerd Hoffmann | 2020-09-23 | 2 | -5/+16 |
* | | audio: run downstream playback queue unconditionally | Volker Rümelin | 2020-09-23 | 1 | -0/+3 |
* | | audio: align audio_generic_write with audio_pcm_hw_run_out | Volker Rümelin | 2020-09-23 | 1 | -5/+27 |
* | | audio: remove unnecessary calls to put_buffer_in | Volker Rümelin | 2020-09-23 | 1 | -2/+0 |
* | | audio: align audio_generic_read with audio_pcm_hw_run_in | Volker Rümelin | 2020-09-23 | 1 | -4/+15 |