Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-03-06 | audio: make the resampling code greedy | Volker Rümelin | 1 | -8/+13 |
2023-03-06 | audio: change type and name of the resample buffer | Volker Rümelin | 3 | -13/+16 |
2023-03-06 | audio: change type of mix_buf and conv_buf | Volker Rümelin | 3 | -64/+67 |
2023-03-06 | alsaaudio: reintroduce default recording settings | Volker Rümelin | 1 | -6/+4 |
2023-03-06 | alsaaudio: change default playback settings | Volker Rümelin | 1 | -7/+4 |
2023-03-06 | audio: remove audio_calloc() function | Volker Rümelin | 2 | -21/+0 |
2023-03-06 | audio/audio_template: use g_new0() to replace audio_calloc() | Volker Rümelin | 1 | -17/+12 |
2023-03-06 | audio/audio_template: use g_malloc0() to replace audio_calloc() | Volker Rümelin | 2 | -12/+10 |
2023-03-06 | audio/alsaaudio: use g_new0() instead of audio_calloc() | Volker Rümelin | 1 | -5/+1 |
2023-03-06 | audio/mixeng: use g_new0() instead of audio_calloc() | Volker Rümelin | 3 | -16/+2 |
2023-03-06 | audio: remove unused #define AUDIO_STRINGIFY | Volker Rümelin | 1 | -3/+0 |
2023-03-06 | audio: rename hardware store to backend | Volker Rümelin | 1 | -2/+2 |
2023-03-06 | audio: don't show unnecessary error messages | Volker Rümelin | 1 | -1/+1 |
2023-03-06 | audio: log unimplemented audio device sample rates | Volker Rümelin | 2 | -0/+14 |
2023-02-08 | Fix non-first inclusions of qemu/osdep.h | Markus Armbruster | 1 | -1/+1 |
2023-02-04 | Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into... | Peter Maydell | 2 | -0/+84 |
2023-02-04 | audio: Move HMP commands from monitor/ to audio/ | Markus Armbruster | 2 | -0/+84 |
2023-01-30 | qapi, audio: Make introspection reflect build configuration more closely | Daniel P. Berrangé | 3 | -1/+80 |
2023-01-30 | qapi, audio: add query-audiodev command | Daniel P. Berrangé | 1 | -0/+12 |
2022-12-13 | qapi audio: Elide redundant has_FOO in generated C | Markus Armbruster | 7 | -28/+21 |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana | 1 | -6/+10 |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana | 1 | -1/+1 |
2022-10-12 | audio: improve out.voices test | Helge Konetzka | 1 | -1/+1 |
2022-10-12 | audio: fix in.voices test | Helge Konetzka | 1 | -1/+1 |
2022-10-11 | audio: prevent an integer overflow in resampling code | Volker Rümelin | 1 | -5/+6 |
2022-10-11 | audio: fix sw->buf size for audio recording | Volker Rümelin | 2 | -1/+5 |
2022-10-11 | audio: refactor audio_get_avail() | Volker Rümelin | 1 | -5/+19 |
2022-10-11 | audio: rename audio_sw_bytes_free() | Volker Rümelin | 1 | -6/+14 |
2022-10-11 | audio: swap audio_rate_get_bytes() function parameters | Volker Rümelin | 6 | -8/+8 |
2022-10-11 | spiceaudio: update comment | Volker Rümelin | 1 | -1/+4 |
2022-10-11 | spiceaudio: add a pcm_ops buffer_get_free function | Volker Rümelin | 1 | -2/+10 |