[x265] [PATCH] asm: correct improper macro

2014-02-20 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G dnyanesh...@multicorewareinc.com # Date 1392885326 -19800 # Thu Feb 20 14:05:26 2014 +0530 # Node ID 7e1d61e583b8c28280fe79bc29e2f4a66579d061 # Parent 3389061b75a486e004409ab628c46fed39d03b72 asm: correct improper macro diff -r 3389061b75a4 -r

Re: [x265] APPCRASH in x265 0.7+207 while encoding in preset 'slow' or slower...

2014-02-20 Thread Mario *LigH* Rohkrämer
Am 20.02.2014, 00:19 Uhr, schrieb Steve Borho st...@borho.org: But quality in default CRF 28 is now a lot worse, files now even about half the size as before, in presets {fast..placebo}. --preset faster: 544.26 kbps, 20.311 dB SSIM --preset fast: 56.79 kbps, 13.542 dB SSIM --preset slow: 51.78

[x265] cleanup useless getMvPred*(): always zero mv

2014-02-20 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392889699 -32400 # Thu Feb 20 18:48:19 2014 +0900 # Node ID 5d27f9feb54079cb63937c342513f2428670b0f5 # Parent 3389061b75a486e004409ab628c46fed39d03b72 cleanup useless getMvPred*(): always zero mv diff -r 3389061b75a4

[x265] [PATCH 0 of 6 ] cu level vbv ratecontrol

2014-02-20 Thread aarthi
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH 4 of 6] vbv: fix bugs in vbv flow with single pass ABR

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 139283 -19800 # Thu Feb 20 18:09:53 2014 +0530 # Node ID c5c07a3ee7fcf0f331f06f83b7b3bc0b1bcc1668 # Parent ebc23ec5ac1c5f8e2abe0d0b88414fabd2fdf1bb vbv: fix bugs in vbv flow with single pass ABR diff -r ebc23ec5ac1c -r c5c07a3ee7fc

[x265] [PATCH 5 of 6] vbv: implement row wise vbvRateControl at each row diagonal

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392900828 -19800 # Thu Feb 20 18:23:48 2014 +0530 # Node ID 49b90667f050a7dd9c28b5017f389f5c29a1c191 # Parent c5c07a3ee7fcf0f331f06f83b7b3bc0b1bcc1668 vbv: implement row wise vbvRateControl at each row diagonal. diff -r c5c07a3ee7fc -r

[x265] [PATCH 6 of 6] vbv: integrate row level vbv ratecontrol at each major row diagonal

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392901254 -19800 # Thu Feb 20 18:30:54 2014 +0530 # Node ID 650d5f835e417f45bd8a9f86465ca1909eaa9526 # Parent 49b90667f050a7dd9c28b5017f389f5c29a1c191 vbv: integrate row level vbv ratecontrol at each major row diagonal. diff -r

Re: [x265] [PATCH] asm: modified the range of scale value in dequant

2014-02-20 Thread chen
right now At 2014-02-20 14:12:47,muru...@multicorewareinc.com wrote: # HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1392876751 -19800 # Thu Feb 20 11:42:31 2014 +0530 # Node ID 96e64ac56117b13b1f1ff098e1c3e6f28b3bf3f4 # Parent

Re: [x265] [PATCH] encoder: enable VUI; set HRD parameters in SPS

2014-02-20 Thread dave
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1392883371 -19800 # Node ID 3934859d310bcc3f54ad1855dd94bd71eb0e7457 # Parent 3389061b75a486e004409ab628c46fed39d03b72 encoder: enable VUI; set HRD parameters in SPS. You can now add a VUI on the cli. Use --vui

[x265] [PATCH] user: David T Yuen dtyx...@gmail.com

2014-02-20 Thread dtyx265
# HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1392928085 28800 # Node ID 648dcea58040691e9ca56dd71e33b619e8769fa8 # Parent db784e7cf7d8b58723dd9e5d6bea8c46c5102a15 user: David T Yuen dtyx...@gmail.com branch 'default' changed source/common/common.cpp Added parameter checking

Re: [x265] [PATCH] Added command line options to generate a VUI and add it to the coded bitstream

2014-02-20 Thread Derek Buitenhuis
On 2/19/2014 6:01 PM, dtyx...@gmail.com wrote: +bool getTilesFixedStructureFlag() { return m_tilesFixedStructureFlag; } + +void setTilesFixedStructureFlag(bool i) { m_tilesFixedStructureFlag = i; } I know this patch is pushed, but I feel it's a good time to say: This is stupid. This

[x265] [PATCH] Added better vui parameter checking

2014-02-20 Thread dtyx265
# HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1392935264 28800 # Node ID fe18d3e9e8ccca9ba618e1292e1a4e415e0d3547 # Parent 549f5bf10211da2b5b427d4ea0a87eb7ef20341b Added better vui parameter checking diff -r 549f5bf10211 -r fe18d3e9e8cc source/common/common.cpp ---

Re: [x265] [PATCH] encoder: enable VUI; set HRD parameters in SPS

2014-02-20 Thread Deepthi Nandakumar
This patch has been superseded by the one that enables it from the CLI. I removed this one from patch list on patchworks. On Fri, Feb 21, 2014 at 1:14 AM, Steve Borho st...@borho.org wrote: On Thu, Feb 20, 2014 at 12:17 PM, dave dtyx...@gmail.com wrote: # HG changeset patch # User

Re: [x265] (no subject)

