[x265] [PATCH] lowres: right and bottom margins are being extended twice?

2013-10-21 Thread deepthi
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1382352322 -19800 # Node ID f987c24c7bf2d3e6df0f96b2c75f3e71ab15a85e # Parent b2aa2aad2c6654797befe6098b7d14609b060299 lowres: right and bottom margins are being extended twice? diff -r b2aa2aad2c66 -r

[x265] [PATCH] Lookahead: wavefront bugfix

2013-10-21 Thread deepthidevaki
# HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1382352679 -19800 # Node ID a13d5b9cf15e306823f840eb67d6a3c0e0f7eba9 # Parent b2aa2aad2c6654797befe6098b7d14609b060299 Lookahead: wavefront bugfix. conditionally assign estimated cost to avoid overwriting intra

Re: [x265] [PATCH] lowres : removed duplicate code for extending right and bottom margin

2013-10-21 Thread Deepthi Nandakumar
Thanks - unintended duplicate copy. Pushed the same fix before I saw this. On Mon, Oct 21, 2013 at 1:16 PM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1382341604 -19800 # Node ID

[x265] [PATCH] merge multiple encodeBinEP to encodeBinsEP

2013-10-21 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1382359024 -28800 # Node ID 881dea872e800800f2c987e5212a4554ff0abb6a # Parent 8fc308449916b49cea8b0839690d91cebcfb528b merge multiple encodeBinEP to encodeBinsEP diff -r 8fc308449916 -r 881dea872e80 source/Lib/TLibCommon/TComDataCU.cpp

[x265] [PATCH] ipfilterharness.cpp, modified chroma filter_hpp unit test code to support filter_vpp

2013-10-21 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1382359464 -19800 # Node ID 3666773b7ea1442b5222ea5ecf19d4d4ed140acc # Parent f987c24c7bf2d3e6df0f96b2c75f3e71ab15a85e ipfilterharness.cpp, modified chroma filter_hpp unit test code to support filter_vpp diff -r f987c24c7bf2 -r 3666773b7ea1

[x265] [PATCH] created function declerations for chroma_vpp

2013-10-21 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1382360233 -19800 # Node ID 5fbedc9da1c7201e1cac1c76fdbc5334e349a29d # Parent 3666773b7ea1442b5222ea5ecf19d4d4ed140acc created function declerations for chroma_vpp diff -r 3666773b7ea1 -r 5fbedc9da1c7 source/common/x86/ipfilter8.h ---

[x265] [PATCH] added C code for chroma filter_vpp function

2013-10-21 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1382361413 -19800 # Node ID b1b531241d70d96d09436fecad4c55879048c126 # Parent 5fbedc9da1c7201e1cac1c76fdbc5334e349a29d added C code for chroma filter_vpp function diff -r 5fbedc9da1c7 -r b1b531241d70 source/common/ipfilter.cpp ---

[x265] [PATCH] setup function pointers for interp_vert_pp_c

2013-10-21 Thread praveen
# HG changeset patch # User Praveen Tiwari # Date 1382362308 -19800 # Node ID 621a7bc682427eaa1fdc22c54a8e4ab435a03983 # Parent b1b531241d70d96d09436fecad4c55879048c126 setup function pointers for interp_vert_pp_c diff -r b1b531241d70 -r 621a7bc68242 source/common/ipfilter.cpp ---

[x265] My bug reports vor rev. ~400-450

2013-10-21 Thread LigH
Greetings. New to the maining list now, so please don't hit me for not knowing already handled issues in earlier reports... I got the recommendation to report bugs here, instead of just in the VideoHelp forum. So here are some I noticed in the last revisions built by El Heggunte or x265.cc's

Re: [x265] [PATCH] ratecontrol: initialize frameThreads

2013-10-21 Thread Rafaël Carré
https://bitbucket.org/multicoreware/x265/commits/3fe9a9d0a0b6279643c9272805f4d9b46c2cdcd9 =?utf-8?b?UmFmYcOrbCBDYXJyw6kgPGZ1bm1hbkB2aWRlb2xhbi5vcmc+?= committed Indeed :) I am sending these from my git hg clone with git send-email. Any idea how to make these patches more smooth from hg point

[x265] [PATCH 0 of 4 ] compute weighted frame costs for Aq

2013-10-21 Thread aarthi
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH 4 of 4] slicetype: calculate weighted frame costs for Aq

2013-10-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1382376878 -19800 # Mon Oct 21 23:04:38 2013 +0530 # Node ID 8bee2e580fd438b3fbf631c71cbdbbf8e3eef2ff # Parent 40c3771b3b15a68cda4f59f7f9a36f41d0733520 slicetype: calculate weighted frame costs for Aq diff -r

