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
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
2021-01-15
audio: foo* bar" should be "foo *bar".
Zhang Han
1
-6
/
+6
2021-01-15
audio: Add spaces around operator/delete redundant spaces
Zhang Han
4
-4
/
+4
2021-01-15
audio: Add braces for statements/fix braces' position
Zhang Han
6
-48
/
+29
2021-01-15
dsoundaudio: fix log message
Volker Rümelin
1
-1
/
+1
2021-01-15
dsoundaudio: enable f32 audio sample format
Volker Rümelin
1
-24
/
+47
2021-01-15
dsoundaudio: rename dsound_open()
Volker Rümelin
1
-2
/
+2
2021-01-15
dsoundaudio: replace GetForegroundWindow()
Volker Rümelin
2
-2
/
+2
2021-01-15
paaudio: send recorded data in smaller chunks
Volker Rümelin
1
-2
/
+3
2021-01-15
paaudio: limit minreq to 75% of audio timer_rate
Volker Rümelin
1
-1
/
+2
2021-01-15
paaudio: comment bugs in functions qpa_init_*
Volker Rümelin
1
-0
/
+8
2021-01-15
paaudio: remove unneeded code
Volker Rümelin
1
-8
/
+2
2021-01-15
paaudio: wait until the playback stream is ready
Volker Rümelin
1
-0
/
+7
2021-01-15
paaudio: wait for PA_STREAM_READY in qpa_write()
Volker Rümelin
1
-0
/
+6
2021-01-15
paaudio: avoid to clip samples multiple times
Volker Rümelin
1
-1
/
+31
2021-01-15
audio: remove remaining unused plive code
Volker Rümelin
1
-16
/
+1
2021-01-15
sdlaudio: enable (in|out).mixing-engine=off
Volker Rümelin
1
-2
/
+2
2021-01-15
audio: break generic buffer dependency on mixing-engine
Volker Rümelin
1
-7
/
+4
2021-01-15
sdlaudio: add recording functions
Volker Rümelin
1
-3
/
+139
2021-01-15
audio: split pcm_ops function get_buffer_in
Volker Rümelin
7
-4
/
+21
2021-01-15
sdlaudio: replace legacy functions with modern ones
Volker Rümelin
1
-57
/
+50
2021-01-15
sdlaudio: fill remaining sample buffer with silence
Volker Rümelin
1
-1
/
+2
2021-01-15
sdlaudio: always clear the sample buffer
Volker Rümelin
1
-17
/
+16
2021-01-15
sdlaudio: don't start playback in init routine
Volker Rümelin
1
-1
/
+0
2021-01-15
sdlaudio: add -audiodev sdl,out.buffer-count option
Volker Rümelin
4
-5
/
+13
2021-01-15
audio: fix bit-rotted code
Volker Rümelin
2
-2
/
+2
2021-01-15
sdlaudio: remove leftover SDL1.2 code
Volker Rümelin
1
-17
/
+13
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-15
audio: add sanity check
Gerd Hoffmann
1
-1
/
+3
2020-12-15
audio: Simplify audio_bug() removing old code
Philippe Mathieu-Daudé
1
-18
/
+1
2020-12-15
audio: remove unused function audio_is_cleaning_up()
Volker Rümelin
2
-9
/
+0
2020-12-15
coreaudio: always stop audio playback on shut down
Volker Rümelin
1
-20
/
+16
2020-12-15
coreaudio: don't start playback in init routine
Volker Rümelin
1
-11
/
+0
2020-12-15
coreaudio: rename misnamed variable fake_as
Volker Rümelin
1
-3
/
+3
[next]