index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-05-14
1
-1
/
+7
*
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-2
/
+2
*
audio: Log context for audio bug
Akihiko Odaki
2022-03-15
1
-13
/
+12
*
audio: restore mixing-engine playback buffer size
Volker Rümelin
2022-03-04
1
-17
/
+52
*
Revert "audio: fix wavcapture segfault"
Volker Rümelin
2022-03-04
1
-2
/
+2
*
audio: add pcm_ops function table for capture backend
Volker Rümelin
2022-03-04
1
-0
/
+2
*
audio: copy playback stream in sequential order
Volker Rümelin
2022-03-04
1
-15
/
+9
*
audio: inline function audio_pcm_sw_get_rpos_in()
Volker Rümelin
2022-03-04
1
-18
/
+5
*
audio: add function audio_pcm_hw_conv_in()
Volker Rümelin
2022-03-04
1
-6
/
+19
*
audio: move function audio_pcm_hw_clip_out()
Volker Rümelin
2022-03-04
1
-19
/
+19
*
audio: replace open-coded buffer arithmetic
Volker Rümelin
2022-03-04
1
-18
/
+7
*
audio: add "dbus" audio backend
Marc-André Lureau
2021-12-21
1
-0
/
+1
*
audio: Never send migration section
Dr. David Alan Gilbert
2021-08-10
1
-0
/
+10
*
audio: Fix format specifications of debug logs
Akihiko Odaki
2021-06-17
1
-3
/
+3
*
audio: move code to audio/audio.c
Volker Rümelin
2021-06-17
1
-0
/
+9
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
audio: Add braces for statements/fix braces' position
Zhang Han
2021-01-15
1
-14
/
+12
*
audio: remove remaining unused plive code
Volker Rümelin
2021-01-15
1
-16
/
+1
*
audio: break generic buffer dependency on mixing-engine
Volker Rümelin
2021-01-15
1
-7
/
+4
*
audio: split pcm_ops function get_buffer_in
Volker Rümelin
2021-01-15
1
-4
/
+14
*
sdlaudio: add -audiodev sdl,out.buffer-count option
Volker Rümelin
2021-01-15
1
-1
/
+1
*
audio: add sanity check
Gerd Hoffmann
2020-12-15
1
-1
/
+3
*
audio: Simplify audio_bug() removing old code
Philippe Mathieu-Daudé
2020-12-15
1
-18
/
+1
*
audio: remove unused function audio_is_cleaning_up()
Volker Rümelin
2020-12-15
1
-8
/
+0
*
audio: remove qemu_spice_audio_init()
Gerd Hoffmann
2020-09-23
1
-0
/
+16
*
audio: run downstream playback queue unconditionally
Volker Rümelin
2020-09-23
1
-0
/
+3
*
audio: align audio_generic_write with audio_pcm_hw_run_out
Volker Rümelin
2020-09-23
1
-5
/
+27
*
audio: remove unnecessary calls to put_buffer_in
Volker Rümelin
2020-09-23
1
-2
/
+0
*
audio: align audio_generic_read with audio_pcm_hw_run_in
Volker Rümelin
2020-09-23
1
-4
/
+15
*
audio/spiceaudio: always rate limit playback stream
Volker Rümelin
2020-09-23
1
-1
/
+2
*
audio/audio: fix video playback slowdown with spiceaudio
Volker Rümelin
2020-09-23
1
-2
/
+5
*
qemu/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
*
audio: fix wavcapture segfault
Bruce Rogers
2020-05-26
1
-2
/
+2
*
audio/jack: add JACK client audiodev
Geoffrey McRae
2020-05-25
1
-0
/
+1
*
dsoundaudio: dsound_get_buffer_in should honor *size
Volker Rümelin
2020-04-06
1
-7
/
+5
*
audio: proper support for float samples in mixeng
Kővágó, Zoltán
2020-02-06
1
-18
/
+38
*
audio/dsound: fix invalid parameters error
Kővágó, Zoltán
2020-02-06
1
-4
/
+2
*
audio: audio_generic_get_buffer_in should honor *size
Volker Rümelin
2020-01-31
1
-1
/
+2
*
audio: fix bug 1858488
Volker Rümelin
2020-01-31
1
-31
/
+27
*
audio: prevent SIGSEGV in AUD_get_buffer_size_out
Volker Rümelin
2020-01-31
1
-2
/
+2
*
audio: fix audio_generic_read
Volker Rümelin
2020-01-31
1
-5
/
+5
*
audio: fix audio_generic_write
Volker Rümelin
2020-01-31
1
-1
/
+1
*
audio/audio: Add missing fall through comment
Philippe Mathieu-Daudé
2020-01-24
1
-0
/
+1
*
audio: fix integer overflow
Volker Rümelin
2020-01-06
1
-1
/
+1
*
audio: fix audio recording
Volker Rümelin
2019-11-20
1
-0
/
+1
*
audio: basic support for multichannel audio
Kővágó, Zoltán
2019-10-18
1
-1
/
+1
*
audio: replace shift in audio_pcm_info with bytes_per_frame
Kővágó, Zoltán
2019-10-18
1
-37
/
+37
*
audio: support more than two channels in volume setting
Kővágó, Zoltán
2019-10-18
1
-8
/
+22
*
audio: make mixeng optional
Kővágó, Zoltán
2019-10-18
1
-6
/
+64
[next]