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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: prevent an integer overflow in resampling code
Volker Rümelin
2022-10-11
1
-5
/
+6
*
audio: fix sw->buf size for audio recording
Volker Rümelin
2022-10-11
2
-1
/
+5
*
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
6
-8
/
+8
*
spiceaudio: update comment
Volker Rümelin
2022-10-11
1
-1
/
+4
*
spiceaudio: add a pcm_ops buffer_get_free function
Volker Rümelin
2022-10-11
1
-2
/
+10
*
audio: add more audio rate control functions
Volker Rümelin
2022-10-11
2
-11
/
+26
*
alsaaudio: reduce playback latency
Volker Rümelin
2022-10-11
1
-1
/
+37
*
audio: run downstream playback queue unconditionally
Volker Rümelin
2022-10-11
1
-4
/
+4
*
audio: fix GUS audio playback with out.mixing-engine=off
Volker Rümelin
2022-10-11
1
-1
/
+2
*
audio: refactor code in audio_run_out()
Volker Rümelin
2022-10-11
1
-9
/
+8
*
audio: remove abort() in audio_bug()
Volker Rümelin
2022-09-27
1
-1
/
+0
*
Revert "audio: Log context for audio bug"
Volker Rümelin
2022-09-27
2
-24
/
+28
*
audio: Add sndio backend
Alexandre Ratchov
2022-09-27
4
-0
/
+569
*
audio: add help option for -audio and -audiodev
Claudio Fontana
2022-09-19
2
-0
/
+20
*
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau
2022-09-02
2
-4
/
+12
*
audio/dbus: fix building
Marc-André Lureau
2022-07-08
1
-1
/
+1
*
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-05-14
2
-1
/
+8
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
7
-12
/
+12
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
5
-11
/
+11
*
audio/mixeng: Do not declare unused variables
Akihiko Odaki
2022-03-18
1
-4
/
+4
*
audio: Rename coreaudio extension to use Objective-C compiler
Philippe Mathieu-Daudé
2022-03-15
2
-1
/
+1
*
coreaudio: Always return 0 in handle_voice_change
Akihiko Odaki
2022-03-15
1
-4
/
+2
*
audio: Log context for audio bug
Akihiko Odaki
2022-03-15
2
-28
/
+24
*
audio/dbus: Fix building with modules on macOS
Philippe Mathieu-Daudé
2022-03-15
1
-1
/
+1
*
audio/coreaudio: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
2022-03-15
1
-6
/
+11
*
coreaudio: Notify error in coreaudio_init_out
Akihiko Odaki
2022-03-04
1
-0
/
+2
*
sdlaudio: fix samples vs. frames mix-up
Volker Rümelin
2022-03-04
1
-5
/
+2
*
paaudio: fix samples vs. frames mix-up
Volker Rümelin
2022-03-04
1
-10
/
+4
*
ossaudio: reduce effective playback buffer size
Volker Rümelin
2022-03-04
1
-3
/
+4
*
dsoundaudio: reduce effective playback buffer size
Volker Rümelin
2022-03-04
1
-13
/
+17
*
paaudio: reduce effective playback buffer size
Volker Rümelin
2022-03-04
1
-9
/
+24
*
audio: restore mixing-engine playback buffer size
Volker Rümelin
2022-03-04
9
-18
/
+80
*
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
*
jackaudio: use more jack audio buffers
Volker Rümelin
2022-03-04
1
-2
/
+2
*
paaudio: increase default latency to 46ms
Volker Rümelin
2022-03-04
1
-1
/
+1
*
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
4
-30
/
+29
[next]