<div dir="ltr">Yes, hg import worked fine. You probably need to configure your username in git settings to firstname lastname. Does this help? <br><a href="https://help.github.com/articles/setting-your-username-in-git">https://help.github.com/articles/setting-your-username-in-git</a><br>
<div><div id="__tbSetup"></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 21, 2013 at 10:52 PM, Rafaël Carré <span dir="ltr"><<a href="mailto:funman@videolan.org" target="_blank">funman@videolan.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://bitbucket.org/multicoreware/x265/commits/3fe9a9d0a0b6279643c9272805f4d9b46c2cdcd9" target="_blank">https://bitbucket.org/multicoreware/x265/commits/3fe9a9d0a0b6279643c9272805f4d9b46c2cdcd9</a><br>

<br>
"=?utf-8?b?UmFmYcOrbCBDYXJyw6kgPGZ1bm1hbkB2aWRlb2xhbi5vcmc+?= committed"<br>
<br>
Indeed :)<br>
<br>
I am sending these from my git hg clone with git send-email.<br>
<br>
Any idea how to make these patches more smooth from hg point of view?<br>
<br>
<a href="http://stackoverflow.com/questions/2626898/mercurial-copy-patch-to-repository" target="_blank">http://stackoverflow.com/questions/2626898/mercurial-copy-patch-to-repository</a><br>
seems to say hg import should work.<br>
<br>
How did you apply this one?<br>
<br>
Thanks,<br>
<br>
Le 21/10/2013 18:47, Deepthi Nandakumar a écrit :<br>
<div class="HOEnZb"><div class="h5">> Pushed this - but the user name has not been configured properly.<br>
><br>
><br>
> On Mon, Oct 21, 2013 at 6:16 PM, Rafaël Carré <<a href="mailto:funman@videolan.org">funman@videolan.org</a>> wrote:<br>
><br>
>> Fix a floating point exceptio<br>
>> ---<br>
>>  source/encoder/ratecontrol.cpp | 1 +<br>
>>  1 file changed, 1 insertion(+)<br>
>><br>
>> diff --git a/source/encoder/ratecontrol.cpp<br>
>> b/source/encoder/ratecontrol.cpp<br>
>> index b588bde..9085ec3 100644<br>
>> --- a/source/encoder/ratecontrol.cpp<br>
>> +++ b/source/encoder/ratecontrol.cpp<br>
>> @@ -129,6 +129,7 @@ void RateControl::calcAdaptiveQuantFrame(TComPic *pic)<br>
>>  RateControl::RateControl(TEncCfg * _cfg)<br>
>>  {<br>
>>      this->cfg = _cfg;<br>
>> +    frameThreads = cfg->param.frameNumThreads;<br>
>>      bitrate = cfg->param.rc.bitrate * 1000;<br>
>>      frameDuration = 1.0 / cfg->param.frameRate;<br>
>>      ncu = (int)((cfg->param.sourceHeight * cfg->param.sourceWidth) /<br>
>> pow((int)cfg->param.maxCUSize, 2.0));<br>
>> --<br>
>> 1.8.3.2<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</div></div></blockquote></div><br></div>