2014-02-20 Thread chen
At 2014-02-21 10:13:56,Satoshi Nakagawa nakagawa...@oki.com wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392948676 -32400 # Fri Feb 21 11:11:16 2014 +0900 # Node ID 66d8cb6573f27b29a9dc92ec480c635f0de48c03 # Parent 894bde574bc1678471e0c23ceb381a806768ea95

Re: [x265] [PATCH] Added command line options to generate a VUI and add it to the coded bitstream

2014-02-20 Thread Steve Borho
On Thu, Feb 20, 2014 at 5:31 PM, dave dtyx...@gmail.com wrote: snip I have already found a minor nit here and there so you will probably see me submit a relevant tweak here and there. Ok There looks like a lot of cruft in the design of x265, mostly from the HM base, If you want get rid of it

[x265] asm: update count_nonzero, add testbench

2014-02-20 Thread Satoshi Nakagawa
+pshufd m1, m1, 0 +packssdwm1, m1 packssdw is expendsive instruction, pshuflw+punpcklqdq is better. revised, thanks. # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392953002 -32400 # Fri Feb 21 12:23:22 2014 +0900 # Node ID

Re: [x265] APPCRASH in x265 0.7+207 while encoding in preset 'slow' or slower...

2014-02-20 Thread Steve Borho
On Wed, Feb 19, 2014 at 1:03 AM, Mario *LigH* Rohkrämer cont...@ligh.de wrote: Am 18.02.2014, 18:34 Uhr, schrieb Steve Borho st...@borho.org: On Tue, Feb 18, 2014 at 8:33 AM, JMK three4tee...@coldmail.nu wrote: @ the MCW x265 team: wouldn't it be the time to setup a testbot or something?

[x265] clear m_tempPel only once

2014-02-20 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392962042 -32400 # Fri Feb 21 14:54:02 2014 +0900 # Node ID 3706b57addade77ee6d06bd95600c99e80abb93a # Parent 0c19c44af2d3a8825d804597f1c2f82e32e4d4b7 clear m_tempPel only once diff -r 0c19c44af2d3 -r 3706b57addad

[x265] [PATCH 2 of 6] vbv: enable vbvLookahead for Keyframes; accumulate frame rowSatds from lowres rowSatds

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392896018 -19800 # Thu Feb 20 17:03:38 2014 +0530 # Node ID cbfb5bc44d6b8b74dc299a1c31bcfaa71dde2865 # Parent d90c9b27f413a4b00079a31ca7b0411a5fb8eb19 vbv: enable vbvLookahead for Keyframes; accumulate frame rowSatds from lowres

[x265] [PATCH 1 of 6] vbv: Introduce states to hold row data for row level VBV ratecontrol

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392958743 -19800 # Fri Feb 21 10:29:03 2014 +0530 # Node ID d90c9b27f413a4b00079a31ca7b0411a5fb8eb19 # Parent 0c19c44af2d3a8825d804597f1c2f82e32e4d4b7 vbv: Introduce states to hold row data for row level VBV ratecontrol. diff -r

[x265] [PATCH 0 of 6 ] vbv ratecontrol revised.

2014-02-20 Thread aarthi
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH 5 of 6] vbv: implement row wise vbvRateControl at each row diagonal

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392962748 -19800 # Fri Feb 21 11:35:48 2014 +0530 # Node ID 22d4811e0676fbec5e8bf96d99be9b98020fc89f # Parent d058d4dd84a547b9b72a043ed065a94220b2f32b vbv: implement row wise vbvRateControl at each row diagonal diff -r d058d4dd84a5 -r

[x265] [PATCH 3 of 6] vbv: Add row predictors, rc states for vbv

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392898673 -19800 # Thu Feb 20 17:47:53 2014 +0530 # Node ID 9517ea331f3e87f41c687db11de02cb95ded8756 # Parent cbfb5bc44d6b8b74dc299a1c31bcfaa71dde2865 vbv: Add row predictors, rc states for vbv. diff -r cbfb5bc44d6b -r 9517ea331f3e

[x265] [PATCH 6 of 6] vbv: integrate row level vbv ratecontrol at each major row diagonal

2014-02-20 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1392901254 -19800 # Thu Feb 20 18:30:54 2014 +0530 # Node ID 72f607f2dc765007149c1d933ec18154f513c5e7 # Parent 22d4811e0676fbec5e8bf96d99be9b98020fc89f vbv: integrate row level vbv ratecontrol at each major row diagonal. diff -r

[x265] [PATCH] common: validate bframe and maxCUSize for positive values

2014-02-20 Thread sumalatha
# HG changeset patch # User Sumalatha Polureddy # Date 1392966000 -19800 # Node ID 00faf694d2feefbe49a8d91ac4afaada93cab53c # Parent 0c19c44af2d3a8825d804597f1c2f82e32e4d4b7 common: validate bframe and maxCUSize for positive values diff -r 0c19c44af2d3 -r 00faf694d2fe source/common/common.cpp

[x265] Unclear VUI options

2014-02-20 Thread Mario *LigH* Rohkrämer
The possibly unintended indentation of this line (due to a later inserted [no-], I believe) made me wonder what the desired format of this parameter is: --[no-]range — Specify black level and range of luma and chroma signals. Default of disabled I use to know terms like TV range (Luma:

Re: [x265] clear m_tempPel only once

2014-02-20 Thread Steve Borho
On Thu, Feb 20, 2014 at 11:57 PM, Satoshi Nakagawa nakagawa...@oki.com wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1392962042 -32400 # Fri Feb 21 14:54:02 2014 +0900 # Node ID 3706b57addade77ee6d06bd95600c99e80abb93a # Parent