summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_anlmdn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_anlmdn: switch to ff_filter_process_command()Paul B Mahol2019-10-141-29/+7
* avfilter/af_anlmdn: add support for commandsPaul B Mahol2019-06-031-0/+25
* avfilter/af_anlmdn: avoid creating frames with zero samplesPaul B Mahol2019-06-021-1/+1
* avfilter/af_anlmdn: try to recover when cache becomes negativePaul B Mahol2019-06-021-1/+4
* avfilter/af_anlmdn: add smooth factor optionPaul B Mahol2019-06-021-3/+5
* avfilter/af_anlmdn: add output mode optionPaul B Mahol2019-03-011-1/+18
* avfilter/af_anlmdn: add timeline supportPaul B Mahol2019-01-131-2/+3
* avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol2019-01-121-2/+2
* avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol2019-01-111-6/+8
* avfilter/af_anlmdn: drain samples at endPaul B Mahol2019-01-111-0/+30
* avfilter/af_anlmdn: do not trim first samplesPaul B Mahol2019-01-111-0/+5
* avfilter/af_anlmdn: log used parametersPaul B Mahol2019-01-111-0/+2
* avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol2019-01-101-4/+21
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-101-10/+28
* avfilter/af_anlmdn: ignore too small valuesPaul B Mahol2019-01-091-1/+4
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-081-0/+271
OpenPOWER on IntegriCloud