March 15, 2016
View db1a642

all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h

Ganesh Ajjanagadde authored on 2016/03/15 10:28:56
February 12, 2016
View 817bf84

avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency

Michael Niedermayer authored on 2016/02/12 08:55:49
February 8, 2016
View 05924e1

avfilter/af_anequalizer: Fix memleak of args

Michael Niedermayer authored on 2016/02/08 08:39:15
December 28, 2015
View 9f4c7b4

lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)

Ganesh Ajjanagadde authored on 2015/12/28 09:50:09
View 59ac7ce

lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)

Ganesh Ajjanagadde authored on 2015/12/28 09:48:52
December 27, 2015
View 6370201

lavfi/af_anequalizer: remove cabs, cexp dependencies

Ganesh Ajjanagadde authored on 2015/12/27 14:51:28
December 25, 2015
View c9b9949

avfilter/af_anequalizer: make cliping filter type actually useful

Paul B Mahol authored on 2015/12/25 23:03:46
View c6e3b6a

avfilter/af_anequalizer: use pow instead of exp10

Paul B Mahol authored on 2015/12/25 23:00:06
December 20, 2015
View 56c7d2b

avfilter: add high-order parametric multiband equalizer filter

Paul B Mahol authored on 2015/12/20 17:50:35