summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vaguedenoiser.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-25/+25
* avfilter/vf_vaguedenoiser: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+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/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_vaguedenoiser: fix small typo in option explanationPaul B Mahol2020-06-131-1/+1
* avfilter/vf_vaguedenoiser: add new type of thresholdPaul B Mahol2020-06-071-5/+47
* avfilter/vf_vaguedenoiser: remove excessive code from soft thresholdingPaul B Mahol2020-06-071-10/+2
* avfilter/vf_vaguedenoiser: add support for alpha formatsPaul B Mahol2019-11-181-0/+5
* avfilter/vf_vaguedenoiser: add more gray formatsPaul B Mahol2019-10-231-2/+2
* avfilter/vf_vaguedenoiser: fix plane copy for >8 bit depth formatsPaul B Mahol2018-03-081-1/+3
* avfilter/vf_vaguedenoiser: calculate dimensions at initPaul B Mahol2016-09-121-19/+21
* avfilter/vf_vaguedenoiser: change thresholding to function pointersPaul B Mahol2016-09-121-8/+27
* avfilter: add vaguedenoiser filterPaul B Mahol2016-08-261-0/+562