1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
mpv/libao2
diego 691a41a817 Replace casual GPL notice by proper license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27534 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-09-06 18:19:37 +00:00
..
ao_alsa5.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:31:55 +00:00
ao_alsa.c Our ALSA code needs alloca, so check for it in configure and include alloca.h 2008-07-17 17:11:30 +00:00
ao_arts.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:31:55 +00:00
ao_dsound.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
ao_dxr2.c Write functions used by send_mpeg_*_packet may _not_ modify data 2008-01-12 16:05:04 +00:00
ao_esd.c Replace casual GPL notice by proper license header. 2008-09-06 18:19:37 +00:00
ao_ivtv.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
ao_jack.c Make code slightly less confusing to me 2008-01-11 20:55:08 +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 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 2008-08-14 15:54:53 +00:00
ao_nas.c Handle AOPLAY_FINAL_CHUNK 2008-08-24 13:36:04 +00:00
ao_null.c Fix ao_null with float samples 2007-12-01 05:17:08 +00:00
ao_openal.c Remove unused variable. 2008-01-30 23:49:36 +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 Remove a comment that makes no longer sense (since quite some time actually) 2008-05-01 16:59:37 +00:00
ao_pulse.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
ao_sdl.c cosmetics: Remove pointless parentheses from return statements. 2008-05-16 09:31:55 +00:00
ao_sgi.c cosmetics: misc typo fixes 2007-09-25 16:34:23 +00:00
ao_sun.c reset() should not senselessly close and reopen 2008-04-07 17:39:41 +00:00
ao_v4l2.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
ao_win32.c Use standard license headers with standard formatting. 2008-05-14 18:02:27 +00:00
audio_out_internal.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
audio_out.c Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. 2008-08-06 23:19:29 +00:00
audio_out.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00