summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_anequalizer.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/anequalizer: fix memory leak in error handling pathJun Zhao2019-09-111-1/+3
* avfilter/af_anequalizer: check return value of ff_insert_outpad()Paul B Mahol2018-09-151-6/+15
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-0/+1
* avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer2016-02-121-2/+2
* avfilter/af_anequalizer: Fix memleak of argsMichael Niedermayer2016-02-081-0/+1
* lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde2015-12-281-2/+2
* lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-281-9/+9
* lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde2015-12-281-8/+17
* avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-251-1/+1
* avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-251-9/+9
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-251-0/+751
OpenPOWER on IntegriCloud