Re: [FFmpeg-devel] [PATCH 07/25] avfilter: negotiate color_range between filters

2017-12-17 Thread Michael Niedermayer
On Sun, Dec 17, 2017 at 11:00:13AM +0100, Paul B Mahol wrote: [...] > @@ -130,17 +165,26 @@ static int query_formats(AVFilterContext *ctx) > { > FormatContext *s = ctx->priv; > AVFilterFormats *formats = ff_make_format_list(s->formats); > +AVFilterFormats *color_ranges = >

[FFmpeg-devel] [PATCH 07/25] avfilter: negotiate color_range between filters

2017-12-17 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- fftools/ffmpeg.c | 2 ++ fftools/ffmpeg.h | 1 + fftools/ffmpeg_filter.c| 57 +--- fftools/ffmpeg_opt.c | 2 ++ libavcodec/utils.c | 11 +++

Re: [FFmpeg-devel] [PATCH 07/25] avfilter: negotiate color_range between filters

2017-12-16 Thread Michael Niedermayer
On Sat, Dec 16, 2017 at 11:12:27AM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > fftools/ffmpeg.c| 2 ++ > fftools/ffmpeg.h| 1 + > fftools/ffmpeg_filter.c | 57 +++--- > fftools/ffmpeg_opt.c|

[FFmpeg-devel] [PATCH 07/25] avfilter: negotiate color_range between filters

2017-12-16 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- fftools/ffmpeg.c| 2 ++ fftools/ffmpeg.h| 1 + fftools/ffmpeg_filter.c | 57 +++--- fftools/ffmpeg_opt.c| 2 ++ libavcodec/utils.c | 11 +++ libavfilter/avfilter.c