Age | Commit message (Expand) | Author |
2022-05-14 | introduce -audio as a replacement for -soundhw | Paolo Bonzini |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | include: move qemu_get_vm_name() to sysemu.h | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-18 | audio/mixeng: Do not declare unused variables | Akihiko Odaki |
2022-03-15 | audio: Rename coreaudio extension to use Objective-C compiler | Philippe Mathieu-Daudé |
2022-03-15 | coreaudio: Always return 0 in handle_voice_change | Akihiko Odaki |
2022-03-15 | audio: Log context for audio bug | Akihiko Odaki |
2022-03-15 | audio/dbus: Fix building with modules on macOS | Philippe Mathieu-Daudé |
2022-03-15 | audio/coreaudio: Remove a deprecation warning on macOS 12 | Philippe Mathieu-Daudé |
2022-03-04 | coreaudio: Notify error in coreaudio_init_out | Akihiko Odaki |
2022-03-04 | sdlaudio: fix samples vs. frames mix-up | Volker Rümelin |
2022-03-04 | paaudio: fix samples vs. frames mix-up | Volker Rümelin |
2022-03-04 | ossaudio: reduce effective playback buffer size | Volker Rümelin |
2022-03-04 | dsoundaudio: reduce effective playback buffer size | Volker Rümelin |
2022-03-04 | paaudio: reduce effective playback buffer size | Volker Rümelin |
2022-03-04 | audio: restore mixing-engine playback buffer size | Volker Rümelin |
2022-03-04 | Revert "audio: fix wavcapture segfault" | Volker Rümelin |
2022-03-04 | audio: add pcm_ops function table for capture backend | Volker Rümelin |
2022-03-04 | audio: copy playback stream in sequential order | Volker Rümelin |
2022-03-04 | jackaudio: use more jack audio buffers | Volker Rümelin |
2022-03-04 | paaudio: increase default latency to 46ms | Volker Rümelin |
2022-03-04 | audio: inline function audio_pcm_sw_get_rpos_in() | Volker Rümelin |
2022-03-04 | audio: add function audio_pcm_hw_conv_in() | Volker Rümelin |
2022-03-04 | audio: move function audio_pcm_hw_clip_out() | Volker Rümelin |
2022-03-04 | audio: replace open-coded buffer arithmetic | Volker Rümelin |
2022-01-13 | dsoundaudio: fix crackling audio recordings | Volker Rümelin |
2022-01-13 | jackaudio: use ifdefs to hide unavailable functions | Volker Rümelin |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau |
2021-10-14 | configure, meson: move audio driver detection to Meson | Paolo Bonzini |
2021-10-14 | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini |
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 |