index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-13
3
-23
/
+10
*
audio: replace fprintf(stderr, ...) with error_report() in audio
Le Tan
2014-05-26
2
-3
/
+2
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
1
-2
/
+1
*
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
Michael Tokarev
2014-05-08
1
-1
/
+1
*
Add the ability to vary Spice playback and record rates, to facilitate Opus s...
Jeremy White
2014-02-03
1
-2
/
+25
*
audio: adjust pulse to 100Hz wakeup rate
Gerd Hoffmann
2013-12-09
1
-4
/
+4
*
audio: Lower default wakeup rate to 100 times / second
Hans de Goede
2013-12-09
1
-1
/
+1
*
ossaudio: check for oss support in oss_audio_init
Gerd Hoffmann
2013-11-07
1
-0
/
+4
*
Revert "ossaudio: do not enable by default"
Gerd Hoffmann
2013-11-07
1
-1
/
+1
*
ossaudio: do not enable by default
Anthony Liguori
2013-11-05
1
-1
/
+1
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-10-31
1
-2
/
+2
|
\
|
*
audio/mixeng_template.h: fix inline declaration
Alex Bligh
2013-10-26
1
-2
/
+2
*
|
audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second
Hans de Goede
2013-10-23
1
-1
/
+2
|
/
*
audio: remove CONFIG_MIXEMU configure option
Bandan Das
2013-09-24
1
-6
/
+0
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
4
-8
/
+8
*
audio: Replace static functions in header file by macros, remove GCC_ATTR
Stefan Weil
2013-06-21
1
-28
/
+3
*
Remove OSS support for OpenBSD
Brad Smith
2013-05-26
1
-4
/
+0
*
remove some double-includes
Michael Tokarev
2013-05-18
1
-1
/
+0
*
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
2
-2
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
7
-8
/
+8
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
2
-2
/
+2
*
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-12-19
2
-2
/
+0
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
2
-0
/
+2
*
build: move rules from Makefile to */Makefile.objs
Paolo Bonzini
2012-12-19
1
-0
/
+3
*
Revert "audio/wavcapture: Clarify licensing"
Anthony Liguori
2012-11-30
1
-1
/
+0
*
Revert "audio/audio_pt_int: Clarify licensing"
Anthony Liguori
2012-11-30
1
-1
/
+0
*
audio/audio_pt_int: Clarify licensing
malc
2012-11-19
1
-0
/
+1
*
audio/wavcapture: Clarify licensing
malc
2012-11-19
1
-0
/
+1
*
audio: Fix warning from static code analysis
Stefan Weil
2012-09-23
1
-3
/
+3
*
audio/winwave: previous audio buffer should be flushed
munkyu.im
2012-08-28
1
-9
/
+3
*
audio: Unbreak capturing in mixemu case
malc
2012-07-16
1
-0
/
+1
*
audio/winwave: Fix typo
malc
2012-06-15
1
-1
/
+1
*
build: move audio/ objects to nested Makefile.objs
Paolo Bonzini
2012-06-07
1
-0
/
+14
*
audio: Always call fini on exit
Jan Kiszka
2012-05-24
1
-4
/
+8
*
audio: split IN_T into two separate constants
Roger Pau Monne
2012-05-18
2
-13
/
+27
*
fix build with pulseaudio versions older than 0.9.11
Gerd Hoffmann
2012-05-04
1
-1
/
+29
*
fix paaudio.c warnings
Gerd Hoffmann
2012-04-25
1
-2
/
+1
*
Allow controlling volume with PulseAudio backend
Marc-André Lureau
2012-04-17
1
-5
/
+94
*
Do not use pa_simple PulseAudio API
Marc-André Lureau
2012-04-17
1
-38
/
+339
*
audio/spice: add support for volume control
Marc-André Lureau
2012-04-17
1
-0
/
+41
*
audio: don't apply volume effect if backend has VOICE_VOLUME_CAP
Marc-André Lureau
2012-04-17
3
-2
/
+14
*
audio: add VOICE_VOLUME ctl
Marc-André Lureau
2012-04-17
2
-0
/
+13
*
audio: Add some fall through comments
Stefan Weil
2012-02-25
2
-1
/
+4
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
1
-1
/
+1
*
fmodaudio: Remove unused variable 'bits16' (reported by cppcheck)
Stefan Weil
2011-11-18
1
-4
/
+2
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-09-20
1
-1
/
+1
|
\
|
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
|
wavaudio: Use stdio instead of QEMUFile
Juan Quintela
2011-09-20
1
-10
/
+36
*
|
wavcapture: Use stdio instead of QEMUFile
Juan Quintela
2011-09-20
1
-23
/
+56
|
/
[next]