summaryrefslogtreecommitdiff
path: root/libavfilter/af_anequalizer.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_anequalizer: add timeline and slice supportPaul B Mahol2020-12-01
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/af_anequalizer: Don't allocate outpad namesAndreas Rheinhardt2020-08-26
* avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt2020-08-26
* avfilter/af_anequalizer: fix off by one in reallocationPaul B Mahol2020-03-14
* avfilter/af_anequalizer: check if frame clone is setPaul B Mahol2020-01-14
* lavfi/anequalizer: fix memory leak in error handling pathJun Zhao2019-09-11
* avfilter/af_anequalizer: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer2016-02-12
* avfilter/af_anequalizer: Fix memleak of argsMichael Niedermayer2016-02-08
* lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde2015-12-28
* lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-28
* lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde2015-12-28
* avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-25
* avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-25
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-25