mpv/libaf
diego 37ea342f85 #include config.h before all other headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26235 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-03-14 16:46:13 +00:00
..
Makefile Add new audio filter for encoding multi-channel audio into ac3 at runtime. 2007-12-13 12:38:17 +00:00
af.c Add new audio filter for encoding multi-channel audio into ac3 at runtime. 2007-12-13 12:38:17 +00:00
af.h #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
af_center.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_channels.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_comp.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_delay.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_dummy.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_equalizer.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_export.c af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that 2008-03-10 19:12:29 +00:00
af_extrastereo.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_format.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_format.h Replace silly check for config.h inclusion, just include it. 2008-02-24 23:44:35 +00:00
af_format_alaw.c Fix multiple inclusion guards, identifiers starting with __ are reserved 2007-11-29 14:23:24 +00:00
af_format_ulaw.c Fix multiple inclusion guards, identifiers starting with __ are reserved 2007-11-29 14:23:24 +00:00
af_gate.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_hrtf.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_hrtf.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
af_karaoke.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_ladspa.c Remove redundant changelog from comments. There's always svn log. 2007-11-29 14:30:03 +00:00
af_lavcac3enc.c Add directory names to libavcodec #includes. 2008-03-03 19:32:15 +00:00
af_lavcresample.c FFmpeg now uses different (unified) #include paths. 2008-02-25 15:46:36 +00:00
af_mp.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
af_pan.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_resample.c A/V sync: take audio filter buffers into account 2007-11-01 06:52:50 +00:00
af_resample.h This header should not have multiple inclusion guards, it is meant 2008-02-18 21:07:33 +00:00
af_scaletempo.c 100l, bzero is deprecated, use memset instead 2007-11-30 21:29:45 +00:00
af_sinesuppress.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_sub.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_surround.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_sweep.c Relicense GPL v2 files as GPL v2+ and add proper license headers. 2007-12-31 10:41:20 +00:00
af_tools.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
af_volnorm.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
af_volume.c libaf: change filter input/output ratio calculations 2007-11-01 06:52:01 +00:00
control.h Add missing header #include to fix 'make checkheaders'. 2008-03-10 19:19:03 +00:00
dsp.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
equalizer.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
filter.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
filter.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
format.c Remove some pointless 'inline' qualifiers 2007-11-01 06:52:10 +00:00
reorder_ch.c Fix ffvorbis decoder's output channel order with channel reordering function. 2008-03-05 02:46:50 +00:00
reorder_ch.h Fix ffvorbis decoder's output channel order with channel reordering function. 2008-03-05 02:46:50 +00:00
window.c
window.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00