Re: [FFmpeg-devel] [PATCH] vf_colorspace: make whitepoint adaptation mode configurable.

2016-05-10 Thread Ronald S. Bultje
Hi, On Tue, May 10, 2016 at 6:47 AM, Paul B Mahol wrote: > On 5/6/16, Ronald S. Bultje wrote: > > Also add von kries whitepoint adaptation, and add 'identity' to turn > > whitepoint adaptation off. > > --- > > doc/filters.texi| 15 +++ > > libavfilter/vf_colorspace.c |

Re: [FFmpeg-devel] [PATCH] vf_colorspace: make whitepoint adaptation mode configurable.

2016-05-10 Thread Paul B Mahol
On 5/6/16, Ronald S. Bultje wrote: > Also add von kries whitepoint adaptation, and add 'identity' to turn > whitepoint adaptation off. > --- > doc/filters.texi| 15 +++ > libavfilter/vf_colorspace.c | 39 --- > 2 files changed, 47 insert

Re: [FFmpeg-devel] [PATCH] vf_colorspace: make whitepoint adaptation mode configurable.

2016-05-10 Thread Ronald S. Bultje
Hi, On Mon, May 9, 2016 at 8:36 AM, Ronald S. Bultje wrote: > Hi, > > On Fri, May 6, 2016 at 9:40 AM, Ronald S. Bultje > wrote: > >> Also add von kries whitepoint adaptation, and add 'identity' to turn >> whitepoint adaptation off. >> --- >> doc/filters.texi| 15 +++ >>

Re: [FFmpeg-devel] [PATCH] vf_colorspace: make whitepoint adaptation mode configurable.

2016-05-09 Thread Ronald S. Bultje
Hi, On Fri, May 6, 2016 at 9:40 AM, Ronald S. Bultje wrote: > Also add von kries whitepoint adaptation, and add 'identity' to turn > whitepoint adaptation off. > --- > doc/filters.texi| 15 +++ > libavfilter/vf_colorspace.c | 39 --- >

[FFmpeg-devel] [PATCH] vf_colorspace: make whitepoint adaptation mode configurable.

2016-05-06 Thread Ronald S. Bultje
Also add von kries whitepoint adaptation, and add 'identity' to turn whitepoint adaptation off. --- doc/filters.texi| 15 +++ libavfilter/vf_colorspace.c | 39 --- 2 files changed, 47 insertions(+), 7 deletions(-) diff --git a/doc/filter