aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/af_afftdn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afftdn: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-18/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/af_afftdn: switch to internal timelinePaul B Mahol2021-10-031-2/+3
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-111-2/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-271-42/+47
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_afftdn: simplify changing commandsPaul B Mahol2019-11-211-41/+23
* avfilter/af_afftdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-171-1/+1
* avfilter/af_afftdn: use av_sscanf()Paul B Mahol2018-11-181-3/+3
* avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol2018-10-281-7/+7
* avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol2018-10-281-1/+2
* avfilter/af_afftdn: switch to activatePaul B Mahol2018-10-281-87/+116
* avfilter/af_afftdn: add missing breakPaul B Mahol2018-09-261-0/+1
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-251-0/+1421