Age | Commit message (Expand) | Author | Files | Lines |
2023-10-09 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 2 | -51/+37 |
2023-10-08 | audio, qtest: get rid of QEMU_AUDIO_DRV | Paolo Bonzini | 1 | -12/+0 |
2023-10-08 | audio: reintroduce default audio backend for VNC | Paolo Bonzini | 2 | -10/+19 |
2023-10-08 | audio: do not use first -audiodev as default audio device | Paolo Bonzini | 1 | -18/+7 |
2023-10-08 | audio: extend -audio to allow creating a default backend | Paolo Bonzini | 1 | -1/+1 |
2023-10-08 | audio: extract audio_define_default | Paolo Bonzini | 2 | -7/+13 |
2023-10-08 | audio: disable default backends if -audio/-audiodev is used | Paolo Bonzini | 2 | -8/+2 |
2023-10-08 | audio: error hints need a trailing \n | Paolo Bonzini | 1 | -1/+1 |
2023-10-06 | audio/ossaudio: Fix compiler warning with -Wshadow | Thomas Huth | 1 | -1/+0 |
2023-10-03 | audio: forbid default audiodev backend with -nodefaults | Paolo Bonzini | 1 | -0/+16 |
2023-10-03 | audio: propagate Error * out of audio_init | Martin Kletzander | 2 | -21/+20 |
2023-10-03 | audio: remove QEMU_AUDIO_* and -audio-help support | Paolo Bonzini | 17 | -689/+59 |
2023-10-03 | audio: simplify flow in audio_init | Paolo Bonzini | 1 | -32/+32 |
2023-10-03 | audio: commonize voice initialization | Paolo Bonzini | 2 | -18/+10 |
2023-10-03 | audio: return Error ** from audio_state_by_name | Paolo Bonzini | 3 | -4/+7 |
2023-10-03 | audio: allow returning an error from the driver init | Paolo Bonzini | 15 | -27/+48 |
2023-10-03 | audio: Require AudioState in AUD_add_capture | Martin Kletzander | 1 | -4/+2 |
2023-09-26 | audio: remove shadowed locals | Paolo Bonzini | 1 | -6/+5 |
2023-09-21 | audio/jackaudio: Avoid dynamic stack allocation in qjack_process() | Peter Maydell | 1 | -5/+11 |
2023-09-21 | audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init | Peter Maydell | 1 | -2/+3 |
2023-09-08 | audio: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-07-17 | audio/pw: improve channel position code | Marc-André Lureau | 1 | -49/+26 |
2023-07-17 | audio/pw: remove wrong comment | Marc-André Lureau | 1 | -1/+0 |
2023-07-17 | audio/pw: simplify error reporting in stream creation | Marc-André Lureau | 1 | -11/+1 |
2023-07-17 | audio/pw: add more error reporting | Marc-André Lureau | 1 | -1/+6 |
2023-07-17 | audio/pw: factorize some common code | Marc-André Lureau | 1 | -51/+34 |
2023-07-17 | audio/pw: add more details on error | Marc-André Lureau | 1 | -3/+4 |
2023-07-17 | audio/pw: trace during init before calling pipewire API | Marc-André Lureau | 1 | -2/+3 |
2023-07-17 | audio/pw: needless check for NULL | Marc-André Lureau | 1 | -6/+2 |
2023-07-17 | audio/pw: drop needless case statement | Marc-André Lureau | 1 | -10/+0 |
2023-07-17 | audio/pw: Pipewire->PipeWire case fix for user-visible text | Marc-André Lureau | 2 | -6/+6 |
2023-07-01 | audio: dbus requires pixman | Marc-André Lureau | 1 | -1/+1 |
2023-06-27 | ui/dbus: win32 support | Marc-André Lureau | 1 | -8/+36 |
2023-06-27 | ui/dbus: compile without gio/gunixfdlist.h | Marc-André Lureau | 1 | -0/+7 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -4/+4 |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake | 1 | -2/+2 |
2023-05-05 | audio/pwaudio.c: Add Pipewire audio backend for QEMU | Dorinda Bassey | 5 | -0/+931 |
2023-03-13 | audio/dbus: there are no sender for p2p mode | Marc-André Lureau | 2 | -3/+6 |
2023-03-06 | audio: remove sw->ratio | Volker Rümelin | 3 | -24/+9 |
2023-03-06 | audio/audio_template: substitute sw->hw with hw | Volker Rümelin | 1 | -3/+3 |
2023-03-06 | audio: handle leftover audio frame from upsampling | Volker Rümelin | 2 | -6/+34 |
2023-03-06 | audio: make recording packet length calculation exact | Volker Rümelin | 3 | -21/+50 |
2023-03-06 | audio: rename variables in audio_pcm_sw_read() | Volker Rümelin | 1 | -9/+9 |
2023-03-06 | audio: replace the resampling loop in audio_pcm_sw_read() | Volker Rümelin | 1 | -24/+35 |
2023-03-06 | audio: make playback packet length calculation exact | Volker Rümelin | 3 | -25/+58 |
2023-03-06 | audio: remove unused noop_conv() function | Volker Rümelin | 1 | -8/+0 |
2023-03-06 | audio: don't misuse audio_pcm_sw_write() | Volker Rümelin | 1 | -11/+18 |
2023-03-06 | audio: rename variables in audio_pcm_sw_write() | Volker Rümelin | 1 | -23/+22 |
2023-03-06 | audio: remove sw == NULL check | Volker Rümelin | 1 | -4/+0 |
2023-03-06 | audio: replace the resampling loop in audio_pcm_sw_write() | Volker Rümelin | 1 | -27/+36 |