mpv/libaf
rfelker 66b1d8c94b finally the dreaded white-noise-with-floats bug is fixed!!!!
the problem is that lrintf was not prototyped on some systems, but
it's easier and faster just not to use it at all. looks like the cola
goes to our friends the glibc developers for forgetting to put lrintf
in math.h in some versions. :))) i'm sure there are other broken libcs
too though.

also fixed a minor bug in the int->float conversion where the range
for float samples was exceeded...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14759 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-22 02:12:58 +00:00
..
.cvsignore Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. 2004-12-23 02:09:52 +00:00
Makefile filter for adding a center channel, adding a high pass filter would be nice 2005-02-21 17:08:45 +00:00
af.c filter for adding a center channel, adding a high pass filter would be nice 2005-02-21 17:14:00 +00:00
af.h af_softclip 2005-01-31 11:43:08 +00:00
af_center.c filter for adding a center channel, adding a high pass filter would be nice 2005-02-21 17:08:45 +00:00
af_channels.c always cancel down fractions (frac_t) to avoid overflows and playback 2005-01-08 21:34:06 +00:00
af_comp.c removing AFMT_ dependancy 2004-12-27 17:30:15 +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 removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_export.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_extrastereo.c now supports float based operation aswell 2005-01-31 11:46:01 +00:00
af_format.c finally the dreaded white-noise-with-floats bug is fixed!!!! 2005-02-22 02:12:58 +00:00
af_format.h af_format.h needs config.h to be included first. 2005-01-12 22:00:02 +00:00
af_format_alaw.c The full name of the GPL is GNU General Public License. 2004-10-10 14:20:42 +00:00
af_format_ulaw.c The full name of the GPL is GNU General Public License. 2004-10-10 14:20:42 +00:00
af_gate.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_hrtf.c license issues clarified 2005-01-06 13:14:30 +00:00
af_hrtf.h removed forgotten old license clause 2005-02-05 16:57:45 +00:00
af_ladspa.c 100l, mp_msg instead af_msg 2005-01-06 11:40:34 +00:00
af_lavcresample.c always cancel down fractions (frac_t) to avoid overflows and playback 2005-01-08 21:34:06 +00:00
af_mp.h removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_pan.c always cancel down fractions (frac_t) to avoid overflows and playback 2005-01-08 21:34:06 +00:00
af_resample.c always cancel down fractions (frac_t) to avoid overflows and playback 2005-01-08 21:34:06 +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_sub.c less namespace pollution #2 (prefixed globals in filter.c with af_filter_) 2004-12-29 19:50:44 +00:00
af_surround.c less namespace pollution #2 (prefixed globals in filter.c with af_filter_) 2004-12-29 19:50:44 +00:00
af_sweep.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_tools.c af_softclip 2005-01-31 11:34:49 +00:00
af_volnorm.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
af_volume.c using af_softclip 2005-01-31 11:43:36 +00:00
config.h removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
control.h filter for adding a center channel, adding a high pass filter would be nice 2005-02-21 17:08:45 +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 less namespace pollution #2 (prefixed globals in filter.c with af_filter_) 2004-12-29 19:50:44 +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 move the format related stuff to format.c 2005-02-21 16:41:15 +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