[x265] [PATCH] Backed out changeset: fef63866bb60

Vittorio Giovara vittorio.giovara at gmail.com
Fri Mar 8 21:45:53 CET 2019


Actually just noticed that his commit is already pushed in master, with a
whole 15 hours of review time.

Seriously guys, this is not the way to conduct open source development.

Regards,
Vittorio

On Fri, Mar 8, 2019 at 3:44 PM Vittorio Giovara <vittorio.giovara at gmail.com>
wrote:

>
>
> On Fri, Mar 8, 2019 at 12:27 AM Pradeep Ramachandran <
> pradeep at multicorewareinc.com> wrote:
>
>> # HG changeset patch
>> # User Pradeep Ramachandran <pradeep at multicorewareinc.com>
>> # Date 1552022473 -19800
>> #      Fri Mar 08 10:51:13 2019 +0530
>> # Node ID 636258ebc7a90e0a35466e9b605ab335b9ce2194
>> # Parent  0eccd62725b6a24ae27d52189c4a624dffdd7a07
>> Backed out changeset: fef63866bb60
>>
>> diff -r 0eccd62725b6 -r 636258ebc7a9 source/encoder/encoder.cpp
>> --- a/source/encoder/encoder.cpp        Mon Mar 04 15:36:38 2019 +0530
>> +++ b/source/encoder/encoder.cpp        Fri Mar 08 10:51:13 2019 +0530
>> @@ -2459,13 +2459,10 @@
>>
>>      if (m_param->bEmitHDRSEI)
>>      {
>> -        if (m_emitCLLSEI)
>> -        {
>> -            SEIContentLightLevel cllsei;
>> -            cllsei.max_content_light_level = m_param->maxCLL;
>> -            cllsei.max_pic_average_light_level = m_param->maxFALL;
>> -            cllsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI,
>> list, m_param->bSingleSeiNal);
>> -        }
>> +        SEIContentLightLevel cllsei;
>> +        cllsei.max_content_light_level = m_param->maxCLL;
>> +        cllsei.max_pic_average_light_level = m_param->maxFALL;
>> +        cllsei.writeSEImessages(bs, m_sps, NAL_UNIT_PREFIX_SEI, list,
>> m_param->bSingleSeiNal);
>>
>>          if (m_param->masteringDisplayColorVolume)
>>          {
>>
>
> Why?
>
> It would be *really* nice if this kind of information was provided in the
> commit message without having to ask it every time.
> Like in the commit that is being removed: "Some devices render
> out-of-luminance pixels incorrectly otherwise."
>
> So, NAK until further explanation is provided.
> --
> Vittorio
>


-- 
Vittorio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190308/5b5ee1c1/attachment.html>


More information about the x265-devel mailing list