mpv/libaf
henry c9e396b898 - correct the argument in configure check for lrintf() to avoid a warning
- add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99
  isn't available


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15597 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-30 08:57:30 +00:00
..
.cvsignore
Makefile - correct the argument in configure check for lrintf() to avoid a warning 2005-05-30 08:57:30 +00:00
af.c Prevent segfault when filter chain is empty (e.g. because all 2005-05-01 09:23:31 +00:00
af.h obvious typo 2005-03-01 22:52:02 +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
af_delay.c
af_dummy.c better infoline 2005-02-25 10:43:31 +00:00
af_equalizer.c
af_export.c
af_extrastereo.c now supports float based operation aswell 2005-01-31 11:46:01 +00:00
af_format.c Error out when invalid format is specified 2005-05-01 09:02:25 +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
af_format_ulaw.c
af_gate.c
af_hrtf.c actually output 2 channel audio (instead of 6 channel with 4 empty channels) 2005-05-09 19:46:49 +00:00
af_hrtf.h More HRTF enhancements 2005-04-11 14:01:29 +00:00
af_ladspa.c 10l fix. misplaced ; 2005-02-27 22:36:04 +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
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
af_sub.c
af_surround.c
af_sweep.c
af_tools.c af_softclip 2005-01-31 11:34:49 +00:00
af_volnorm.c
af_volume.c using af_softclip 2005-01-31 11:43:36 +00:00
config.h sanity checks 2005-05-21 15:05:31 +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
equalizer.h
filter.c
filter.h
format.c move the format related stuff to format.c 2005-02-21 16:41:15 +00:00
window.c
window.h