summaryrefslogtreecommitdiff
path: root/libavfilter/af_afftdn.c
Commit message (Collapse)AuthorAge
* 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
| | | | Added the same one as one mentioned in documentation.
* 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