index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
audio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio/audio.c: remove trailing newline in error_setg
Michael Tokarev
2024-01-05
1
-1
/
+1
*
audio: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
audio: Free consumed default audio devices
Akihiko Odaki
2023-11-24
1
-1
/
+4
*
migration: Use vmstate_register_any() for audio
Juan Quintela
2023-11-01
1
-1
/
+1
*
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
2023-10-08
1
-12
/
+0
*
audio: reintroduce default audio backend for VNC
Paolo Bonzini
2023-10-08
1
-10
/
+18
*
audio: do not use first -audiodev as default audio device
Paolo Bonzini
2023-10-08
1
-18
/
+7
*
audio: extend -audio to allow creating a default backend
Paolo Bonzini
2023-10-08
1
-1
/
+1
*
audio: extract audio_define_default
Paolo Bonzini
2023-10-08
1
-7
/
+12
*
audio: disable default backends if -audio/-audiodev is used
Paolo Bonzini
2023-10-08
1
-8
/
+1
*
audio: error hints need a trailing \n
Paolo Bonzini
2023-10-08
1
-1
/
+1
*
audio: forbid default audiodev backend with -nodefaults
Paolo Bonzini
2023-10-03
1
-0
/
+16
*
audio: propagate Error * out of audio_init
Martin Kletzander
2023-10-03
1
-19
/
+18
*
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
2023-10-03
1
-79
/
+59
*
audio: simplify flow in audio_init
Paolo Bonzini
2023-10-03
1
-32
/
+32
*
audio: commonize voice initialization
Paolo Bonzini
2023-10-03
1
-17
/
+2
*
audio: return Error ** from audio_state_by_name
Paolo Bonzini
2023-10-03
1
-1
/
+2
*
audio: allow returning an error from the driver init
Paolo Bonzini
2023-10-03
1
-3
/
+10
*
audio: Require AudioState in AUD_add_capture
Martin Kletzander
2023-10-03
1
-4
/
+2
*
audio: remove shadowed locals
Paolo Bonzini
2023-09-26
1
-6
/
+5
*
audio/pwaudio.c: Add Pipewire audio backend for QEMU
Dorinda Bassey
2023-05-05
1
-0
/
+3
*
audio: remove sw->ratio
Volker Rümelin
2023-03-06
1
-1
/
+0
*
audio: handle leftover audio frame from upsampling
Volker Rümelin
2023-03-06
1
-6
/
+28
*
audio: make recording packet length calculation exact
Volker Rümelin
2023-03-06
1
-21
/
+8
*
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
1
-25
/
+18
*
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: change type and name of the resample buffer
Volker Rümelin
2023-03-06
1
-7
/
+8
*
audio: change type of mix_buf and conv_buf
Volker Rümelin
2023-03-06
1
-53
/
+53
*
audio: remove audio_calloc() function
Volker Rümelin
2023-03-06
1
-20
/
+0
*
audio/mixeng: use g_new0() instead of audio_calloc()
Volker Rümelin
2023-03-06
1
-5
/
+0
*
audio: log unimplemented audio device sample rates
Volker Rümelin
2023-03-06
1
-0
/
+1
*
qapi, audio: Make introspection reflect build configuration more closely
Daniel P. Berrangé
2023-01-30
1
-0
/
+20
*
qapi, audio: add query-audiodev command
Daniel P. Berrangé
2023-01-30
1
-0
/
+12
*
qapi audio: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-13
1
-4
/
+2
*
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
1
-6
/
+10
*
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
1
-1
/
+1
*
audio: improve out.voices test
Helge Konetzka
2022-10-12
1
-1
/
+1
*
audio: fix in.voices test
Helge Konetzka
2022-10-12
1
-1
/
+1
*
audio: fix sw->buf size for audio recording
Volker Rümelin
2022-10-11
1
-1
/
+1
*
audio: refactor audio_get_avail()
Volker Rümelin
2022-10-11
1
-5
/
+19
*
audio: rename audio_sw_bytes_free()
Volker Rümelin
2022-10-11
1
-6
/
+14
*
audio: swap audio_rate_get_bytes() function parameters
Volker Rümelin
2022-10-11
1
-1
/
+1
*
audio: add more audio rate control functions
Volker Rümelin
2022-10-11
1
-11
/
+24
*
audio: run downstream playback queue unconditionally
Volker Rümelin
2022-10-11
1
-4
/
+4
[next]