[x265] Aborting with a warning?!? - x265 [warning]: extra unused command arguments given 1

2013-12-16 Thread Selur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Called with: x265 --threads 0 --frame-threads 0 --log 2 --input - --input-depth 8 - --input-res 640x352 --fps 25 --frames 429 --wpp --ctu 64 - --tu-intra-depth 1 --tu-inter-depth 1 --me 1 --subme 2 --merange 60 - --rect --amp --max-merge 2

[x265] [PATCH] rd level: fix for output mismatch

2013-12-16 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddy # Date 1387182478 -19800 # Node ID 70a5357626fe2f45f0c462871c26b468a023a322 # Parent 238d7f272d1e5c49d90bb15f40b2d7e90be78ba1 rd level: fix for output mismatch For boundary conditions, cost calculation was wrong. diff -r 238d7f272d1e -r

[x265] [PATCH] TEncCu: reintroduce a macro which was removed while merging

2013-12-16 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddy # Date 1387182734 -19800 # Node ID a5b5595504bebedc692d295b220a0814f0d6cc11 # Parent 70a5357626fe2f45f0c462871c26b468a023a322 TEncCu: reintroduce a macro which was removed while merging diff -r 70a5357626fe -r a5b5595504be

[x265] [PATCH] TComDataCU: fix gcc warning

2013-12-16 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddy # Date 1387183634 -19800 # Node ID 16434925a1cf7e0e79fdc85b269fede0dd235942 # Parent a5b5595504bebedc692d295b220a0814f0d6cc11 TComDataCU: fix gcc warning diff -r a5b5595504be -r 16434925a1cf source/Lib/TLibCommon/TComDataCU.cpp ---

[x265] [PATCH] rd level: remove unnecessary calculations in intra residual encoding

2013-12-16 Thread deepthidevaki
# HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1387184637 -19800 # Node ID a8e34580f5354f281a0d8bbebbee75a3e62b6824 # Parent 238d7f272d1e5c49d90bb15f40b2d7e90be78ba1 rd level: remove unnecessary calculations in intra residual encoding calcrecon calculates

Re: [x265] [PATCH] rd level: fix for output mismatch

2013-12-16 Thread Sumalatha Polureddy
On Mon, Dec 16, 2013 at 2:49 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: On Mon, Dec 16, 2013 at 1:58 PM, sumala...@multicorewareinc.com wrote: # HG changeset patch # User Sumalatha Polureddy # Date 1387182478 -19800 # Node ID 70a5357626fe2f45f0c462871c26b468a023a322 #

Re: [x265] [PATCH] rd level: use cu coeff array while computing coefficients instead of temp buffer

2013-12-16 Thread Deepthi Nandakumar
Build fails. Restore qtlayer. On Mon, Dec 16, 2013 at 3:07 PM, deepthidev...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1387185624 -19800 # Node ID f20e5ab835cd7071d9ebeabff50f6b9fef4d3e39 # Parent

[x265] [PATCH] compress: remove unused variables

2013-12-16 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddy # Date 1387191558 -19800 # Node ID 35c47ea3b228e2c5e0485483b3f33aa25cc667e4 # Parent 16434925a1cf7e0e79fdc85b269fede0dd235942 compress: remove unused variables diff -r 16434925a1cf -r 35c47ea3b228 source/encoder/compress.cpp ---

