Re: [x265] [PATCH 2 of 2 V2] framefilter: comment cleanups, use pixel data type

2013-09-16 Thread Steve Borho
On Sun, Sep 15, 2013 at 11:06 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: On Fri, Sep 13, 2013 at 11:11 PM, Steve Borho st...@borho.org wrote: # HG changeset patch # User Steve Borho st...@borho.org # Date 1379053732 18000 # Fri Sep 13 01:28:52 2013 -0500 # Node ID

[x265] [PATCH] X265: header guards format Changed to X265_FILENAME_H

2013-09-16 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1379314396 -19800 # Node ID d09f36e4dc8b998a2ca42694fd1ce5cf04421eee # Parent 6bab41a554b36133865fe3378964cb9e76c24ebd X265: header guards format Changed to X265_FILENAME_H Globally all the x265 header files header

[x265] [PATCH] Use mixed bitmap between FrameEncoder and FrameFilter to Fix crash and hash mistake in WPP mode

2013-09-16 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1379321243 -28800 # Node ID 5ff15bbb2bda4fedca72c9093374de6dd8c262b3 # Parent 6bab41a554b36133865fe3378964cb9e76c24ebd Use mixed bitmap between FrameEncoder and FrameFilter to Fix crash and hash mistake in WPP mode I change task

Re: [x265] [PATCH] Use mixed bitmap between FrameEncoder and FrameFilter to Fix crash and hash mistake in WPP mode

2013-09-16 Thread chen
Excuse me, this is wrong patch, I will send a new one soon. At 2013-09-16 16:51:58,Min Chen chenm...@163.com wrote: # HG changeset patch # User Min Chen chenm...@163.com # Date 1379321243 -28800 # Node ID 5ff15bbb2bda4fedca72c9093374de6dd8c262b3 # Parent 6bab41a554b36133865fe3378964cb9e76c24ebd

Re: [x265] [PATCH]RDLevel: Disable RDOQTS when RDO and/or TS are disabled.

2013-09-16 Thread Derek Buitenhuis
On Mon, Sep 16, 2013 at 7:11 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1379311811 -19800 # Node ID c1ec5b8a6752529368753c110d626f1c53d90f3e # Parent 22c4e67c7246cd77968a86e967377e4a18b47b31

Re: [x265] [PATCH]RDLevel: Disable RDOQTS when RDO and/or TS are disabled.

2013-09-16 Thread Derek Buitenhuis
On Mon, Sep 16, 2013 at 10:47 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Yes, this particular param flag is initialised to 1 (highest quality setting) in x265_param_default. I'm setting it to zero for a certain set of user defined parameters. What's the point of the first

[x265] [PATCH] List: std::list Implementation

2013-09-16 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1379327475 -19800 # Node ID e499466c7c6591345af2a625da12185c7735347b # Parent 6bab41a554b36133865fe3378964cb9e76c24ebd List: std::list Implementation To remove the std::list dependency from X265, and this class can

Re: [x265] [PATCH]RDLevel: Disable RDOQTS when RDO and/or TS are disabled.

2013-09-16 Thread Deepthi Nandakumar
Agreed. Resending the patch - alongwith a few cleanups to make it easier to track all elements in the param struct. On Mon, Sep 16, 2013 at 3:27 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: On Mon, Sep 16, 2013 at 10:47 AM, Deepthi Nandakumar deep...@multicorewareinc.com wrote:

[x265] [PATCH] Use mixed bitmap between FrameEncoder and FrameFilter to Fix crash and hash mistake in WPP mode

2013-09-16 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1379336600 -28800 # Node ID 7669e48568743a927c5f1ee14c8adf76d5e3a406 # Parent 62964b3d57d9e47cf68aad57808bab568b105d61 Use mixed bitmap between FrameEncoder and FrameFilter to Fix crash and hash mistake in WPP mode I change task

Re: [x265] [PATCH v2]: CLI: remove CLI option rdoqts; cleanup

2013-09-16 Thread Deepthi Nandakumar
Thanks for pointing that out, that was indeed unintentional. Pushed the fix. On Mon, Sep 16, 2013 at 9:11 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: On Mon, Sep 16, 2013 at 1:30 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi

Re: [x265] [PATCH] List: std::list Implementation

2013-09-16 Thread Steve Borho
On Mon, Sep 16, 2013 at 5:31 AM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1379327475 -19800 # Node ID e499466c7c6591345af2a625da12185c7735347b # Parent 6bab41a554b36133865fe3378964cb9e76c24ebd List:

[x265] [PATCH] ABR - Removed unused states, cleaned up the comments

2013-09-16 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1379356988 -19800 # Tue Sep 17 00:13:08 2013 +0530 # Node ID baeddbdc9ec349002f574bfc1763927f487cc88d # Parent 9a727efab9fa4048eed7330abe28cf7e088590fb ABR - Removed unused states, cleaned up the comments. Removed states that are not used