mpv/libaf
diego 5519d98983 cosmetics: Fix indentation, reorder some lines for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 21:55:23 +00:00
..
Makefile cosmetics: Fix indentation, reorder some lines for consistency. 2007-03-13 21:55:23 +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
af_channels.c Fix memory leaks. 2007-02-10 18:12:03 +00:00
af_comp.c
af_delay.c
af_dummy.c
af_equalizer.c added dinamically calculated gain factor at output stage to avoid clipping on sane ranges 2006-03-11 21:16:59 +00:00
af_export.c get_path as const, patch by Stefan Huehner, stefan AT huehner-org 2006-07-03 23:27:37 +00:00
af_extrastereo.c
af_format.c Fix memory leaks. 2007-02-10 18:12:03 +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
af_format_ulaw.c
af_gate.c
af_hrtf.c Fix memory leaks. 2007-02-10 18:12:03 +00:00
af_hrtf.h
af_karaoke.c fix wrong and unrelated change done in r19199 2006-07-27 18:35:40 +00:00
af_ladspa.c Cosmetics: add space after comma in output 2007-02-08 11:27:18 +00:00
af_lavcresample.c Move variable declaration to appropriate place 2007-02-10 20:33:27 +00:00
af_mp.h
af_pan.c Fix nonsense tests ("if (af->data->audio)" before "if (af->data)"). 2007-02-10 17:27:11 +00:00
af_resample.c Fix memory leaks. 2007-02-10 18:12:03 +00:00
af_resample.h
af_sinesuppress.c remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org 2006-07-05 10:24:23 +00:00
af_sub.c
af_surround.c Fix nonsense tests like previously in af_pan. 2007-02-10 17:31:18 +00:00
af_sweep.c
af_tools.c
af_volnorm.c
af_volume.c
control.h Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. 2006-06-07 00:02:51 +00:00
dsp.h
equalizer.h
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
format.c Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org 2006-07-16 01:24:42 +00:00
window.c
window.h