summaryrefslogtreecommitdiff
path: root/libavfilter/af_anlmdn.c
Commit message (Collapse)AuthorAge
* avfilter/af_anlmdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
|
* avfilter/af_anlmdn: switch to ff_filter_process_command()Paul B Mahol2019-10-14
|
* avfilter/af_anlmdn: add support for commandsPaul B Mahol2019-06-03
|
* avfilter/af_anlmdn: avoid creating frames with zero samplesPaul B Mahol2019-06-02
|
* avfilter/af_anlmdn: try to recover when cache becomes negativePaul B Mahol2019-06-02
|
* avfilter/af_anlmdn: add smooth factor optionPaul B Mahol2019-06-02
|
* avfilter/af_anlmdn: add output mode optionPaul B Mahol2019-03-01
|
* avfilter/af_anlmdn: add timeline supportPaul B Mahol2019-01-13
|
* avfilter/af_anlmdn: rework how denoising strength is usedPaul B Mahol2019-01-12
| | | | Make into account patch size.
* avfilter/af_anlmdn: do not output more samples than receivedPaul B Mahol2019-01-11
|
* avfilter/af_anlmdn: drain samples at endPaul B Mahol2019-01-11
|
* avfilter/af_anlmdn: do not trim first samplesPaul B Mahol2019-01-11
| | | | Instead denoise from start, assumming missing samples are silence.
* avfilter/af_anlmdn: log used parametersPaul B Mahol2019-01-11
|
* avfilter/af_anlmdn: use lut table to calculate weightsPaul B Mahol2019-01-10
|
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-10
|
* avfilter/af_anlmdn: ignore too small valuesPaul B Mahol2019-01-09
|
* avfilter: add anlmdn audio filterPaul B Mahol2019-01-08
Signed-off-by: Paul B Mahol <onemda@gmail.com>