GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround for broken OSS_GETVERSION on FreeBSD, part two
Juergen Lock
2010-04-25
1
-4
/
+26
*
oss: fix fragment setting
malc
2010-04-25
1
-13
/
+16
*
oss: issue OSS_GETVERSION ioctl only when needed
malc
2010-04-25
1
-17
/
+17
*
oss: refactor code around policy setting
malc
2010-04-25
1
-12
/
+8
*
oss: workaround for cases when OSS_GETVERSION is not defined
malc
2010-04-25
1
-1
/
+12
*
audio: port to vmstate
Juan Quintela
2009-12-03
1
-17
/
+9
*
audio: fix compilation of DEBUG_PLIVE
Juan Quintela
2009-12-03
1
-3
/
+3
*
audio: Remove conditional around sw which can not be NULL
malc
2009-11-18
1
-17
/
+15
*
winwave: ADC support
malc
2009-10-15
1
-24
/
+336
*
audio: remove last remnants of _t
malc
2009-10-15
3
-5
/
+5
*
winwave: make error logging more consistent
malc
2009-10-15
1
-6
/
+7
*
winwave: follow the rules when closing the output device
malc
2009-10-15
1
-0
/
+19
*
qemu: allow pulseaudio to be the default
Michael S. Tsirkin
2009-10-13
1
-1
/
+1
*
winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE
malc
2009-10-11
1
-0
/
+18
*
winwave: close event handle and delete wait object after closing HWAVEOUT
malc
2009-10-11
1
-2
/
+2
*
winwave: remove wait object when finalizing DAC voice
malc
2009-10-11
1
-13
/
+14
*
winwave: poll mode
malc
2009-10-10
1
-0
/
+61
*
Windows Waveform Audio driver (no ADC support yet)
malc
2009-10-10
5
-95
/
+433
*
oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)
malc
2009-10-03
2
-21
/
+27
*
alsa: Change default buffer/period size
malc
2009-10-02
1
-1
/
+2
*
oss/alsa: Do not invoke UB described in 7.15.1.1
malc
2009-10-02
2
-33
/
+39
*
sdlaudio: make it suck less
malc
2009-09-30
1
-50
/
+30
*
audio: use correct email address
malc
2009-09-18
2
-2
/
+2
*
audio: internal API change
malc
2009-09-18
12
-81
/
+33
*
sdlaudio: use correct function names in sdl_XXX calls
malc
2009-09-18
1
-3
/
+3
*
oss: use audio_pcm_hw_clip_out
malc
2009-09-18
1
-47
/
+46
*
alsa: use audio_pcm_hw_clip_out
malc
2009-09-18
1
-45
/
+43
*
audio: introduce audio_pcm_hw_clip_out helper function
malc
2009-09-18
2
-0
/
+25
*
audio: use muldiv64 where it makes sense
malc
2009-09-18
4
-5
/
+8
*
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...
malc
2009-09-18
1
-1
/
+1
*
alsa: Use proper value when testing returned events in alsa_poll_handler
malc
2009-09-14
1
-4
/
+6
*
alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle
malc
2009-09-14
2
-27
/
+32
*
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
Jan Kiszka
2009-09-13
1
-1
/
+1
*
oss: Simplify mmap code
malc
2009-09-13
1
-22
/
+5
*
oss: OSS v4 support
malc
2009-09-13
1
-9
/
+50
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
4
-43
/
+43
*
audio: remove lsbindex/popcount in favour of host-utils's ctz32
malc
2009-09-12
3
-21
/
+2
*
alsa: poll mode handling
malc
2009-09-12
1
-21
/
+204
*
oss: poll mode handling
malc
2009-09-12
1
-5
/
+74
*
audio: poll mode infrastructure
malc
2009-09-12
2
-11
/
+87
*
oss: Unbreak mmaping the ability to mmap oss fd on Linux
malc
2009-09-12
1
-1
/
+4
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
3
-4
/
+4
*
Remove bit-rotten threshold handling
malc
2009-09-10
1
-13
/
+2
*
Fix warning on x86_64
Kirill A. Shutemov
2009-09-02
1
-2
/
+2
*
Fix dsound typos
Consul
2009-08-26
1
-3
/
+3
*
Fix typo
malc
2009-08-12
1
-1
/
+1
*
Aesthetics
malc
2009-08-11
10
-288
/
+394
*
use C99 initializers for all audio/*
Juan Quintela
2009-08-11
8
-53
/
+56
*
use C99 initializers for audio_pcm_ops
Juan Quintela
2009-08-11
10
-109
/
+92
*
Use C99 initializers for audio_option
Juan Quintela
2009-08-11
10
-168
/
+258
[next]