summaryrefslogtreecommitdiff
path: root/libavfilter/vf_chromanr.c
Commit message (Expand)AuthorAge
* avfilter/vf_chromanr: fix rounding of final outputPaul B Mahol2022-03-01
* avfilter/vf_chromanr: improve filtering resultsPaul B Mahol2021-11-03
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_chromanr: 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/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/vf_chromanr: add also euclidean distance for calculationsPaul B Mahol2021-07-17
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_chromanr: add support for more formatsPaul B Mahol2021-01-16
* avfilter/vf_chromanr: add options for finer controls of filteringPaul B Mahol2020-12-11
* avfilter/vf_chromanr: move thres calculation to filter_frame()Paul B Mahol2020-07-10
* avfilter: add chromanr video filterPaul B Mahol2020-07-08