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
2020-11-13
audio/jack: fix use after free segfault
Geoffrey McRae
1
-13
/
+37
2020-10-21
spice: move add_interface() to QemuSpiceOps.
Gerd Hoffmann
1
-2
/
+2
2020-10-15
meson: add spice_headers dependency.
Gerd Hoffmann
1
-1
/
+1
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-4
/
+4
2020-09-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-9
/
+9
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-9
/
+9
2020-09-23
audio: build spiceaudio as module
Gerd Hoffmann
1
-2
/
+2
2020-09-23
audio: remove qemu_spice_audio_init()
Gerd Hoffmann
2
-5
/
+16
2020-09-23
audio: run downstream playback queue unconditionally
Volker Rümelin
1
-0
/
+3
2020-09-23
audio: align audio_generic_write with audio_pcm_hw_run_out
Volker Rümelin
1
-5
/
+27
2020-09-23
audio: remove unnecessary calls to put_buffer_in
Volker Rümelin
1
-2
/
+0
2020-09-23
audio: align audio_generic_read with audio_pcm_hw_run_in
Volker Rümelin
1
-4
/
+15
2020-09-23
audio/spiceaudio: always rate limit playback stream
Volker Rümelin
2
-7
/
+6
2020-09-23
audio/audio: fix video playback slowdown with spiceaudio
Volker Rümelin
1
-2
/
+5
2020-09-23
audio: handle buf == NULL in put_buffer_out()
Volker Rümelin
1
-5
/
+8
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
2020-09-09
trace-events: Delete unused trace points
Markus Armbruster
1
-3
/
+0
2020-08-21
meson: convert audio directory to Meson
Paolo Bonzini
2
-35
/
+30
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-13
ossaudio: fix out of bounds write
Volker Rümelin
1
-0
/
+1
2020-07-10
qapi: Make visitor functions taking Error ** return bool, not void
Markus Armbruster
1
-5
/
+10
2020-06-17
audio/jack: simplify the re-init code path
Geoffrey McRae
1
-6
/
+6
2020-06-17
audio/jack: honour the enable state of the audio device
Geoffrey McRae
1
-8
/
+21
2020-06-17
audio/jack: do not remove ports when finishing
Geoffrey McRae
1
-3
/
+0
2020-06-17
audio/jack: remove invalid set of input support bool
Geoffrey McRae
1
-3
/
+0
2020-06-17
audio/jack: remove unused stopped state
Geoffrey McRae
1
-4
/
+0
2020-06-17
audio/jack: fix invalid minimum buffer size check
Geoffrey McRae
1
-11
/
+11
2020-05-26
audio: Let capture_callback handler use const buffer argument
Philippe Mathieu-Daudé
2
-2
/
+2
2020-05-26
audio: Let audio_sample_to_uint64() use const samples argument
Philippe Mathieu-Daudé
2
-3
/
+3
2020-05-26
audio: fix wavcapture segfault
Bruce Rogers
1
-2
/
+2
2020-05-26
audio/mixeng: fix clang 10+ warning
Volker Rümelin
1
-2
/
+3
2020-05-25
audio/jack: add JACK client audiodev
Geoffrey McRae
4
-0
/
+675
2020-04-06
dsoundaudio: dsound_get_buffer_in should honor *size
Volker Rümelin
2
-8
/
+6
2020-04-06
dsoundaudio: fix "Could not lock capture buffer" warning
Volker Rümelin
1
-0
/
+5
2020-04-06
dsoundaudio: fix never-ending playback loop
Volker Rümelin
1
-1
/
+1
2020-03-16
audio: fix saturation nonlinearity in clip_* functions
Volker Rümelin
1
-3
/
+2
2020-03-16
audio: change mixing engine float range to [-1.f, 1.f]
Volker Rümelin
2
-11
/
+10
2020-03-16
audio: consistency changes
Volker Rümelin
1
-1
/
+1
2020-03-16
audio: change naming scheme of FLOAT_CONV macros
Volker Rümelin
1
-11
/
+11
2020-02-18
audio/alsaaudio: Remove superfluous semicolons
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-06
audio: proper support for float samples in mixeng
Kővágó, Zoltán
9
-78
/
+179
2020-02-06
coreaudio: fix coreaudio playback
Volker Rümelin
4
-23
/
+69
2020-02-06
audio/dsound: fix invalid parameters error
Kővágó, Zoltán
3
-8
/
+26
2020-01-31
audio: audio_generic_get_buffer_in should honor *size
Volker Rümelin
1
-1
/
+2
2020-01-31
ossaudio: disable poll mode can't be reached
Volker Rümelin
1
-9
/
+5
2020-01-31
ossaudio: prevent SIGSEGV in oss_enable_out
Volker Rümelin
1
-1
/
+1
2020-01-31
audio: fix bug 1858488
Volker Rümelin
8
-37
/
+52
2020-01-31
audio: prevent SIGSEGV in AUD_get_buffer_size_out
Volker Rümelin
1
-2
/
+2
2020-01-31
paaudio: remove unused variables
Volker Rümelin
1
-4
/
+2
2020-01-31
audio: fix audio_generic_read
Volker Rümelin
1
-5
/
+5
[prev]
[next]