index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
sdlaudio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
sdlaudio: do not allow multiple instances
Kővágó, Zoltán
1
-0
/
+7
2015-06-15
audio: expose drv_opaque to init_out and init_in
Kővágó, Zoltán
1
-1
/
+2
2011-06-08
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
1
-1
/
+0
2011-04-03
Fix trivial "endianness bugs"
Stefan Weil
1
-10
/
+10
2010-08-07
audio/sdl: return on error
malc
1
-0
/
+1
2010-08-06
audio/sdl: be more anal about errors
malc
1
-3
/
+18
2010-04-22
audio/sdlaudio: remove unused variable
Serge Ziryukin
1
-9
/
+2
2010-01-17
Revert "sdlaudio: make it suck less"
malc
1
-30
/
+50
2009-09-30
sdlaudio: make it suck less
malc
1
-50
/
+30
2009-09-18
audio: internal API change
malc
1
-4
/
+2
2009-09-18
sdlaudio: use correct function names in sdl_XXX calls
malc
1
-3
/
+3
2009-08-11
Aesthetics
malc
1
-4
/
+6
2009-08-11
use C99 initializers for all audio/*
Juan Quintela
1
-1
/
+1
2009-08-11
use C99 initializers for audio_pcm_ops
Juan Quintela
1
-11
/
+5
2009-08-11
Use C99 initializers for audio_option
Juan Quintela
1
-3
/
+5
2009-08-11
Use proper struct initializers and remove INIT_FIELD() macro
Juan Quintela
1
-11
/
+11
2009-07-31
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
1
-1
/
+1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
2008-12-03
Make audio violate POSIX less
malc
1
-3
/
+3
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-10-26
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
blueswir1
1
-1
/
+1
2008-10-25
Fix undefined pthread_sigmask warning on OpenBSD
blueswir1
1
-0
/
+2
2008-10-06
Prepare for changing audio_pcm_ops dynamically (partially revert r5422)
blueswir1
1
-1
/
+1
2008-10-05
Make audio_pcm_opsstatic const
blueswir1
1
-1
/
+1
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+2
2007-07-11
Ensure signals are properly masked for new SDL Audio threads, by Andrzej
ths
1
-0
/
+18
2006-07-04
audio endianness API changes (malc)
bellard
1
-5
/
+2
2006-07-04
audio fixes + initial audio capture support (malc)
bellard
1
-1
/
+0
2005-11-05
audio merge (malc)
bellard
1
-14
/
+12
2005-10-30
merged 15a_aqemu.patch audio patch (malc)
bellard
1
-110
/
+217
2005-04-26
debug fix
bellard
1
-2
/
+2
2004-11-14
win32/SDL build fixes
bellard
1
-2
/
+2
2004-11-09
audio clean up (initial patch by malc)
bellard
1
-3
/
+12
2004-11-07
audio merge (malc)
bellard
1
-0
/
+323