aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_chromanr.c
Commit message (Expand)AuthorAgeFilesLines
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-3/+3
* avfilter/vf_chromanr: compare correct variables for advanced modePaul B Mahol2023-12-011-2/+2
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-2/+0
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/vf_chromanr: split inner loopsPaul B Mahol2022-12-071-12/+36
* avfilter/vf_chromanr: fix rounding of final outputPaul B Mahol2022-03-011-2/+2
* avfilter/vf_chromanr: improve filtering resultsPaul B Mahol2021-11-031-14/+18
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-15/+15
* avfilter/vf_chromanr: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+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-4/+4
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/vf_chromanr: add also euclidean distance for calculationsPaul B Mahol2021-07-171-19/+37
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_chromanr: add support for more formatsPaul B Mahol2021-01-161-2/+2
* avfilter/vf_chromanr: add options for finer controls of filteringPaul B Mahol2020-12-111-1/+18
* avfilter/vf_chromanr: move thres calculation to filter_frame()Paul B Mahol2020-07-101-1/+2
* avfilter: add chromanr video filterPaul B Mahol2020-07-081-0/+257