Re: [FFmpeg-devel] [PATCH] avcodec/hevc: Extract Content light level from HEVC SEI prefix message

2016-12-30 Thread Moritz Barsnick
On Fri, Dec 30, 2016 at 15:27:14 +0100, Nikola Kolarović wrote: > Follow-up patch is below, and I've run FATE regression tests on x86_64 > linux. You'll need to resend it properly, it is corrupted by newlines (probably by your mailer). Moritz ___

Re: [FFmpeg-devel] [PATCH] avcodec/hevc: Extract Content light level from HEVC SEI prefix message

2016-12-30 Thread Nikola Kolarović
On 12/29/2016 07:46 PM, Nicolas George wrote: Thanks for the patch. L'octidi 8 nivôse, an CCXXV, Nikola Kolarović a écrit : From: Nikola Kolarović Extract max_content_light_level and max_frame_average_light_level which are used in HEVC Main 10 (HDR10) for

Re: [FFmpeg-devel] [PATCH] avcodec/hevc: Extract Content light level from HEVC SEI prefix message

2016-12-29 Thread Nicolas George
Thanks for the patch. L'octidi 8 nivôse, an CCXXV, Nikola Kolarović a écrit : > From: Nikola Kolarović > > Extract max_content_light_level and max_frame_average_light_level > which are used in HEVC Main 10 (HDR10) for luminosity adjustment. > > Based on ISO/IEC

[FFmpeg-devel] [PATCH] avcodec/hevc: Extract Content light level from HEVC SEI prefix message

2016-12-29 Thread Nikola Kolarović
From: Nikola Kolarović Extract max_content_light_level and max_frame_average_light_level which are used in HEVC Main 10 (HDR10) for luminosity adjustment. Based on ISO/IEC 23008-2:2015 section D.2.35. --- libavcodec/hevc.h | 4 libavcodec/hevc_sei.c | 12