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
*
audio: error message tweak
Gerd Hoffmann
2019-01-24
1
-5
/
+7
*
audio: add audio timer trace points
Gerd Hoffmann
2018-07-03
1
-3
/
+25
*
audio: Convert use of atoi to qemu_strtoi
Nia Alarie
2018-06-25
1
-2
/
+1
*
audio: add module loading support
Gerd Hoffmann
2018-03-12
1
-0
/
+20
*
audio: add driver registry
Gerd Hoffmann
2018-03-12
1
-26
/
+37
*
audio: Replace AUDIO_FUNC with __func__
Alistair Francis
2018-02-06
1
-20
/
+20
*
audio: release capture buffers
Gerd Hoffmann
2017-05-04
1
-0
/
+2
*
audio: make audio poll timer deterministic
Pavel Dovgalyuk
2017-03-01
1
-1
/
+1
*
replay: add record/replay for audio passthrough
Pavel Dovgalyuk
2017-03-01
1
-2
/
+7
*
audio: clean up before monitor clean up
Marc-André Lureau
2016-08-08
1
-8
/
+18
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-8
/
+2
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-2
/
+1
*
audio: Clean up includes
Peter Maydell
2016-02-02
1
-0
/
+1
*
audio: Clean up inappropriate and unreachable use of hw_error()
Markus Armbruster
2016-01-13
1
-9
/
+2
*
audio: remove plive
Kővágó, Zoltán
2015-06-15
1
-12
/
+0
*
audio: remove LOG_TO_MONITOR along with default_mon
Kővágó, Zoltán
2015-06-15
1
-20
/
+3
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
1
-2
/
+1
*
audio: Lower default wakeup rate to 100 times / second
Hans de Goede
2013-12-09
1
-1
/
+1
*
audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second
Hans de Goede
2013-10-23
1
-1
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-3
/
+3
*
audio: Replace non-portable asprintf in debug code by g_strdup_printf
Stefan Weil
2013-01-16
1
-2
/
+3
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
audio: Unbreak capturing in mixemu case
malc
2012-07-16
1
-0
/
+1
*
audio: Always call fini on exit
Jan Kiszka
2012-05-24
1
-4
/
+8
*
audio: don't apply volume effect if backend has VOICE_VOLUME_CAP
Marc-André Lureau
2012-04-17
1
-2
/
+7
*
audio: add VOICE_VOLUME ctl
Marc-André Lureau
2012-04-17
1
-0
/
+12
*
audio: Add some fall through comments
Stefan Weil
2012-02-25
1
-0
/
+3
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
1
-1
/
+1
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-15
/
+15
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-2
/
+2
*
audio: split sample conversion and volume mixing
Michael Walle
2011-01-12
1
-5
/
+6
*
audio: Only use audio timer when necessary
malc
2010-11-18
1
-14
/
+10
*
spice: add audio
Gerd Hoffmann
2010-11-09
1
-0
/
+3
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
2010-03-16
1
-2
/
+2
*
audio: include more information into audio_bug's output
malc
2010-01-17
1
-0
/
+9
*
audio: port to vmstate
Juan Quintela
2009-12-03
1
-17
/
+9
*
audio: use correct email address
malc
2009-09-18
1
-1
/
+1
*
audio: internal API change
malc
2009-09-18
1
-22
/
+11
*
audio: introduce audio_pcm_hw_clip_out helper function
malc
2009-09-18
1
-0
/
+22
*
audio: use muldiv64 where it makes sense
malc
2009-09-18
1
-1
/
+2
*
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
Jan Kiszka
2009-09-13
1
-1
/
+1
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-19
/
+19
*
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
2009-09-12
1
-17
/
+0
*
audio: poll mode infrastructure
malc
2009-09-12
1
-11
/
+83
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-1
/
+1
[next]