summaryrefslogtreecommitdiff
path: root/libavfilter/af_anlmdn.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_anlmdn: 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/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-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-15/+3
* avfilter/af_anlmdn: add longer names of filter optionsPaul B Mahol2021-07-251-0/+5
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_anlmdn: support all options as commandsPaul B Mahol2020-11-171-27/+76
* avfilter/af_anlmdn: allow to change smooth/m at runtimePaul B Mahol2020-11-171-1/+1
* avfilter/af_anlmdn: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-171-1/+1
* 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