Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-04-03 Thread Michael Niedermayer
On Tue, Apr 03, 2018 at 01:30:32AM +0200, Michael Niedermayer wrote: > On Mon, Apr 02, 2018 at 11:52:42AM +0200, Vittorio Giovara wrote: > > On 3/20/18, Michael Niedermayer > > wrote: > > >* Signed-off-by: Michael Niedermayer >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-04-02 Thread Michael Niedermayer
On Mon, Apr 02, 2018 at 11:52:42AM +0200, Vittorio Giovara wrote: > On 3/20/18, Michael Niedermayer > wrote: > >* Signed-off-by: Michael Niedermayer >> > *>* --- > *>* libavfilter/vf_scale.c | 7

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-04-02 Thread Vittorio Giovara
On 3/20/18, Michael Niedermayer http://ffmpeg.org/mailman/listinfo/ffmpeg-devel>> wrote: >* Signed-off-by: Michael Niedermayer > *>* --- *>* libavfilter/vf_scale.c | 7 ++- *>* 1 file changed, 6 insertions(+), 1 deletion(-) *>>* diff --git

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-27 Thread wm4
On Tue, 27 Mar 2018 12:14:55 +0200 Michael Niedermayer wrote: > On Mon, Mar 26, 2018 at 10:56:47PM +0100, Mark Thompson wrote: > > On 26/03/18 22:44, Michael Niedermayer wrote: > > > On Mon, Mar 26, 2018 at 08:34:06AM +0200, Paul B Mahol wrote: > > >> On 3/26/18,

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-27 Thread Michael Niedermayer
On Mon, Mar 26, 2018 at 10:56:47PM +0100, Mark Thompson wrote: > On 26/03/18 22:44, Michael Niedermayer wrote: > > On Mon, Mar 26, 2018 at 08:34:06AM +0200, Paul B Mahol wrote: > >> On 3/26/18, Michael Niedermayer wrote: > >>> On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Michael Niedermayer
On Mon, Mar 26, 2018 at 10:56:47PM +0100, Mark Thompson wrote: > On 26/03/18 22:44, Michael Niedermayer wrote: > > On Mon, Mar 26, 2018 at 08:34:06AM +0200, Paul B Mahol wrote: > >> On 3/26/18, Michael Niedermayer wrote: > >>> On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Mark Thompson
On 26/03/18 22:44, Michael Niedermayer wrote: > On Mon, Mar 26, 2018 at 08:34:06AM +0200, Paul B Mahol wrote: >> On 3/26/18, Michael Niedermayer wrote: >>> On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul B Mahol wrote: On 3/20/18, Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Michael Niedermayer
On Mon, Mar 26, 2018 at 12:50:41PM +0200, Paul B Mahol wrote: > On 3/26/18, Martin Vignali wrote: > >> >> This is not optimal, as full color_range should remain full when not > >> >> changed. > >> > > >> > there is no range for rgb formats. The range is specific to YUV

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Michael Niedermayer
On Mon, Mar 26, 2018 at 08:34:06AM +0200, Paul B Mahol wrote: > On 3/26/18, Michael Niedermayer wrote: > > On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul B Mahol wrote: > >> On 3/20/18, Michael Niedermayer wrote: > >> > Signed-off-by: Michael

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Paul B Mahol
On 3/26/18, Martin Vignali wrote: >> >> This is not optimal, as full color_range should remain full when not >> >> changed. >> > >> > there is no range for rgb formats. The range is specific to YUV based >> > formats. >> > Thats, if iam guessing correctly what you meant.

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Martin Vignali
> >> This is not optimal, as full color_range should remain full when not > >> changed. > > > > there is no range for rgb formats. The range is specific to YUV based > > formats. > > Thats, if iam guessing correctly what you meant. You did not really say > > which case you meant here. So maybe

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-26 Thread Paul B Mahol
On 3/26/18, Michael Niedermayer wrote: > On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul B Mahol wrote: >> On 3/20/18, Michael Niedermayer wrote: >> > Signed-off-by: Michael Niedermayer >> > --- >> > libavfilter/vf_scale.c

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-25 Thread Michael Niedermayer
On Wed, Mar 21, 2018 at 09:18:21AM +0100, Paul B Mahol wrote: > On 3/20/18, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavfilter/vf_scale.c | 7 ++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-25 Thread Michael Niedermayer
On Wed, Mar 21, 2018 at 03:04:35PM +0100, wm4 wrote: > On Tue, 20 Mar 2018 23:59:46 +0100 > Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > libavfilter/vf_scale.c | 7 ++- > > 1 file changed, 6 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-21 Thread wm4
On Tue, 20 Mar 2018 23:59:46 +0100 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_scale.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/vf_scale.c

Re: [FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-21 Thread Paul B Mahol
On 3/20/18, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_scale.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c > index

[FFmpeg-devel] [PATCH] avfilter/vf_scale: Do not set YUV color range for RGB formats

2018-03-20 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/vf_scale.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 9f45032e85..2f6fa4791d 100644 --- a/libavfilter/vf_scale.c +++