Re: [FFmpeg-devel] [PATCH] avfilter: add chromanr video filter

2020-07-08 Thread Paul B Mahol
On 7/4/20, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 19 > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_chromanr.c | 211 ++ > 4 files changed, 232 insertions(+) > c

[FFmpeg-devel] [PATCH] avfilter: add chromanr video filter

2020-07-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 19 libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_chromanr.c | 211 ++ 4 files changed, 232 insertions(+) create mode 100644 libavfilter/vf_chromanr.c dif