summaryrefslogtreecommitdiff
path: root/libavfilter/af_anlmdn.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_anlmdn: add support for using writable framesPaul B Mahol2022-03-10
* avfilter/af_anlmdn: stop using fifo and rewriting ptsPaul B Mahol2022-03-09
* avfilter/af_anlmdn: fix possible array overflow and increase options limitsPaul B Mahol2022-03-09
* avfilter/af_anlmdn: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/af_anlmdn: add longer names of filter optionsPaul B Mahol2021-07-25
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_anlmdn: support all options as commandsPaul B Mahol2020-11-17
* avfilter/af_anlmdn: allow to change smooth/m at runtimePaul B Mahol2020-11-17
* 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
* 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
* 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