| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce -audio as a replacement for -soundhw | Paolo Bonzini | 2022-05-14 | 2 | -1/+8 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | include: move qemu_get_vm_name() to sysemu.h | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 2 | -2/+2 |
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 7 | -12/+12 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 5 | -11/+11 |
* | audio/mixeng: Do not declare unused variables | Akihiko Odaki | 2022-03-18 | 1 | -4/+4 |
* | audio: Rename coreaudio extension to use Objective-C compiler | Philippe Mathieu-Daudé | 2022-03-15 | 2 | -1/+1 |
* | coreaudio: Always return 0 in handle_voice_change | Akihiko Odaki | 2022-03-15 | 1 | -4/+2 |
* | audio: Log context for audio bug | Akihiko Odaki | 2022-03-15 | 2 | -28/+24 |
* | audio/dbus: Fix building with modules on macOS | Philippe Mathieu-Daudé | 2022-03-15 | 1 | -1/+1 |
* | audio/coreaudio: Remove a deprecation warning on macOS 12 | Philippe Mathieu-Daudé | 2022-03-15 | 1 | -6/+11 |
* | coreaudio: Notify error in coreaudio_init_out | Akihiko Odaki | 2022-03-04 | 1 | -0/+2 |
* | sdlaudio: fix samples vs. frames mix-up | Volker Rümelin | 2022-03-04 | 1 | -5/+2 |
* | paaudio: fix samples vs. frames mix-up | Volker Rümelin | 2022-03-04 | 1 | -10/+4 |
* | ossaudio: reduce effective playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -3/+4 |
* | dsoundaudio: reduce effective playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -13/+17 |
* | paaudio: reduce effective playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -9/+24 |
* | audio: restore mixing-engine playback buffer size | Volker Rümelin | 2022-03-04 | 9 | -18/+80 |
* | Revert "audio: fix wavcapture segfault" | Volker Rümelin | 2022-03-04 | 1 | -2/+2 |
* | audio: add pcm_ops function table for capture backend | Volker Rümelin | 2022-03-04 | 1 | -0/+2 |
* | audio: copy playback stream in sequential order | Volker Rümelin | 2022-03-04 | 1 | -15/+9 |
* | jackaudio: use more jack audio buffers | Volker Rümelin | 2022-03-04 | 1 | -2/+2 |
* | paaudio: increase default latency to 46ms | Volker Rümelin | 2022-03-04 | 1 | -1/+1 |
* | audio: inline function audio_pcm_sw_get_rpos_in() | Volker Rümelin | 2022-03-04 | 1 | -18/+5 |
* | audio: add function audio_pcm_hw_conv_in() | Volker Rümelin | 2022-03-04 | 1 | -6/+19 |
* | audio: move function audio_pcm_hw_clip_out() | Volker Rümelin | 2022-03-04 | 1 | -19/+19 |
* | audio: replace open-coded buffer arithmetic | Volker Rümelin | 2022-03-04 | 4 | -30/+29 |
* | dsoundaudio: fix crackling audio recordings | Volker Rümelin | 2022-01-13 | 1 | -4/+3 |
* | jackaudio: use ifdefs to hide unavailable functions | Volker Rümelin | 2022-01-13 | 1 | -0/+4 |
* | audio: add "dbus" audio backend | Marc-André Lureau | 2021-12-21 | 6 | -0/+675 |
* | configure, meson: move audio driver detection to Meson | Paolo Bonzini | 2021-10-14 | 1 | -12/+11 |
* | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini | 2021-10-14 | 1 | -2/+2 |
* | audio: Never send migration section | Dr. David Alan Gilbert | 2021-08-10 | 1 | -0/+10 |
* | modules: add audio module annotations | Gerd Hoffmann | 2021-07-09 | 1 | -0/+2 |
* | coreaudio: Lock only the buffer | Akihiko Odaki | 2021-06-23 | 1 | -61/+41 |
* | coreaudio: Fix output stream format settings | Akihiko Odaki | 2021-06-17 | 1 | -35/+13 |
* | audio: Fix format specifications of debug logs | Akihiko Odaki | 2021-06-17 | 1 | -3/+3 |
* | jackaudio: avoid that the client name contains the word (NULL) | Volker Rümelin | 2021-06-17 | 1 | -2/+1 |
* | audio: move code to audio/audio.c | Volker Rümelin | 2021-06-17 | 3 | -4/+12 |
* | paaudio: remove unused stream flags | Volker Rümelin | 2021-06-17 | 1 | -4/+1 |
* | alsaaudio: remove #ifdef DEBUG to avoid bit rot | Volker Rümelin | 2021-06-17 | 1 | -6/+4 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | coreaudio: Handle output device change | Akihiko Odaki | 2021-03-16 | 1 | -42/+164 |
* | coreaudio: Extract device operations | Akihiko Odaki | 2021-03-16 | 1 | -57/+80 |
* | coreaudio: Drop support for macOS older than 10.6 | Akihiko Odaki | 2021-03-16 | 1 | -103/+0 |
* | 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 |