summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vaguedenoiser.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_vaguedenoiser: Use formats list instead of 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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_vaguedenoiser: fix small typo in option explanationPaul B Mahol2020-06-13
* avfilter/vf_vaguedenoiser: add new type of thresholdPaul B Mahol2020-06-07
* avfilter/vf_vaguedenoiser: remove excessive code from soft thresholdingPaul B Mahol2020-06-07
* avfilter/vf_vaguedenoiser: add support for alpha formatsPaul B Mahol2019-11-18
* avfilter/vf_vaguedenoiser: add more gray formatsPaul B Mahol2019-10-23
* avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formatsPaul B Mahol2018-03-08
* avfilter/vf_vaguedenoiser: calculate dimensions at initPaul B Mahol2016-09-12
* avfilter/vf_vaguedenoiser: change thresholding to function pointersPaul B Mahol2016-09-12
* avfilter: add vaguedenoiser filterPaul B Mahol2016-08-26