mpv/libaf
alex e766aff755 10
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12677 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 10:05:13 +00:00
..
.cvsignore
Makefile ranlib cleanup by Dan Christiansen 2004-06-24 12:52:17 +00:00
af.c Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger 2004-06-25 19:02:53 +00:00
af.h 10 2004-06-26 10:05:13 +00:00
af_channels.c 10l - replace 6 with AF_NCH 2004-03-04 19:39:16 +00:00
af_comp.c
af_delay.c
af_dummy.c
af_equalizer.c
af_export.c minor fixes by ed@catmur.co.uk 2003-11-28 20:43:00 +00:00
af_format.c using bswap.h for endianness conversion 2004-05-18 19:13:15 +00:00
af_format.h export fmt2str() 2003-01-18 17:31:58 +00:00
af_format_alaw.c
af_format_ulaw.c
af_gate.c
af_mp.c 10l 2004-06-25 19:01:56 +00:00
af_mp.h added af_format_encode() to convert sample format from libaf to mplayer (OSS) 2003-01-18 17:31:22 +00:00
af_pan.c 10l - replace 6 with AF_NCH 2004-03-04 19:39:16 +00:00
af_resample.c
af_resample.h bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2) 2003-01-15 11:16:33 +00:00
af_sub.c
af_surround.c debug printf junk 2004-06-11 15:16:26 +00:00
af_tools.c
af_volume.c remove the latest use of log10 in favor of the better af_to_dB helper function, patch by Reimar Doffinger 2004-06-25 15:26:59 +00:00
config.h
control.h Adding filter for exporting audio data to visual effect applications 2003-09-20 13:42:26 +00:00
dsp.h
equalizer.h
filter.c many small typo and grammar fixes 2003-10-04 17:29:08 +00:00
filter.h bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2) 2003-01-15 11:16:33 +00:00
window.c
window.h