Re: [FFmpeg-devel] [PATCH] vf_colorspace: Added linear trc.

2020-09-27 Thread Andrew Klaassen
On Sunday, September 27, 2020, 09:15:54 a.m. EDT, Ronald S. Bultje wrote: > Merged. Thanks! Andrew ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] vf_colorspace: Added linear trc.

2020-09-27 Thread Ronald S. Bultje
Hi, On Thu, Sep 24, 2020 at 3:01 PM Andrew Klaassen < clawsoon-at-yahoo@ffmpeg.org> wrote: > This patch adds the coefficients for the linear gamma function (1,0,1,0) > to the colorspace filter. > > Signed-off-by: Andrew Klaassen > --- > libavfilter/vf_colorspace.c | 2 ++ > 1 file changed,

Re: [FFmpeg-devel] [PATCH] vf_colorspace: Added linear trc.

2020-09-24 Thread Andrew Klaassen
On Thursday, September 24, 2020, 03:01:05 p.m. EDT, Andrew Klaassen wrote: > This patch adds the coefficients for the linear gamma function (1,0,1,0) > to the colorspace filter. I've been looking for an official standards documentation link to add for this, but haven't had luck so far. If it'

[FFmpeg-devel] [PATCH] vf_colorspace: Added linear trc.

2020-09-24 Thread Andrew Klaassen
This patch adds the coefficients for the linear gamma function (1,0,1,0) to the colorspace filter. Signed-off-by: Andrew Klaassen --- libavfilter/vf_colorspace.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c index 34f13d9d3c..39af