mpv/libaf
mosu 23486f48a5 bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can be safely used like functions: mydef(flag ? val1 : val2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8958 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 11:16:33 +00:00
..
.cvsignore *** empty log message *** 2002-10-04 19:05:42 +00:00
Makefile Adding sub-woofer filter, use this filter to add a sub channel to the audio stream 2003-01-07 10:33:30 +00:00
af.c Adding sub-woofer filter, use this filter to add a sub channel to the audio stream 2003-01-07 10:33:30 +00:00
af.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_channels.c sig 11 fix in reinit and resample + spelling error fixes 2003-01-02 03:00:44 +00:00
af_comp.c 10l memory leak + bug fixes in ms to sample time conversion 2002-12-31 05:42:20 +00:00
af_delay.c fix compilation on solaris 2003-01-01 15:55:49 +00:00
af_dummy.c New features: 2002-11-12 12:33:56 +00:00
af_equalizer.c Changes includes: 2002-12-28 13:59:53 +00:00
af_format.c Changes includes: 2002-12-28 13:59:53 +00:00
af_format.h New features: 2002-11-12 12:33:56 +00:00
af_format_alaw.c New features: 2002-11-12 12:33:56 +00:00
af_format_ulaw.c New features: 2002-11-12 12:33:56 +00:00
af_gate.c 10l memory leak + bug fixes in ms to sample time conversion 2002-12-31 05:42:20 +00:00
af_mp.c Fix for endianess conversion if input to libaf is float 2003-01-14 02:52:10 +00:00
af_mp.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_pan.c 10l memory leak + bug fixes in ms to sample time conversion 2002-12-31 05:42:20 +00:00
af_resample.c 10l sig 11 bug reported by Fabian Franz 2003-01-12 08:05:51 +00:00
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 Adding sub-woofer filter, use this filter to add a sub channel to the audio stream 2003-01-07 10:33:30 +00:00
af_surround.c Speed optimizations (runs twise as fast) and bugfix (wrong cutoff frequency buffer over run noise and garbeled output when wrong input format) 2003-01-04 06:19:25 +00:00
af_tools.c 10l memory leak + bug fixes in ms to sample time conversion 2002-12-31 05:42:20 +00:00
af_volume.c 10l bug for float conversion control + feature fix in volume control 2003-01-10 01:45:34 +00:00
config.h New features: 2002-11-12 12:33:56 +00:00
control.h Adding sub-woofer filter, use this filter to add a sub channel to the audio stream 2003-01-07 10:33:30 +00:00
dsp.h
equalizer.h Header file for eq 2002-11-03 10:07:14 +00:00
filter.c Adding sub-woofer filter, use this filter to add a sub channel to the audio stream 2003-01-07 10:33:30 +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