summaryrefslogtreecommitdiff
path: root/audio/sdlaudio.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-10/+10
2010-08-07audio/sdl: return on errormalc1-0/+1
2010-08-06audio/sdl: be more anal about errorsmalc1-3/+18
2010-04-22audio/sdlaudio: remove unused variableSerge Ziryukin1-9/+2
2010-01-17Revert "sdlaudio: make it suck less"malc1-30/+50
2009-09-30sdlaudio: make it suck lessmalc1-50/+30
2009-09-18audio: internal API changemalc1-4/+2
2009-09-18sdlaudio: use correct function names in sdl_XXX callsmalc1-3/+3
2009-08-11Aestheticsmalc1-4/+6
2009-08-11use C99 initializers for all audio/*Juan Quintela1-1/+1
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela1-11/+5
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-3/+5
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela1-11/+11
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-1/+1
2008-12-03Make audio violate POSIX lessmalc1-3/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir11-1/+1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir11-0/+2
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir11-1/+1
2008-10-05Make audio_pcm_opsstatic constblueswir11-1/+1
2007-11-17Break up vl.h.pbrook1-1/+2
2007-07-11Ensure signals are properly masked for new SDL Audio threads, by Andrzejths1-0/+18
2006-07-04audio endianness API changes (malc)bellard1-5/+2
2006-07-04audio fixes + initial audio capture support (malc)bellard1-1/+0
2005-11-05audio merge (malc)bellard1-14/+12
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-110/+217
2005-04-26debug fixbellard1-2/+2
2004-11-14win32/SDL build fixesbellard1-2/+2
2004-11-09audio clean up (initial patch by malc)bellard1-3/+12
2004-11-07audio merge (malc)bellard1-0/+323