Re: [x265] [PATCH] dhdr10: fix warnings in windows

2017-05-09 Thread Pradeep Ramachandran
On Fri, May 5, 2017 at 5:33 PM, wrote: > # HG changeset patch > # User Bhavna Hariharan > # Date 1493966622 -19800 > # Fri May 05 12:13:42 2017 +0530 > # Node ID e9f8ba5e98165e2c91e5f602423c3c4981ad0fa0 > # Parent 5d5f40bf6268a0996d34bd3fbe3fe80cb7cf2899 > dhdr10: fix warnings in windows >

Re: [x265] [PATCH] fixes encoder crash when userSEI is present (issue #340)

2017-05-09 Thread Pradeep Ramachandran
On Wed, May 3, 2017 at 7:12 PM, wrote: > # HG changeset patch > # User Bhavna Hariharan > # Date 1493793312 -19800 > # Wed May 03 12:05:12 2017 +0530 > # Node ID 5d5f40bf6268a0996d34bd3fbe3fe80cb7cf2899 > # Parent fd01abfc7898283922b34f7fcd9192ddf9c7818a > fixes encoder crash when userSEI

Re: [x265] [PATCH] cmake: restore order of options changed by commit d00f2f5 (important for GCC < 6)

2017-05-09 Thread Pradeep Ramachandran
On Sat, May 6, 2017 at 3:33 AM, Mateusz Brzostek wrote: > For GCC 5.4, 4.9 and 4.8 option '-std=gnu++11' must be more in front of > rest of options. > Sorry that I didn't check this earlier. > > I propose to move 'option(ENABLE_DYNAMIC_HDR10 ...' before we check if > ENABLE_DYNAMIC_HDR10 is ON --

[x265] [PATCH 1 of 5] Add API to read CTU Information

2017-05-09 Thread vignesh
# HG changeset patch # User Santhoshini Sekar # Date 1493009037 -19800 # Mon Apr 24 10:13:57 2017 +0530 # Node ID b5f7b13bf089d09bba8c121e11bdfce824f42e64 # Parent 7ecd263f6d43966df308d53029a67cfda03bb185 Add API to read CTU Information diff -r 7ecd263f6d43 -r b5f7b13bf089 doc/reST/api.rst -

[x265] [PATCH 4 of 5] Force modes or qp based on the CTUInfo recieved through API

2017-05-09 Thread vignesh
# HG changeset patch # User Vignesh Vijayakumar # Date 1491894877 -19800 # Tue Apr 11 12:44:37 2017 +0530 # Node ID 1b538bbc0021244c55565f5095bf8a4289638e79 # Parent 7fd517f9bbe78a0eba180a42d97bef1970af294a Force modes or qp based on the CTUInfo recieved through API diff -r 7fd517f9bbe7 -r 1

[x265] [PATCH 5 of 5] add functions in the picyuv to support the opencl svm buffer

2017-05-09 Thread vignesh
# HG changeset patch # User weixuan # Date 1490336062 -28800 # Fri Mar 24 14:14:22 2017 +0800 # Node ID 76d4ad6f554fd86d71e39c34304d7a00d07d7a8a # Parent 1b538bbc0021244c55565f5095bf8a4289638e79 add functions in the picyuv to support the opencl svm buffer diff -r 1b538bbc0021 -r 76d4ad6f554f

[x265] [PATCH 2 of 5] Influence depth decisions based on CTUInfo recieved through API

2017-05-09 Thread vignesh
# HG changeset patch # User Vignesh Vijayakumar # Date 1491887898 -19800 # Tue Apr 11 10:48:18 2017 +0530 # Node ID cf414fc0a459dea19015ca07d130e1234890541a # Parent b5f7b13bf089d09bba8c121e11bdfce824f42e64 Influence depth decisions based on CTUInfo recieved through API diff -r b5f7b13bf089

[x265] [PATCH 3 of 5] Infer if currentPOC CTUInfo has changed with respect to its references

2017-05-09 Thread vignesh
# HG changeset patch # User Vignesh Vijayakumar # Date 1491894620 -19800 # Tue Apr 11 12:40:20 2017 +0530 # Node ID 7fd517f9bbe78a0eba180a42d97bef1970af294a # Parent cf414fc0a459dea19015ca07d130e1234890541a Infer if currentPOC CTUInfo has changed with respect to its references diff -r cf414f

Re: [x265] [PATCH 1 of 5] Add API to read CTU Information

2017-05-09 Thread Pradeep Ramachandran
On Tue, May 9, 2017 at 2:14 PM, wrote: > # HG changeset patch > # User Santhoshini Sekar > # Date 1493009037 -19800 > # Mon Apr 24 10:13:57 2017 +0530 > # Node ID b5f7b13bf089d09bba8c121e11bdfce824f42e64 > # Parent 7ecd263f6d43966df308d53029a67cfda03bb185 > Add API to read CTU Information >

[x265] [PATCH] Add API to read CTU Information

2017-05-09 Thread vignesh
# HG changeset patch # User Santhoshini Sekar # Date 1493009037 -19800 # Mon Apr 24 10:13:57 2017 +0530 # Node ID 6a9eb27b2b0d1a716911bf19136ceb653a51270b # Parent 7ecd263f6d43966df308d53029a67cfda03bb185 Add API to read CTU Information diff -r 7ecd263f6d43 -r 6a9eb27b2b0d doc/reST/api.rst -

Re: [x265] Question about NUMA and core/thread use

2017-05-09 Thread Pradeep Ramachandran
Michael, Adding --lookahead-threads 2 statically allocated two threads for lookahead. Therefore, the worker threads launched to work on WPP will 32-2 = 30 in count. We've found some situations in which statically allocating threads for lookahead was useful and therefore decided to expose it to the

Re: [x265] Question about NUMA and core/thread use

2017-05-09 Thread Michael Lackner
Thank you very much for your input! Since --pmode and --pme seem to break NUMA support, I disabled them. I simply cannot tell users that they have to switch off NUMA in their UEFI firmware just for this one application. There may be a lot of situations where this is just not doable. If there is

Re: [x265] Question about NUMA and core/thread use

2017-05-09 Thread Pradeep Ramachandran
On Wed, May 10, 2017 at 11:12 AM, Michael Lackner < michael.lack...@unileoben.ac.at> wrote: > Thank you very much for your input! > > Since --pmode and --pme seem to break NUMA support, I disabled them. I > simply cannot tell > users that they have to switch off NUMA in their UEFI firmware just fo

Re: [x265] [PATCH] Add API to read CTU Information

2017-05-09 Thread Pradeep Ramachandran
On Tue, May 9, 2017 at 5:57 PM, wrote: > # HG changeset patch > # User Santhoshini Sekar > # Date 1493009037 -19800 > # Mon Apr 24 10:13:57 2017 +0530 > # Node ID 6a9eb27b2b0d1a716911bf19136ceb653a51270b > # Parent 7ecd263f6d43966df308d53029a67cfda03bb185 > Add API to read CTU Information >