[x265] [PATCH] remove redudant check

2016-05-11 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1462951468 -19800 # Wed May 11 12:54:28 2016 +0530 # Node ID 25f23511cbf4ca6ab11352c994b3d455d2f83ec0 # Parent a5362b9533f6a5b77740b4e8f97dba2555b6f929 remove redudant check diff -r a5362b9533f6 -r 25f235

[x265] [PATCH] analysis: introduce analysis refinement level for analysis save/load feature

2016-04-12 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1460440996 -19800 # Tue Apr 12 11:33:16 2016 +0530 # Node ID 710856d0242825e49b7dbf967d9b715c4b0e8c39 # Parent 40afead3177d7c128066334bfe075042388e86b0 analysis: introduce analysis refinement level for analysi

[x265] [PATCH] analysis: skip rect/amp in analysis load mode

2016-03-27 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1458817615 -19800 # Thu Mar 24 16:36:55 2016 +0530 # Node ID 5bccf2596d8a1d66a6a9d460e65b1b9b93c2d112 # Parent 2de6cb99313a03c3577934ac5e2e116f7ba6cd10 analysis: skip rect/amp in analysis load mode Avoid doin

[x265] [PATCH] add encodeOrder field to Frame class

2016-03-10 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457605128 -19800 # Thu Mar 10 15:48:48 2016 +0530 # Node ID 8d98a1d91aa8ed6bee56ff5269afe1eb3fe86c0a # Parent 3bebe9f8aa3c8303c3d65fc0f96ac6a1de754869 add encodeOrder field to Frame class diff -r 3bebe9f8a

