1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 11:01:35 +00:00
mpv/libao2
2008-12-19 00:29:24 +02:00
..
ao_alsa5.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:31:55 +00:00
ao_alsa.c Merge svn changes up to r28162 2008-12-19 00:29:24 +02:00
ao_arts.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_dsound.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
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 Merge svn changes up to r28087 2008-12-04 01:55:52 +02:00
ao_jack.c Replace casual GPL notices by proper license headers. 2008-09-07 14:09:51 +00:00
ao_macosx.c Use standard license header, merge changelog into license header and TODO. 2008-06-06 00:45:35 +00:00
ao_mpegpes.c Merge svn changes up to r27514 2008-09-03 10:16:30 +03:00
ao_nas.c Handle AOPLAY_FINAL_CHUNK 2008-08-24 13:36:04 +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 Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
ao_sdl.c Merge svn changes up to 27824 2008-10-25 05:12:34 +03:00
ao_sgi.c
ao_sun.c
ao_v4l2.c Merge svn changes up to r28087 2008-12-04 01:55:52 +02:00
ao_win32.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
audio_out_internal.h
audio_out.c Remove special error message for -ao alsa1x and alsa9 2008-08-12 14:57:18 +03:00
audio_out.h