Age | Commit message (Expand) | Author |
2021-08-10 | audio: Never send migration section | Dr. David Alan Gilbert |
2021-07-09 | modules: add audio module annotations | Gerd Hoffmann |
2021-06-23 | coreaudio: Lock only the buffer | Akihiko Odaki |
2021-06-17 | coreaudio: Fix output stream format settings | Akihiko Odaki |
2021-06-17 | audio: Fix format specifications of debug logs | Akihiko Odaki |
2021-06-17 | jackaudio: avoid that the client name contains the word (NULL) | Volker Rümelin |
2021-06-17 | audio: move code to audio/audio.c | Volker Rümelin |
2021-06-17 | paaudio: remove unused stream flags | Volker Rümelin |
2021-06-17 | alsaaudio: remove #ifdef DEBUG to avoid bit rot | Volker Rümelin |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-03-16 | coreaudio: Handle output device change | Akihiko Odaki |
2021-03-16 | coreaudio: Extract device operations | Akihiko Odaki |
2021-03-16 | coreaudio: Drop support for macOS older than 10.6 | Akihiko Odaki |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-01-15 | audio: space prohibited between function name and parenthesis'(' | Zhang Han |
2021-01-15 | audio: Suspect code indent for conditional statements | Zhang Han |
2021-01-15 | audio: Don't use '%#' in format strings | Zhang Han |
2021-01-15 | audio: Fix lines over 90 characters | Zhang Han |
2021-01-15 | audio: foo* bar" should be "foo *bar". | Zhang Han |
2021-01-15 | audio: Add spaces around operator/delete redundant spaces | Zhang Han |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han |
2021-01-15 | dsoundaudio: fix log message | Volker Rümelin |
2021-01-15 | dsoundaudio: enable f32 audio sample format | Volker Rümelin |
2021-01-15 | dsoundaudio: rename dsound_open() | Volker Rümelin |
2021-01-15 | dsoundaudio: replace GetForegroundWindow() | Volker Rümelin |
2021-01-15 | paaudio: send recorded data in smaller chunks | Volker Rümelin |
2021-01-15 | paaudio: limit minreq to 75% of audio timer_rate | Volker Rümelin |
2021-01-15 | paaudio: comment bugs in functions qpa_init_* | Volker Rümelin |
2021-01-15 | paaudio: remove unneeded code | Volker Rümelin |
2021-01-15 | paaudio: wait until the playback stream is ready | Volker Rümelin |
2021-01-15 | paaudio: wait for PA_STREAM_READY in qpa_write() | Volker Rümelin |
2021-01-15 | paaudio: avoid to clip samples multiple times | Volker Rümelin |
2021-01-15 | audio: remove remaining unused plive code | Volker Rümelin |
2021-01-15 | sdlaudio: enable (in|out).mixing-engine=off | Volker Rümelin |
2021-01-15 | audio: break generic buffer dependency on mixing-engine | Volker Rümelin |
2021-01-15 | sdlaudio: add recording functions | Volker Rümelin |
2021-01-15 | audio: split pcm_ops function get_buffer_in | Volker Rümelin |
2021-01-15 | sdlaudio: replace legacy functions with modern ones | Volker Rümelin |
2021-01-15 | sdlaudio: fill remaining sample buffer with silence | Volker Rümelin |
2021-01-15 | sdlaudio: always clear the sample buffer | Volker Rümelin |
2021-01-15 | sdlaudio: don't start playback in init routine | Volker Rümelin |
2021-01-15 | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin |
2021-01-15 | audio: fix bit-rotted code | Volker Rümelin |
2021-01-15 | sdlaudio: remove leftover SDL1.2 code | Volker Rümelin |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-15 | audio: add sanity check | Gerd Hoffmann |
2020-12-15 | audio: Simplify audio_bug() removing old code | Philippe Mathieu-Daudé |
2020-12-15 | audio: remove unused function audio_is_cleaning_up() | Volker Rümelin |
2020-12-15 | coreaudio: always stop audio playback on shut down | Volker Rümelin |
2020-12-15 | coreaudio: don't start playback in init routine | Volker Rümelin |