Sign in
qemu-android
/
qemu-android
/
9c4bab2668e6b5a9b69f77e3533380b6fd79034e
/
audio
5d92886
fix qemu_alloc/qemu_free for audio subsystem
by Jean-Christophe Dubois
· 16 years ago
97f155d
alsa: fix warning
by Gerd Hoffmann
· 16 years ago
1a7dafc
Remove any pretense that there can be more than one AudioState
by malc
· 16 years ago
0d9acba
Make AUD_init failure fatal
by Paul Brook
· 16 years ago
140f8f2
Remove redundant #define
by Consul
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
978dd63
Avoid running audio ctl's when vm is not running
by malc
· 16 years ago
090f1fa
audio: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
832e907
Fix NAME2/FIELD2 warnings
by malc
· 16 years ago
9781e04
Rework vm_state_change notifiers (Jan Kiszka)
by aliguori
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
c310de8
Rename hz to hertz to keep AIX happy
by malc
· 16 years ago
d64394f
Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified)
by malc
· 16 years ago
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
1b52da5
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
by blueswir1
· 16 years ago
9b4c14c
Fix undefined pthread_sigmask warning on OpenBSD
by blueswir1
· 16 years ago
35f4b58
Prepare for changing audio_pcm_ops dynamically (partially revert r5422)
by blueswir1
· 16 years ago
295e390
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
by blueswir1
· 16 years ago
8869def
Make audio_pcm_opsstatic const
by blueswir1
· 16 years ago
2d6f897
Fix more r5087 breakage
by malc
· 17 years ago
a3772d4
Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)
by blueswir1
· 17 years ago
ac700bc
Fix more bugs in r5044
by blueswir1
· 17 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 17 years ago
ccf21c3
Move audio/sys-queue.h => sys-queue.h
by aliguori
· 17 years ago
23cde8b
Update sys-queue.h (Gerd Hoffmann)
by aliguori
· 17 years ago
adf7d8f
Restore old value of buffer_size
by malc
· 17 years ago
6433389
Warn about rejected buffer/period size/time when it was specified by the user
by malc
· 17 years ago
a7bb29b
Call proper function when trying to set period size
by malc
· 17 years ago
23fb600
Fix typo
by malc
· 17 years ago
b8e59f1
Pulseaudio driver
by malc
· 17 years ago
902e2b5
Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call
by malc
· 17 years ago
0c58ac1
Change the way audio is configured
by malc
· 17 years ago
8ff9cbf
Make mixer emulation a configure option (Jan Kiszka)
by malc
· 17 years ago
d50997f
Add missing [SU]32
by malc
· 17 years ago
f3b5298
Emit warning message if user supplied buffer/period size/time was rejected
by malc
· 17 years ago
7a24c80
Rework period/buffer size setting
by malc
· 17 years ago
29ddf27
Check the returned audio_buf_info fields
by malc
· 17 years ago
683efdc
First cut at WM8750 volume control (Jan Kiszka).
by balrog
· 17 years ago
deb9d2e
Audio endianness and mutex usage fixes (malc.git).
by balrog
· 17 years ago
b60aee0
Typo fix
by aurel32
· 17 years ago
41a00ab
Remove remaining .cvsignore files
by aurel32
· 17 years ago
26463db
Miscellaneous fixes after recent audio additions (malc).
by balrog
· 17 years ago
a8981dd
Make dsound compile again (patch by malc, spotted by C.W. Betts).
by balrog
· 17 years ago
ca9cc28
pthreads-based audio and miscellaneous audio clean-up (malc).
by balrog
· 17 years ago
4fddf62
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
by ths
· 17 years ago
60fe76f
Fix wrong signedness, by Andre Przywara.
by ths
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
749bc4b
Remove stray uses of vl.h.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
5850586
More .cvsignore.
by ths
· 17 years ago
5fa0ab8
use config-host.h instead of config.h
by bellard
· 17 years ago
fe8f096
Spelling fix, by Stuart Brady.
by ths
· 18 years ago
e784ba7
Ensure signals are properly masked for new SDL Audio threads, by Andrzej
by ths
· 18 years ago
5a1237c
Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem.
by balrog
· 18 years ago
f0c757e
audio/ossaudio.c for OpenBSD, by Todd T. Fries.
by ths
· 18 years ago
f941aa2
Qemu support for S32 and U32 alsa output, by Vassili Karpov.
by ths
· 18 years ago
e84a4fe
mem leak fixes
by bellard
· 19 years ago
e70332b
use QEMUFile API
by bellard
· 19 years ago
e2f909b
swapped memset args (Charles Coffing)
by bellard
· 19 years ago
47dbd1f
error display fix (malc)
by bellard
· 19 years ago
a3c2599
audio capture fixes (malc)
by bellard
· 19 years ago
ec36b69
audio capture to wab files (malc)
by bellard
· 19 years ago
d929eba
audio endianness API changes (malc)
by bellard
· 19 years ago
8ead62c
audio fixes + initial audio capture support (malc)
by bellard
· 19 years ago
6c270db
rate converter fix (malc)
by bellard
· 19 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
e59c113
make the number of buffers settable (malc)
by bellard
· 19 years ago
32d448c
added LF missing in logs (malc)
by bellard
· 19 years ago
571ec3d
audio merge (malc)
by bellard
· 19 years ago
5e941d4
workaround for atexit - buffer size API change
by bellard
· 19 years ago
5090353
wav finalization fix (malc)
by bellard
· 19 years ago
4787c71
debug fix (malc)
by bellard
· 19 years ago
541e084
VM state change support (malc)
by bellard
· 19 years ago
e7cad33
size_t fix (malc)
by bellard
· 19 years ago
575b5dc
compile fix (malc)
by bellard
· 19 years ago
b41cffb
debug msg (malc)
by bellard
· 19 years ago
c0fe382
audio merge (malc)
by bellard
· 19 years ago
1d14ffa
merged 15a_aqemu.patch audio patch (malc)
by bellard
· 19 years ago
9529397
open OSS audio device as write only (malc)
by bellard
· 20 years ago
430116a
debug fix
by bellard
· 20 years ago
fe2cece
audio fixes (malc)
by bellard
· 20 years ago
102a52e
FMOD configure options (malc)
by bellard
· 20 years ago
9f059ec
win32/SDL build fixes
by bellard
· 20 years ago
44a095a
mmap audio fix (malc)
by bellard
· 20 years ago
7372f88
audio fixes (malc)
by bellard
· 20 years ago
d738223
audio clean up (initial patch by malc)
by bellard
· 20 years ago
fb06518
audio clean up (initial patch by malc)
by bellard
· 20 years ago
85571bc
audio merge (malc)
by bellard
· 20 years ago