mpv/libaf
reimar 6a09e8e2ed Replace implicit use of fast_memcpy via macro by explicit use to allow
for future optimization.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23475 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 14:27:54 +00:00
..
Makefile Add general variables for either static or shared FFmpeg libraries. 2007-04-26 11:22:22 +00:00
af.c Change value used to indicate "unknown audio format" from 0 to -1. 2006-11-08 18:31:04 +00:00
af.h Remove config.h and move its content to af.h. There are multiple files under 2006-11-25 19:57:31 +00:00
af_center.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_channels.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_comp.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_delay.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_dummy.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_equalizer.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_export.c Conditionally compile af_export instead of having #ifdef around the file. 2007-03-19 10:13:33 +00:00
af_extrastereo.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_format.c Replace implicit use of fast_memcpy via macro by explicit use to allow 2007-06-05 14:27:54 +00:00
af_format.h Change value used to indicate "unknown audio format" from 0 to -1. 2006-11-08 18:31:04 +00:00
af_format_alaw.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_format_ulaw.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_gate.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_hrtf.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_hrtf.h More HRTF enhancements 2005-04-11 14:01:29 +00:00
af_karaoke.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_ladspa.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_lavcresample.c reasonable cutoff frequency default 2007-03-22 01:50:04 +00:00
af_mp.h Unify include paths by adding -I.. to CFLAGS. 2005-11-13 18:28:44 +00:00
af_pan.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_resample.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_resample.h The full name of the GPL is GNU General Public License. 2004-10-10 14:20:42 +00:00
af_sinesuppress.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_sub.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_surround.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_sweep.c Rename open to af_open so as not to conflict with a previous header definition. 2007-03-20 09:46:00 +00:00
af_tools.c af_softclip 2005-01-31 11:34:49 +00:00
af_volnorm.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
af_volume.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
control.h Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. 2006-06-07 00:02:51 +00:00
dsp.h The full name of the GPL is GNU General Public License. 2004-10-10 14:20:42 +00:00
equalizer.h The full name of the GPL is GNU General Public License. 2004-10-10 14:20:42 +00:00
filter.c makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org 2006-07-09 03:59:52 +00:00
filter.h less namespace pollution #2 (prefixed globals in filter.c with af_filter_) 2004-12-29 19:50:44 +00:00
format.c Remove unnecessary unistd.h include. 2007-03-20 09:53:31 +00:00
window.c less namespace pollution 2004-12-29 19:41:21 +00:00
window.h less namespace pollution 2004-12-29 19:41:21 +00:00