Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -0/+1 |
* | avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre... | Michael Niedermayer | 2016-02-12 | 1 | -2/+2 |
* | avfilter/af_anequalizer: Fix memleak of args | Michael Niedermayer | 2016-02-08 | 1 | -0/+1 |
* | lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x) | Ganesh Ajjanagadde | 2015-12-28 | 1 | -2/+2 |
* | lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-28 | 1 | -9/+9 |
* | lavfi/af_anequalizer: remove cabs, cexp dependencies | Ganesh Ajjanagadde | 2015-12-28 | 1 | -8/+17 |
* | avfilter/af_anequalizer: make cliping filter type actually useful | Paul B Mahol | 2015-12-25 | 1 | -1/+1 |
* | avfilter/af_anequalizer: use pow instead of exp10 | Paul B Mahol | 2015-12-25 | 1 | -9/+9 |
* | avfilter: add high-order parametric multiband equalizer filter | Paul B Mahol | 2015-12-25 | 1 | -0/+751 |