[x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457594824 -19800 # Thu Mar 10 12:57:04 2016 +0530 # Node ID 5a7d55313b7741f3d0bd6134d2451b5989f517ed # Parent 4a389ff5cdc32a7cd01f1dac39090930b54f2ea1 analysis: init depth and mode analysis buffer at the be

Re: [x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread Sagar Kotecha
Yes. Thanks. Sending updated patch. -- Sagar On Thu, Mar 10, 2016 at 12:47 PM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > > > On Wed, Mar 9, 2016 at 2:22 PM, <sa...@multicorewareinc.com> wrote: > >> # HG changeset patch >> # User Saga

[x265] [PATCH] param: return gracefully on invalid analysis mode option

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457507471 -19800 # Wed Mar 09 12:41:11 2016 +0530 # Node ID 59bb56eaa7a7d1f604eb163cdcdd23e17769b09a # Parent 8999a30d29f479d8dc8425046c26af8581cfa2ba param: return gracefully on invalid analysis mode option

[x265] [PATCH] analysis: Improve and fix indexing issue for analysis-load/save

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457415892 -19800 # Tue Mar 08 11:14:52 2016 +0530 # Node ID 67b63012de821913ecde12c000d09a5a8e5c76fa # Parent 42fd78c163fbae6992493ade1ac0f693b0d38d84 analysis: Improve and fix indexing issue for analysis-loa

[x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457442015 -19800 # Tue Mar 08 18:30:15 2016 +0530 # Node ID 8999a30d29f479d8dc8425046c26af8581cfa2ba # Parent 67b63012de821913ecde12c000d09a5a8e5c76fa analysis: init depth and mode analysis buffer at the be

[x265] [PATCH] analysis: Do not save/load MV's if analysis mode is enabled

2016-03-08 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1457341277 -19800 # Mon Mar 07 14:31:17 2016 +0530 # Node ID 42fd78c163fbae6992493ade1ac0f693b0d38d84 # Parent 88aebc166fa8e16f91d5f0acce77690003be9d91 analysis: Do not save/load MV's if analysis mode is e

[x265] [PATCH 2 of 3] analysis: Reduce data dump in analysis save mode for intra picture

2016-01-27 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1453714155 -19800 # Mon Jan 25 14:59:15 2016 +0530 # Node ID 73dedfb8c0f69ce86207df0a754db84fd7aec4ab # Parent b55927cec2d00aef0c80dd0866fce0424fb9cc45 analysis: Reduce data dump in analysis save mode for

[x265] [PATCH 3 of 3] analysis: Reduce data dump in analysis save mode for inter picture

2016-01-27 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1453714190 -19800 # Mon Jan 25 14:59:50 2016 +0530 # Node ID 020efdd561f77237d1ebe42f96869b28573f96ae # Parent 73dedfb8c0f69ce86207df0a754db84fd7aec4ab analysis: Reduce data dump in analysis save mode for

[x265] [PATCH 1 of 3] clean analysis save/load read/write

2016-01-27 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1453711892 -19800 # Mon Jan 25 14:21:32 2016 +0530 # Node ID b55927cec2d00aef0c80dd0866fce0424fb9cc45 # Parent f548abe8eae8fb75513a85d1b09233e706c7b5ba clean analysis save/load read/write diff -r f548abe8e

[x265] [PATCH 0 of 3 ] analysis save/load

2016-01-27 Thread sagar
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH] analysis: allocate analysis load/save memory based on slicetype

2015-12-18 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1450440620 -19800 # Fri Dec 18 17:40:20 2015 +0530 # Node ID 81476a951bd84dbf2a261387b32e8dd302ef97fa # Parent 942587f1ab4484ce69a818ce9c8adc59c38fe239 analysis: allocate analysis load/save memory based on sli

[x265] [PATCH] analysis: fix output mismatch and crash for rd level 5 and 6 in ANALYSIS_SAVE/LOAD

2015-12-15 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1450181661 -19800 # Tue Dec 15 17:44:21 2015 +0530 # Node ID b8954d4b24a6b35901fe05bb6a2b39997f06486a # Parent e951ab673b1c3d41ef86bc623f20ecc768d3f5c5 analysis: fix output mismatch and crash for rd level 5

[x265] [PATCH] analysis: Dump/reuse scenecut and satdCost of lowres in analysis save and load

2015-11-29 Thread sagar
# HG changeset patch # User Sagar Kotecha<sa...@multicorewareinc.com> # Date 1448862818 -19800 # Mon Nov 30 11:23:38 2015 +0530 # Node ID 52746770cc6d8cf48200eda65184ef2fc7468d0b # Parent 687f397dcd65fba080d46b4fd502a8425589cf19 analysis: Dump/reuse scenecut and satdCost of

[x265] [PATCH] analysis-load: fix bug in indexing saved references and merge candidates

2015-11-25 Thread sagar
# HG changeset patch # User Kavitha Sampath # Date 1446625537 -19800 # Wed Nov 04 13:55:37 2015 +0530 # Node ID 400d625864498f0f08629579157fb2f67703b7a1 # Parent e90c2d74de88459dd18837765a310a462d9679ec analysis-load: fix bug in indexing saved references and

[x265] [PATCH] analysis-load: reuse lowres MVs computed in save mode

2015-11-25 Thread sagar
# HG changeset patch # User Kavitha Sampath # Date 1446793431 -19800 # Fri Nov 06 12:33:51 2015 +0530 # Node ID a5d409d087dccdd2bfcfb6329a685e86fd71 # Parent 400d625864498f0f08629579157fb2f67703b7a1 analysis-load: reuse lowres MVs computed in save mode

Re: [x265] [PATCH] regression: update test commandlines

2015-11-25 Thread Sagar Kotecha
No we are not checking. Will be added. On Thu, Nov 26, 2015 at 9:37 AM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > Thanks, for analysis-load and save, are we checking that the outputs match > exactly? > > On Tue, Nov 24, 2015 at 12:03 PM, wrote: >

[x265] [PATCH] consider skip cost in lookahead cost estimation

2015-11-05 Thread sagar
# HG changeset patch # User sa...@multicorewareinc.com # Date 1446785051 -19800 # Fri Nov 06 10:14:11 2015 +0530 # Node ID 4013786f7013c20b073cbd58ff02b64af8f4f15f # Parent 39c35f175c8c515860ae4ea8ec75e15bc115d530 consider skip cost in lookahead cost estimation diff -r 39c35f175c8c -r

Re: [x265] [PATCH] consider skip cost in lookahead cost estimation

2015-11-05 Thread Sagar Kotecha
On Fri, Nov 6, 2015 at 11:46 AM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > This patch got pushed accidentally, I think we still need some work here. > > On Fri, Nov 6, 2015 at 10:15 AM, wrote: > >> # HG changeset patch >> # User

[x265] [PATCH] include skip mode in lowres frame cost estimation

2015-10-05 Thread sagar
# HG changeset patch # User Sagar Kotecha <sa...@multicorewareinc.com> # Date 1444046451 -19800 # Mon Oct 05 17:30:51 2015 +0530 # Node ID 8986245934895f0980128a571e982d8ee762cadb # Parent 6e7761bdfe23addb862483f8407b388800de7d92 include skip mode in lowres frame cost estimation d

[x265] [PATCH] remove unnecessary function argument

2015-09-30 Thread sagar
# HG changeset patch # User Sagar Kotecha <sa...@multicorewareinc.com> # Date 1443605235 -19800 # Wed Sep 30 14:57:15 2015 +0530 # Node ID 6e7761bdfe23addb862483f8407b388800de7d92 # Parent 350c21c514ffee015e61512dc7792a2738d32a65 remove unnecessary function argument diff -r 350c21c51

[x265] [PATCH] Add emergency denoising when frame qp QP_MAX_SPEC

2015-08-19 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1439978360 -19800 # Node ID 8878f03570b2a8d0207f5e96bae3900de5653ec0 # Parent 2980141a744a569ad6f60dbebdece76a4eababfd Add emergency denoising when frame qp QP_MAX_SPEC This feature is ported from x264, and is turned

Re: [x265] [PATCH] Add emergency denoising when frame qp QP_MAX_SPEC

2015-08-09 Thread Sagar Kotecha
On Wed, Aug 5, 2015 at 8:42 PM, Steve Borho st...@borho.org wrote: On 08/05, Sagar Kotecha wrote: On Tue, Aug 4, 2015 at 11:02 PM, Steve Borho st...@borho.org wrote: On 08/04, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com

Re: [x265] [PATCH] Add emergency denoising when frame qp QP_MAX_SPEC

2015-08-05 Thread Sagar Kotecha
On Tue, Aug 4, 2015 at 11:02 PM, Steve Borho st...@borho.org wrote: On 08/04, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1438676290 -19800 # Tue Aug 04 13:48:10 2015 +0530 # Node ID

[x265] [PATCH] Add emergency denoising when frame qp QP_MAX_SPEC

2015-08-04 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1438676290 -19800 # Tue Aug 04 13:48:10 2015 +0530 # Node ID bf5c5aca1a24eb4699d99a3ce4de386096219a5a # Parent d5278c76d341b3bac405938dbfb64cb7e2d9bce5 Add emergency denoising when frame qp QP_MAX_SPEC This feature

[x265] [PATCH] port emergency mode feature from x264

2015-07-27 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1437997463 -19800 # Mon Jul 27 17:14:23 2015 +0530 # Node ID b554b7cba38d66ade3feda62a40878f143737366 # Parent b015514a93868e2dcf431d2e94b147861076a376 port emergency mode feature from x264 The emergency mode

[x265] [PATCH] add avx version for chroma_copy_ss 16x4, 16x8, 16x12, 16x16, 16x24, 16x32, 16x64 based on csp, approx 1.5x-2x speedup over SSE

2014-09-23 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1411456622 -19800 # Tue Sep 23 12:47:02 2014 +0530 # Node ID 166ed7f88b9205eb585f88c7ab43ab02b29ace69 # Parent ee76b64fd051b529cc57c4fae7d8b7e0b6f8463e add avx version for chroma_copy_ss 16x4, 16x8, 16x12, 16x16, 16x24, 16x32, 16x64 based

Re: [x265] [PATCH] add avx version for chroma_copy_ss 16x4, 16x8, 16x12, 16x16, 16x24, 16x32, 16x64 based on csp, approx 1.5x-2x speedup over SSE

2014-09-23 Thread Sagar Kotecha
OK. With Regards, Sagar On Tue, Sep 23, 2014 at 2:10 AM, chen chenm...@163.com wrote: At 2014-09-22 21:15:57,sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1411391728 -19800 # Mon Sep 22 18:45:28 2014 +0530 # Node ID

[x265] [PATCH] blockcopy_ss: 64x16, 64x32, 64x48, 64x64 AVX version of asm code, approx double speedup comapre to SSE

2014-09-23 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1411477373 -19800 # Tue Sep 23 18:32:53 2014 +0530 # Node ID 063c3005a181b22fb2b947ab3779479a6d2fae14 # Parent 166ed7f88b9205eb585f88c7ab43ab02b29ace69 blockcopy_ss: 64x16, 64x32, 64x48, 64x64 AVX version of asm code, approx double speedup

[x265] [PATCH] add avx version for chroma_copy_ss 16x4, 16x8, 16x12, 16x16, 16x24, 16x32, 16x64 based on csp, approx 1.5x-2x speedup over SSE

2014-09-22 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1411391728 -19800 # Mon Sep 22 18:45:28 2014 +0530 # Node ID 2fb0a3286265a757c94a36cec0695817116d5260 # Parent fd435504f15e0b13dabba9efe0aa94e7047060b5 add avx version for chroma_copy_ss 16x4, 16x8, 16x12, 16x16

[x265] [PATCH] blockcopy_pp: 64x16, 64x32, 64x48, 64x64 AVX version of asm code, approx double speedup comapre to SSE

2014-09-19 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1411128766 -19800 # Fri Sep 19 17:42:46 2014 +0530 # Node ID d9587b52627426d4c3ff6ef5df2d8d750f401b1b # Parent 4680ab4f92b8cc809b1e8dbc927126ec70bcc5c5 blockcopy_pp: 64x16, 64x32, 64x48, 64x64 AVX version of asm code

[x265] [PATCH] add fanout validation module to check param compatibility

2014-09-16 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410852729 -19800 # Tue Sep 16 13:02:09 2014 +0530 # Node ID b9b5032d1608b04e6969cad794e9d31a07813168 # Parent 67ee212bbf78f7192e5c5af6b53304468bfa55b1 add fanout validation module to check param compatibility diff

Re: [x265] [PATCH] add fanout validation module to check param compatibility

2014-09-16 Thread Sagar Kotecha
Ignore patch. With Regards, Sagar On Tue, Sep 16, 2014 at 1:06 PM, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410852729 -19800 # Tue Sep 16 13:02:09 2014 +0530 # Node ID b9b5032d1608b04e6969cad794e9d31a07813168

[x265] [PATCH] add fanout validation module to check param compatibility

2014-09-16 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410870006 -19800 # Tue Sep 16 17:50:06 2014 +0530 # Node ID fa9246f437db2bb6726285ea8bfc65e742aba9ec # Parent 1de67321275e70d510f0df3d5b7d4b9d391a1e66 add fanout validation module to check param compatibility diff

[x265] [PATCH] add fanout validation module to check param compatibility

2014-09-15 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410784964 -19800 # Mon Sep 15 18:12:44 2014 +0530 # Node ID 48ce21d7a0633a2650994d58987c5489608b6c57 # Parent 67ee212bbf78f7192e5c5af6b53304468bfa55b1 add fanout validation module to check param compatibility diff

[x265] [PATCH 3 of 4] store analysis information in buffers

2014-09-11 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410443605 -19800 # Thu Sep 11 19:23:25 2014 +0530 # Node ID 089f8764b2ebe7f6eb5f29133cdc62e799e74587 # Parent 707d9fe762d987803aef15760cb4a6ff01965c32 store analysis information in buffers diff -r 707d9fe762d9 -r

[x265] [PATCH 1 of 4] add analysis data structures and param options

2014-09-11 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410443320 -19800 # Thu Sep 11 19:18:40 2014 +0530 # Node ID 5524e76b14e4b532925cd094da039fe8fa0d2edc # Parent 012f315d3eda8044f5a49865e15ba2943fbab094 add analysis data structures and param options diff -r

[x265] [PATCH 2 of 4] api: introduce x265_alloc_analysis_data and x265_free_analysis_data methods to allocate and free analysis buffers

2014-09-11 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410443497 -19800 # Thu Sep 11 19:21:37 2014 +0530 # Node ID 707d9fe762d987803aef15760cb4a6ff01965c32 # Parent 5524e76b14e4b532925cd094da039fe8fa0d2edc api: introduce x265_alloc_analysis_data

[x265] [PATCH 1 of 4] add analysis data structures and param options

2014-09-10 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410350715 -19800 # Wed Sep 10 17:35:15 2014 +0530 # Node ID 177916d7a3089e90c973dd5dc7428bf68df728d0 # Parent 81c9f704ae38a75c070d1b9b3822cbf2a36959b2 add analysis data structures and param options diff -r

[x265] [PATCH 2 of 4] api: introduce x265_alloc_analysis_data and x265_free_analysis_data methods to allocate and free analysis info

2014-09-10 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410350810 -19800 # Wed Sep 10 17:36:50 2014 +0530 # Node ID 3e8e21de35c0dcae20dd0e3a8e2ccede69612da7 # Parent 177916d7a3089e90c973dd5dc7428bf68df728d0 api: introduce x265_alloc_analysis_data

[x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-10 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410353329 -19800 # Wed Sep 10 18:18:49 2014 +0530 # Node ID f313d0bb2c75799cf7d180950fe63b94d59c175b # Parent 44004db9861ae68799243fd4f2e395c216f2bb36 cli: add cli options analysis-out and analysis-in analysis-out

[x265] [PATCH 3 of 4] dump intra analysis information

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252851 -19800 # Tue Sep 09 14:24:11 2014 +0530 # Node ID 3c02887100033f399135f2a774d8253eecb971e3 # Parent 2f993103d6b6cd35cbe52bd624c8eef0d1b85be4 dump intra analysis information diff -r 2f993103d6b6 -r

[x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 # Node ID e546a7da6d486e1bc6c6da09ce7188a5796dff34 # Parent 3c02887100033f399135f2a774d8253eecb971e3 cli: add cli options analysis-out and analysis-in analysis-out

[x265] [PATCH 1 of 4] add intra-inter data structures and param options

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410244210 -19800 # Tue Sep 09 12:00:10 2014 +0530 # Node ID a6d18c4bfccdb31af03b1c21cb9e15cf20ed34fe # Parent c4fb044c901b8a996f79797be29c894aaf3dcf83 add intra-inter data structures and param options diff -r

[x265] [PATCH 2 of 4] api: add x265_alloc_inter_intra_data and x265_free_inter_intra_data methods to allocate and free analysis info

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410245000 -19800 # Tue Sep 09 12:13:20 2014 +0530 # Node ID 2f993103d6b6cd35cbe52bd624c8eef0d1b85be4 # Parent a6d18c4bfccdb31af03b1c21cb9e15cf20ed34fe api: add x265_alloc_inter_intra_data

[x265] [PATCH] api: use generic names for analysis api

2014-09-09 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410255489 -19800 # Tue Sep 09 15:08:09 2014 +0530 # Node ID b72e64e9a1c0e9e96ddfddba72b988896fc3213d # Parent e546a7da6d486e1bc6c6da09ce7188a5796dff34 api: use generic names for analysis api diff -r e546a7da6d48 -r

Re: [x265] [PATCH 4 of 4] cli: add cli options analysis-out and analysis-in

2014-09-09 Thread Sagar Kotecha
On Tue, Sep 9, 2014 at 4:54 PM, Steve Borho st...@borho.org wrote: On 09/09, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1410252991 -19800 # Tue Sep 09 14:26:31 2014 +0530 # Node ID

[x265] [PATCH] Add reST script to generate x265 user manual

2014-03-25 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1395752215 -19800 # Tue Mar 25 18:26:55 2014 +0530 # Node ID 3f833c112657f38e8404aab47a2c26fb72814b2d # Parent 4318d47d934857a5d0a5e2a8dc0eaed48f086197 Add reST script to generate x265 user manual diff -r

[x265] [PATCH] rc: adapt qpfile feature from x264

2014-03-06 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1394092937 -19800 # Thu Mar 06 13:32:17 2014 +0530 # Node ID 7d5f475351e2ed728e5c814a0edd61e5d91a2a28 # Parent ba92d06951162b20af133384f87234f7c6fd67ea rc: adapt qpfile feature from x264 the qpfile will provide

[x265] [PATCH] param: Add validation check for invalid colorspace to prevent crash

2014-03-03 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393845552 -19800 # Mon Mar 03 16:49:12 2014 +0530 # Node ID 631d6db7f96980aa032301a2cafa21177cc524a2 # Parent 288a83d7e28999798859eba6b2f38c952cac7547 param: Add validation check for invalid colorspace to prevent

Re: [x265] [PATCH] param: Add validation check for invalid colorspace to prevent crash

2014-03-03 Thread Sagar Kotecha
value of csp is used in YUVInput(info) / Y4MInput(info) before x265_check_params() getting called. On Tue, Mar 4, 2014 at 1:57 AM, Steve Borho st...@borho.org wrote: On Mon, Mar 3, 2014 at 5:19 AM, sa...@multicorewareinc.com wrote: # HG changeset patch # User Sagar Kotecha sa

[x265] [PATCH] param: add more validation checks

2014-02-27 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393483576 -19800 # Thu Feb 27 12:16:16 2014 +0530 # Node ID 042bfd209e75257ba44f7d892443f6e7cfacabda # Parent 9b0c9b76d90299fe446d6a544903a332f722541a param: add more validation checks diff -r 9b0c9b76d902 -r

[x265] [PATCH] param: add some more validation checks

2014-02-26 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393420384 -19800 # Wed Feb 26 18:43:04 2014 +0530 # Node ID f5370af44727f2eebde2b412d4cc126d33a7dc1d # Parent f36f3bea0472d5f31a40001ac4f22b6b8868b9e2 param: add some more validation checks diff -r f36f3bea0472 -r

[x265] [PATCH] Add x265 API defination to api.cpp

2014-02-25 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393318766 -19800 # Tue Feb 25 14:29:26 2014 +0530 # Node ID 504c2a959e5815cb3020033289137f64cb458aee # Parent a36a669d09e89332dd91817afdf139853ba3ad03 Add x265 API defination to api.cpp diff -r a36a669d09e8 -r

[x265] [PATCH] Add x265 API defination to api.cpp

2014-02-25 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393320320 -19800 # Tue Feb 25 14:55:20 2014 +0530 # Node ID 559ef195b954fa4d3c8bbc9bf8b7619991596c36 # Parent a36a669d09e89332dd91817afdf139853ba3ad03 Add x265 API defination to api.cpp diff -r a36a669d09e8 -r

Re: [x265] [PATCH] Add x265 API defination to api.cpp

2014-02-25 Thread Sagar Kotecha
Sent new patch With Regards, Sagar On Tue, Feb 25, 2014 at 2:37 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: Ok, looks good except x265_ssim should not be extern, and should be a part of common.cpp and not api.cpp. On Tue, Feb 25, 2014 at 2:33 PM, sa...@multicorewareinc.com

[x265] [PATCH] Validate cli argument

2014-02-25 Thread sagar
# HG changeset patch # User Sagar Kotecha sa...@multicorewareinc.com # Date 1393331780 -19800 # Tue Feb 25 18:06:20 2014 +0530 # Node ID 3ba68259294fc7b0dadd2e3f47b324d9c07ac2d6 # Parent 559ef195b954fa4d3c8bbc9bf8b7619991596c36 Validate cli argument diff -r 559ef195b954 -r 3ba68259294f