[x265] cleanup unused

2014-02-10 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392023050 -32400 # Mon Feb 10 18:04:10 2014 +0900 # Node ID 6a930059078707bf0f56e6ccbe3715e34f39f1bf # Parent 2fc9c0a085347bf67e7f2865d8ea434d93b82a86 cleanup unused diff -r 2fc9c0a08534 -r 6a9300590787

Re: [x265] I would like to contribute to x265

2014-02-10 Thread dave
On 02/10/2014 10:41 AM, Steve Borho wrote: On Thu, Jan 30, 2014 at 12:31 PM, Steve Borho st...@borho.org mailto:st...@borho.org wrote: On Wed, Jan 29, 2014 at 5:13 PM, dave dtyx...@gmail.com mailto:dtyx...@gmail.com wrote: Hi All, I would like to offer my

Re: [x265] Libav/FFmpeg Wrapper

2014-02-10 Thread Derek Buitenhuis
On 2/10/2014 6:47 PM, Tom Vaughan wrote: Hi Derek, We have looked at this, and we have done some work for internal test frameworks. We will reach out to directly to coordinate and to support you. There's no reason this has to be private. In fact, it shouldn't be. It's writing an open source

Re: [x265] I would like to contribute to x265

2014-02-10 Thread Steve Borho
On Mon, Feb 10, 2014 at 1:46 PM, dave dtyx...@gmail.com wrote: On 02/10/2014 10:41 AM, Steve Borho wrote: On Thu, Jan 30, 2014 at 12:31 PM, Steve Borho st...@borho.org wrote: On Wed, Jan 29, 2014 at 5:13 PM, dave dtyx...@gmail.com wrote: Hi All, I would like to offer my services

Re: [x265] I would like to contribute to x265

2014-02-10 Thread Deepthi Nandakumar
Hi, Can you take a look at what the following does? Does the decoder actually detect HRD parameters? # HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1387524067 -19800 # Node ID 3e794e059f7ffe0edaaf5432df5297631a0f44f6 # Parent

[x265] cleanup AMVP related

2014-02-10 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392091414 -32400 # Tue Feb 11 13:03:34 2014 +0900 # Node ID 116349aead02244e875bc180d016372545ca16ed # Parent d002f45eee16a00c6b077a40e4ff111a7e4ff8fb cleanup AMVP related diff -r d002f45eee16 -r 116349aead02

Re: [x265] I would like to contribute to x265

2014-02-10 Thread Steve Borho
On Mon, Feb 10, 2014 at 7:44 PM, dave dtyx...@gmail.com wrote: I think the denominator that you are looking for is already set in class TimingInfo. vui_num_units_in_tick(confusingly named, if I understand it correctly) and vui_time_scale are set based on frame rate. The other TimingInfo

[x265] [PATCH] vbv: set vbvminrate

2014-02-10 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar santhosh...@multicorewareinc.com # Date 1392104203 -19800 # Tue Feb 11 13:06:43 2014 +0530 # Node ID cd078d0dc0278dfca6e13e8f210cb6dda707e306 # Parent 07b5d6b82f5fbcb78ecab12cb8abcf13c78fe552 vbv: set vbvminrate diff -r 07b5d6b82f5f -r