[FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread Pedro Arthur
Hi, This patch implement gamma conversion in the refactored scaling code, and re-enable it in old code. If it is good let me know and I'll push it. Thanks, Pedro. From 4ac30e1e08cbe91f88a2d9efd1a100429e387112 Mon Sep 17 00:00:00 2001 From: Pedro Arthur Date: Thu, 3 Sep 2015 12:52:28 -0300 Subjec

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread Michael Niedermayer
On Thu, Sep 03, 2015 at 01:01:34PM -0300, Pedro Arthur wrote: > Hi, > > This patch implement gamma conversion in the refactored scaling code, and > re-enable it in old code. > If it is good let me know and I'll push it. [...] > if (need_lum_conv) { > -ff_init_desc_fmt_convert(&c->des

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread compn
On Thu, 3 Sep 2015 13:01:34 -0300 Pedro Arthur wrote: > Hi, > > This patch implement gamma conversion in the refactored scaling code, > and re-enable it in old code. > If it is good let me know and I'll push it. did you run any benchmarks? :) -compn

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread Pedro Arthur
did you run any benchmarks? :) > No, but it is only enabled explicitly by flag, so it can only penalize performance if the user explicitly enables it. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] swscale: re enable gamma conversion

2015-09-03 Thread compn
On Thu, 3 Sep 2015 23:02:03 -0300 Pedro Arthur wrote: > did you run any benchmarks? :) > > > No, but it is only enabled explicitly by flag, so it can only penalize > performance if the user explicitly enables it. no objections from me then, thank you. -compn