[x265] [PATCH 2 of 4] add methods to convert qpAqoffsets to qscale

2013-10-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1382375163 -19800 # Mon Oct 21 22:36:03 2013 +0530 # Node ID c7c0e7e85437aca8595dbc53432fd66ae85ac4a8 # Parent 371bb66ae9345ebed4e0c028daeec1d65009a663 add methods to convert qpAqoffsets to qscale diff -r

[x265] [PATCH 3 of 4] lowres: Add states to store weighted Aq costs per frame

2013-10-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1382375915 -19800 # Mon Oct 21 22:48:35 2013 +0530 # Node ID 40c3771b3b15a68cda4f59f7f9a36f41d0733520 # Parent c7c0e7e85437aca8595dbc53432fd66ae85ac4a8 lowres: Add states to store weighted Aq costs per frame.

Re: [x265] My bug reports vor rev. ~400-450

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 12:21 PM, LigH cont...@ligh.de wrote: Greetings. New to the maining list now, so please don't hit me for not knowing already handled issues in earlier reports... I got the recommendation to report bugs here, instead of just in the VideoHelp forum. So here are some I

Re: [x265] [PATCH] lowres: right and bottom margins are being extended twice?

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 5:45 AM, deep...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1382352322 -19800 # Node ID f987c24c7bf2d3e6df0f96b2c75f3e71ab15a85e # Parent b2aa2aad2c6654797befe6098b7d14609b060299 lowres: right and

Re: [x265] [PATCH] encoder:auto-padding to min CU size and set conformance window

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 3:42 AM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1382344931 -19800 # Node ID 7171863830432dbdbfaab8e9803a7526c3500088 # Parent ff8860e0b3082cbb1848e0f5c89e73dc1d7aa87e

Re: [x265] [PATCH] ipfilterharness.cpp, added test correctness code for ipfilter_vpp function

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 6:03 AM, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1382353374 -19800 # Node ID 277566af8b39f2b9021688180d8666e69fdd2bc3 # Parent db5f623d84ba57dadd22c7d6d2c8ea154b976add ipfilterharness.cpp, added test correctness code for

Re: [x265] [PATCH] setup function pointers for interp_vert_pp_c

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 8:32 AM, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1382362308 -19800 # Node ID 621a7bc682427eaa1fdc22c54a8e4ab435a03983 # Parent b1b531241d70d96d09436fecad4c55879048c126 setup function pointers for interp_vert_pp_c

Re: [x265] [PATCH] added C code for chroma filter_vpp function

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 8:17 AM, prav...@multicorewareinc.com wrote: # HG changeset patch # User Praveen Tiwari # Date 1382361413 -19800 # Node ID b1b531241d70d96d09436fecad4c55879048c126 # Parent 5fbedc9da1c7201e1cac1c76fdbc5334e349a29d added C code for chroma filter_vpp function diff

Re: [x265] [PATCH] Adapting weightp primitive for pixel input

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 6:21 AM, sha...@multicorewareinc.com wrote: # HG changeset patch # User Shazeb Nawaz Khan sha...@multicorewareinc.com # Date 1382354467 -19800 # Mon Oct 21 16:51:07 2013 +0530 # Node ID 3e732910246416da437183675b0892f6ebb43005 # Parent

Re: [x265] [PATCH] ratecontrol: initialize frameThreads

2013-10-21 Thread Deepthi Nandakumar
Yes, hg import worked fine. You probably need to configure your username in git settings to firstname lastname. Does this help? https://help.github.com/articles/setting-your-username-in-git On Mon, Oct 21, 2013 at 10:52 PM, Rafaël Carré fun...@videolan.org wrote:

Re: [x265] [PATCH] merge multiple encodeBinEP to encodeBinsEP

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 7:37 AM, Min Chen chenm...@163.com wrote: # HG changeset patch # User Min Chen chenm...@163.com # Date 1382359024 -28800 # Node ID 881dea872e800800f2c987e5212a4554ff0abb6a # Parent 8fc308449916b49cea8b0839690d91cebcfb528b merge multiple encodeBinEP to encodeBinsEP

Re: [x265] [PATCH 4 of 4] slicetype: calculate weighted frame costs for Aq

2013-10-21 Thread Steve Borho
On Mon, Oct 21, 2013 at 12:35 PM, aar...@multicorewareinc.com wrote: # HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1382376878 -19800 # Mon Oct 21 23:04:38 2013 +0530 # Node ID 8bee2e580fd438b3fbf631c71cbdbbf8e3eef2ff # Parent