Re: [x265] fix chroma lambda weighting

2014-03-25 Thread Deepthi Nandakumar
Thanks, very interesting fix. Can you give us some background here? Where did we the divide by 3.0 come from? On Tue, Mar 25, 2014 at 9:01 AM, Satoshi Nakagawa nakagawa...@oki.comwrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1395672158 -32400 # Mon Mar

[x265] [PATCH] Add reST script to generate x265 user manual

2014-03-25 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1395752215 -19800 # Tue Mar 25 18:26:55 2014 +0530 # Node ID 3f833c112657f38e8404aab47a2c26fb72814b2d # Parent 4318d47d934857a5d0a5e2a8dc0eaed48f086197 Add reST script to generate x265 user manual diff -r

[x265] xp support

2014-03-25 Thread Roger Pack
Hello. I noticed in a recent discussion that seemingly windows xp support had been dropped to clean up code: http://forum.videohelp.com/threads/357754-%5BHEVC%5D-x265-EXE-mingw-builds?goto=newpost This does make it a bit painful for distributors who want to distribute (for instance) ffmpeg with

[x265] [PATCH] api: add param.bRepeatHeaders - insert stream headers in each keyframe NAL

2014-03-25 Thread Steve Borho
# HG changeset patch # User Steve Borho st...@borho.org # Date 1395765782 18000 # Tue Mar 25 11:43:02 2014 -0500 # Node ID e739e579609a0bc11ef72368ab39c824411d1d7b # Parent 4318d47d934857a5d0a5e2a8dc0eaed48f086197 api: add param.bRepeatHeaders - insert stream headers in each keyframe NAL

Re: [x265] fix chroma lambda weighting

2014-03-25 Thread Satoshi Nakagawa
lambda for RDO is proportional to pow(2.0, qp / 3.0). so, the qp offset here also needs to be devided by 3.0. From: x265-devel [mailto:x265-devel-boun...@videolan.org] On Behalf Of Deepthi Nandakumar Sent: Tuesday, March 25, 2014 7:55 PM To: Development for x265 Subject: Re: [x265] fix

Re: [x265] xp support

2014-03-25 Thread Steve Borho
On Tue, Mar 25, 2014 at 6:00 PM, Roger Pack rogerdpa...@gmail.com wrote: On 3/25/14, Steve Borho st...@borho.org wrote: On Tue, Mar 25, 2014 at 11:25 AM, Roger Pack rogerdpa...@gmail.com wrote: Hello. I noticed in a recent discussion that seemingly windows xp support had been dropped to clean

[x265] online documentation

2014-03-25 Thread Steve Borho
Hello, We have migrated our documentation to restructured text (http://sphinx-doc.org/rest.html) so that it can be maintained within the source repository and follow the same release management processes as the source code. The goal going forward will be to keep the documentation up to date as

Re: [x265] xp support

2014-03-25 Thread Steve Borho
On Tue, Mar 25, 2014 at 4:44 PM, Jason Garrett-Glaser ja...@x264.com wrote: On Tue, Mar 25, 2014 at 10:32 AM, Steve Borho st...@borho.org wrote: On Tue, Mar 25, 2014 at 11:25 AM, Roger Pack rogerdpa...@gmail.com wrote: Hello. I noticed in a recent discussion that seemingly windows xp support