summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_anequalizer.c
Commit message (Expand)AuthorAgeFilesLines
* 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