Age | Commit message (Expand) | Author | Files | Lines |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 7 | -12/+12 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 5 | -11/+11 |
2022-03-18 | audio/mixeng: Do not declare unused variables | Akihiko Odaki | 1 | -4/+4 |
2022-03-15 | audio: Rename coreaudio extension to use Objective-C compiler | Philippe Mathieu-Daudé | 2 | -1/+1 |
2022-03-15 | coreaudio: Always return 0 in handle_voice_change | Akihiko Odaki | 1 | -4/+2 |
2022-03-15 | audio: Log context for audio bug | Akihiko Odaki | 2 | -28/+24 |
2022-03-15 | audio/dbus: Fix building with modules on macOS | Philippe Mathieu-Daudé | 1 | -1/+1 |
2022-03-15 | audio/coreaudio: Remove a deprecation warning on macOS 12 | Philippe Mathieu-Daudé | 1 | -6/+11 |
2022-03-04 | coreaudio: Notify error in coreaudio_init_out | Akihiko Odaki | 1 | -0/+2 |
2022-03-04 | sdlaudio: fix samples vs. frames mix-up | Volker Rümelin | 1 | -5/+2 |
2022-03-04 | paaudio: fix samples vs. frames mix-up | Volker Rümelin | 1 | -10/+4 |
2022-03-04 | ossaudio: reduce effective playback buffer size | Volker Rümelin | 1 | -3/+4 |
2022-03-04 | dsoundaudio: reduce effective playback buffer size | Volker Rümelin | 1 | -13/+17 |
2022-03-04 | paaudio: reduce effective playback buffer size | Volker Rümelin | 1 | -9/+24 |
2022-03-04 | audio: restore mixing-engine playback buffer size | Volker Rümelin | 9 | -18/+80 |
2022-03-04 | Revert "audio: fix wavcapture segfault" | Volker Rümelin | 1 | -2/+2 |
2022-03-04 | audio: add pcm_ops function table for capture backend | Volker Rümelin | 1 | -0/+2 |
2022-03-04 | audio: copy playback stream in sequential order | Volker Rümelin | 1 | -15/+9 |
2022-03-04 | jackaudio: use more jack audio buffers | Volker Rümelin | 1 | -2/+2 |
2022-03-04 | paaudio: increase default latency to 46ms | Volker Rümelin | 1 | -1/+1 |
2022-03-04 | audio: inline function audio_pcm_sw_get_rpos_in() | Volker Rümelin | 1 | -18/+5 |
2022-03-04 | audio: add function audio_pcm_hw_conv_in() | Volker Rümelin | 1 | -6/+19 |
2022-03-04 | audio: move function audio_pcm_hw_clip_out() | Volker Rümelin | 1 | -19/+19 |
2022-03-04 | audio: replace open-coded buffer arithmetic | Volker Rümelin | 4 | -30/+29 |
2022-01-13 | dsoundaudio: fix crackling audio recordings | Volker Rümelin | 1 | -4/+3 |
2022-01-13 | jackaudio: use ifdefs to hide unavailable functions | Volker Rümelin | 1 | -0/+4 |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau | 6 | -0/+675 |
2021-10-14 | configure, meson: move audio driver detection to Meson | Paolo Bonzini | 1 | -12/+11 |
2021-10-14 | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini | 1 | -2/+2 |
2021-08-10 | audio: Never send migration section | Dr. David Alan Gilbert | 1 | -0/+10 |
2021-07-09 | modules: add audio module annotations | Gerd Hoffmann | 1 | -0/+2 |
2021-06-23 | coreaudio: Lock only the buffer | Akihiko Odaki | 1 | -61/+41 |
2021-06-17 | coreaudio: Fix output stream format settings | Akihiko Odaki | 1 | -35/+13 |
2021-06-17 | audio: Fix format specifications of debug logs | Akihiko Odaki | 1 | -3/+3 |
2021-06-17 | jackaudio: avoid that the client name contains the word (NULL) | Volker Rümelin | 1 | -2/+1 |
2021-06-17 | audio: move code to audio/audio.c | Volker Rümelin | 3 | -4/+12 |
2021-06-17 | paaudio: remove unused stream flags | Volker Rümelin | 1 | -4/+1 |
2021-06-17 | alsaaudio: remove #ifdef DEBUG to avoid bit rot | Volker Rümelin | 1 | -6/+4 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-03-16 | coreaudio: Handle output device change | Akihiko Odaki | 1 | -42/+164 |
2021-03-16 | coreaudio: Extract device operations | Akihiko Odaki | 1 | -57/+80 |
2021-03-16 | coreaudio: Drop support for macOS older than 10.6 | Akihiko Odaki | 1 | -103/+0 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-15 | audio: space prohibited between function name and parenthesis'(' | Zhang Han | 1 | -6/+6 |
2021-01-15 | audio: Suspect code indent for conditional statements | Zhang Han | 1 | -1/+1 |
2021-01-15 | audio: Don't use '%#' in format strings | Zhang Han | 1 | -1/+1 |
2021-01-15 | audio: Fix lines over 90 characters | Zhang Han | 1 | -10/+27 |
2021-01-15 | audio: foo* bar" should be "foo *bar". | Zhang Han | 1 | -6/+6 |
2021-01-15 | audio: Add spaces around operator/delete redundant spaces | Zhang Han | 4 | -4/+4 |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han | 6 | -48/+29 |