Re: [FFmpeg-devel] [WIP][RFC][PATCH] avfilter: negotiate color_range between filters

2017-12-11 Thread Paul B Mahol
On 12/11/17, Nicolas George wrote: > I do not have time to look at the code in details right now, and I do > not know when I will have time, but here are a few remarks. > > Paul B Mahol (2017-12-11): >> Signed-off-by: Paul B Mahol >> --- >> >> This is with

Re: [FFmpeg-devel] [WIP][RFC][PATCH] avfilter: negotiate color_range between filters

2017-12-11 Thread Nicolas George
I do not have time to look at the code in details right now, and I do not know when I will have time, but here are a few remarks. Paul B Mahol (2017-12-11): > Signed-off-by: Paul B Mahol > --- > > This is with color range negotiation. > To be applied on top of previous patch

[FFmpeg-devel] [WIP][RFC][PATCH] avfilter: negotiate color_range between filters

2017-12-11 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- This is with color range negotiation. To be applied on top of previous patch set. It fixes issue Michael found. This needs more work as every filter needs its query_formats() changed. --- fftools/ffmpeg_filter.c | 13 +++---