[x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1387195927 -19800 # Node ID bdc7afa5ba5afee7113ac0d427fbfc660359716d # Parent 3dae450a06a4b390ce6fd947d5095b739b01c6d8 rc: Calculate the variance data for weighted prediction if aq-mode is disable diff -r 3dae450a06a4

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
Am I missing something here? You have added code in the else part - if(AQ is disabled), we are already calculating variance for weightP. On Mon, Dec 16, 2013 at 5:43 PM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
Ughh - there's something wrong with my hg import. All clear now. On Mon, Dec 16, 2013 at 10:34 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Am I missing something here? You have added code in the else part - if(AQ is disabled), we are already calculating variance for weightP.

Re: [x265] [PATCH] rc: Calculate the variance data for weighted prediction if aq-mode is disable

2013-12-16 Thread Deepthi Nandakumar
What about the variance value returned by acEnergyCu? On Mon, Dec 16, 2013 at 10:43 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Ughh - there's something wrong with my hg import. All clear now. On Mon, Dec 16, 2013 at 10:34 PM, Deepthi Nandakumar

[x265] Warnings during build - on Mac OS X 10.6.8

2013-12-16 Thread Selur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nothing seriously, just wanted to note that building on Mac OS throws some warnings during building. /Users/selur/x265/source/Lib/TLibCommon/TComSlice.h: In constructor ‘x265::TComSlice::TComSlice()’:

[x265] [PATCH] rc: bug fix for variance data calculation for weighted prediction when aq-mode is disable

2013-12-16 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1387257603 -19800 # Node ID 6f1a39a9e886cf7c7a9ccf2948ca3e87d45abb12 # Parent baf811614a7a25816aa5a7a631966e1cd392518c rc: bug fix for variance data calculation for weighted prediction when aq-mode is disable diff -r

[x265] [PATCH] rd level: use cu coeff array while computing Intra coefficients instead of temp buffer

2013-12-16 Thread deepthidevaki
# HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1387188225 -19800 # Node ID dab555fff5bda83ba14d073c4a5268df81547fcb # Parent baf811614a7a25816aa5a7a631966e1cd392518c rd level: use cu coeff array while computing Intra coefficients instead of temp buffer diff

[x265] [PATCH 1 of 1] rd: fix wrong chroma mode used for mode decision

2013-12-16 Thread deepthidevaki
# HG changeset patch # User Deepthi Devaki deepthidev...@multicorewareinc.com # Date 1387264204 -19800 # Node ID 733a48d9f006cf1ec26411edfb6638e208eca8fe # Parent dab555fff5bda83ba14d073c4a5268df81547fcb rd: fix wrong chroma mode used for mode decision diff -r dab555fff5bd -r 733a48d9f006

[x265] [PATCH 0 of 1 ] Bug fix: Output changes

2013-12-16 Thread deepthidevaki
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

Re: [x265] Aborting with a warning?!? - x265 [warning]: extra unused command arguments given 1

2013-12-16 Thread Selur
Thanks for clearing that up, would be good if x265 could inform the user which option is causing the problem. On 17.12.2013 01:50, Steve Borho wrote: On Mon, Dec 16, 2013 at 2:09 AM, Selur hyb...@selur.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Called with: x265 --threads 0

[x265] [PATCH] slicetype: remove --refresh and use --open-gop(default: enable)

2013-12-16 Thread kavitha
# HG changeset patch # User Kavitha Sampath kavi...@multicorewareinc.com # Date 1387266260 -19800 # Tue Dec 17 13:14:20 2013 +0530 # Node ID 17bb20c49d67b1d9d02770e7b5dff8381199c527 # Parent 4b0163d06ba19d433749a659365b4364c32c8eae slicetype: remove --refresh and use --open-gop(default:

[x265] [PATCH 2 of 2] fix yasm warning 'trailing garbage after expression'

2013-12-16 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1387261198 -28800 # Node ID 9337d1a6be9866be991a150f654e26a536b8517e # Parent eff0c2abda8ec2c091688a4312d3c6e65288fe22 fix yasm warning 'trailing garbage after expression' diff -r eff0c2abda8e -r 9337d1a6be98

[x265] [PATCH 1 of 2] fix crash in pixel_var_16x16_internal, because RateControl::acEnergyCu() call it with unalignment pointer

2013-12-16 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1387248448 -28800 # Node ID eff0c2abda8ec2c091688a4312d3c6e65288fe22 # Parent 517eadc29cf6f7c90810b4f997fb3e762895aa6e fix crash in pixel_var_16x16_internal, because RateControl::acEnergyCu() call it with unalignment pointer diff -r