summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftdn.c
Commit message (Expand)AuthorAge
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-27
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_afftdn: simplify changing commandsPaul B Mahol2019-11-21
* avfilter/af_afftdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
* avfilter/af_afftdn: use av_sscanf()Paul B Mahol2018-11-18
* avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol2018-10-28
* avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol2018-10-28
* avfilter/af_afftdn: switch to activatePaul B Mahol2018-10-28
* avfilter/af_afftdn: add missing breakPaul B Mahol2018-09-26
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-25