mpv/libao2
reimar d3825e4c8a Move several of the ao_nas int-to-string maps into .rodata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28227 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-01 11:51:52 +00:00
..
ao_alsa.c 100l, reorder check for AC3 format to avoid a possible memleak 2008-12-15 20:19:27 +00:00
ao_alsa5.c
ao_arts.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_dsound.c
ao_dxr2.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
ao_esd.c Replace casual GPL notice by proper license header. 2008-09-06 18:19:37 +00:00
ao_ivtv.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
ao_jack.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_macosx.c
ao_mpegpes.c
ao_nas.c Move several of the ao_nas int-to-string maps into .rodata 2009-01-01 11:51:52 +00:00
ao_null.c
ao_openal.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_oss.c Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking) 2008-08-24 13:52:54 +00:00
ao_pcm.c
ao_pulse.c
ao_sdl.c Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. 2008-10-13 16:23:55 +00:00
ao_sgi.c
ao_sun.c
ao_v4l2.c Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
ao_win32.c
audio_out.c
audio_out.h
audio_out_internal.h