index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
2023-09-21
1
-5
/
+11
*
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
2023-09-21
1
-2
/
+3
*
audio: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
audio/pw: improve channel position code
Marc-André Lureau
2023-07-17
1
-49
/
+26
*
audio/pw: remove wrong comment
Marc-André Lureau
2023-07-17
1
-1
/
+0
*
audio/pw: simplify error reporting in stream creation
Marc-André Lureau
2023-07-17
1
-11
/
+1
*
audio/pw: add more error reporting
Marc-André Lureau
2023-07-17
1
-1
/
+6
*
audio/pw: factorize some common code
Marc-André Lureau
2023-07-17
1
-51
/
+34
*
audio/pw: add more details on error
Marc-André Lureau
2023-07-17
1
-3
/
+4
*
audio/pw: trace during init before calling pipewire API
Marc-André Lureau
2023-07-17
1
-2
/
+3
*
audio/pw: needless check for NULL
Marc-André Lureau
2023-07-17
1
-6
/
+2
*
audio/pw: drop needless case statement
Marc-André Lureau
2023-07-17
1
-10
/
+0
*
audio/pw: Pipewire->PipeWire case fix for user-visible text
Marc-André Lureau
2023-07-17
2
-6
/
+6
*
audio: dbus requires pixman
Marc-André Lureau
2023-07-01
1
-1
/
+1
*
ui/dbus: win32 support
Marc-André Lureau
2023-06-27
1
-8
/
+36
*
ui/dbus: compile without gio/gunixfdlist.h
Marc-André Lureau
2023-06-27
1
-0
/
+7
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-4
/
+4
*
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-02
1
-2
/
+2
*
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
2023-05-05
5
-0
/
+931
*
audio/dbus: there are no sender for p2p mode
Marc-André Lureau
2023-03-13
2
-3
/
+6
*
audio: remove sw->ratio
Volker Rümelin
2023-03-06
3
-24
/
+9
*
audio/audio_template: substitute sw->hw with hw
Volker Rümelin
2023-03-06
1
-3
/
+3
*
audio: handle leftover audio frame from upsampling
Volker Rümelin
2023-03-06
2
-6
/
+34
*
audio: make recording packet length calculation exact
Volker Rümelin
2023-03-06
3
-21
/
+50
*
audio: rename variables in audio_pcm_sw_read()
Volker Rümelin
2023-03-06
1
-9
/
+9
*
audio: replace the resampling loop in audio_pcm_sw_read()
Volker Rümelin
2023-03-06
1
-24
/
+35
*
audio: make playback packet length calculation exact
Volker Rümelin
2023-03-06
3
-25
/
+58
*
audio: remove unused noop_conv() function
Volker Rümelin
2023-03-06
1
-8
/
+0
*
audio: don't misuse audio_pcm_sw_write()
Volker Rümelin
2023-03-06
1
-11
/
+18
*
audio: rename variables in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
1
-23
/
+22
*
audio: remove sw == NULL check
Volker Rümelin
2023-03-06
1
-4
/
+0
*
audio: replace the resampling loop in audio_pcm_sw_write()
Volker Rümelin
2023-03-06
1
-27
/
+36
*
audio: make the resampling code greedy
Volker Rümelin
2023-03-06
1
-8
/
+13
*
audio: change type and name of the resample buffer
Volker Rümelin
2023-03-06
3
-13
/
+16
*
audio: change type of mix_buf and conv_buf
Volker Rümelin
2023-03-06
3
-64
/
+67
*
alsaaudio: reintroduce default recording settings
Volker Rümelin
2023-03-06
1
-6
/
+4
*
alsaaudio: change default playback settings
Volker Rümelin
2023-03-06
1
-7
/
+4
*
audio: remove audio_calloc() function
Volker Rümelin
2023-03-06
2
-21
/
+0
*
audio/audio_template: use g_new0() to replace audio_calloc()
Volker Rümelin
2023-03-06
1
-17
/
+12
*
audio/audio_template: use g_malloc0() to replace audio_calloc()
Volker Rümelin
2023-03-06
2
-12
/
+10
*
audio/alsaaudio: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
1
-5
/
+1
*
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
3
-16
/
+2
*
audio: remove unused #define AUDIO_STRINGIFY
Volker Rümelin
2023-03-06
1
-3
/
+0
*
audio: rename hardware store to backend
Volker Rümelin
2023-03-06
1
-2
/
+2
*
audio: don't show unnecessary error messages
Volker Rümelin
2023-03-06
1
-1
/
+1
*
audio: log unimplemented audio device sample rates
Volker Rümelin
2023-03-06
2
-0
/
+14
*
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+1
*
Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2023-02-04
2
-0
/
+84
|
\
|
*
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
2023-02-04
2
-0
/
+84
*
|
qapi, audio: Make introspection reflect build configuration more closely
Daniel P. Berrangé
2023-01-30
3
-1
/
+80
[next]