summaryrefslogtreecommitdiff
path: root/libavfilter/af_anequalizer.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-7/+7
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_anequalizer: add timeline and slice supportPaul B Mahol2020-12-011-8/+27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-7/+7
* avfilter/af_anequalizer: Don't allocate outpad namesAndreas Rheinhardt2020-08-261-16/+4
* avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt2020-08-261-10/+6
* avfilter/af_anequalizer: fix off by one in reallocationPaul B Mahol2020-03-141-1/+1
* avfilter/af_anequalizer: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* 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