index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-2
/
+2
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
7
-12
/
+12
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
5
-11
/
+11
2022-03-18
audio/mixeng: Do not declare unused variables
Akihiko Odaki
1
-4
/
+4
2022-03-15
audio: Rename coreaudio extension to use Objective-C compiler
Philippe Mathieu-Daudé
2
-1
/
+1
2022-03-15
coreaudio: Always return 0 in handle_voice_change
Akihiko Odaki
1
-4
/
+2
2022-03-15
audio: Log context for audio bug
Akihiko Odaki
2
-28
/
+24
2022-03-15
audio/dbus: Fix building with modules on macOS
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-15
audio/coreaudio: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
1
-6
/
+11
2022-03-04
coreaudio: Notify error in coreaudio_init_out
Akihiko Odaki
1
-0
/
+2
2022-03-04
sdlaudio: fix samples vs. frames mix-up
Volker Rümelin
1
-5
/
+2
2022-03-04
paaudio: fix samples vs. frames mix-up
Volker Rümelin
1
-10
/
+4
2022-03-04
ossaudio: reduce effective playback buffer size
Volker Rümelin
1
-3
/
+4
2022-03-04
dsoundaudio: reduce effective playback buffer size
Volker Rümelin
1
-13
/
+17
2022-03-04
paaudio: reduce effective playback buffer size
Volker Rümelin
1
-9
/
+24
2022-03-04
audio: restore mixing-engine playback buffer size
Volker Rümelin
9
-18
/
+80
2022-03-04
Revert "audio: fix wavcapture segfault"
Volker Rümelin
1
-2
/
+2
2022-03-04
audio: add pcm_ops function table for capture backend
Volker Rümelin
1
-0
/
+2
2022-03-04
audio: copy playback stream in sequential order
Volker Rümelin
1
-15
/
+9
2022-03-04
jackaudio: use more jack audio buffers
Volker Rümelin
1
-2
/
+2
2022-03-04
paaudio: increase default latency to 46ms
Volker Rümelin
1
-1
/
+1
2022-03-04
audio: inline function audio_pcm_sw_get_rpos_in()
Volker Rümelin
1
-18
/
+5
2022-03-04
audio: add function audio_pcm_hw_conv_in()
Volker Rümelin
1
-6
/
+19
2022-03-04
audio: move function audio_pcm_hw_clip_out()
Volker Rümelin
1
-19
/
+19
2022-03-04
audio: replace open-coded buffer arithmetic
Volker Rümelin
4
-30
/
+29
2022-01-13
dsoundaudio: fix crackling audio recordings
Volker Rümelin
1
-4
/
+3
2022-01-13
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
1
-0
/
+4
2021-12-21
audio: add "dbus" audio backend
Marc-André Lureau
6
-0
/
+675
2021-10-14
configure, meson: move audio driver detection to Meson
Paolo Bonzini
1
-12
/
+11
2021-10-14
audio: remove CONFIG_AUDIO_WIN_INT
Paolo Bonzini
1
-2
/
+2
2021-08-10
audio: Never send migration section
Dr. David Alan Gilbert
1
-0
/
+10
2021-07-09
modules: add audio module annotations
Gerd Hoffmann
1
-0
/
+2
2021-06-23
coreaudio: Lock only the buffer
Akihiko Odaki
1
-61
/
+41
2021-06-17
coreaudio: Fix output stream format settings
Akihiko Odaki
1
-35
/
+13
2021-06-17
audio: Fix format specifications of debug logs
Akihiko Odaki
1
-3
/
+3
2021-06-17
jackaudio: avoid that the client name contains the word (NULL)
Volker Rümelin
1
-2
/
+1
2021-06-17
audio: move code to audio/audio.c
Volker Rümelin
3
-4
/
+12
2021-06-17
paaudio: remove unused stream flags
Volker Rümelin
1
-4
/
+1
2021-06-17
alsaaudio: remove #ifdef DEBUG to avoid bit rot
Volker Rümelin
1
-6
/
+4
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-03-16
coreaudio: Handle output device change
Akihiko Odaki
1
-42
/
+164
2021-03-16
coreaudio: Extract device operations
Akihiko Odaki
1
-57
/
+80
2021-03-16
coreaudio: Drop support for macOS older than 10.6
Akihiko Odaki
1
-103
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-15
audio: space prohibited between function name and parenthesis'('
Zhang Han
1
-6
/
+6
2021-01-15
audio: Suspect code indent for conditional statements
Zhang Han
1
-1
/
+1
2021-01-15
audio: Don't use '%#' in format strings
Zhang Han
1
-1
/
+1
2021-01-15
audio: Fix lines over 90 characters
Zhang Han
1
-10
/
+27
[next]