[x265] [PATCH] asm: 8bpp and 10bpp code for idct8x8

2014-03-05 Thread murugan
# HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1394014787 -19800 # Wed Mar 05 15:49:47 2014 +0530 # Node ID b190855462b4d2a721f52d7a5ae093c4742e3182 # Parent 5cad3652bee8130e8861f5b7b2f6ff1c8695cc1a asm: 8bpp and 10bpp code for idct8x8 diff -r 5cad3652bee8

[x265] [PATCH 1/2] weight prediction: use sqrtf

2014-03-05 Thread Rafaël Carré
--- source/encoder/weightPrediction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/encoder/weightPrediction.cpp b/source/encoder/weightPrediction.cpp index c04361a..c0710fd 100644 --- a/source/encoder/weightPrediction.cpp +++ b/source/encoder/weightPrediction.cpp

[x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Rafaël Carré
--- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2febfaa..d2fea1a 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -21,7 +21,7 @@ configure_file(${PROJECT_SOURCE_DIR}/x265_config.h.in

[x265] [PATCH] primitives: cleaned up asm_primitives of intra_pred_ang

2014-03-05 Thread murugan
# HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1394017591 -19800 # Wed Mar 05 16:36:31 2014 +0530 # Node ID 724fb2004447992ea22be5edcf3c8a908118d831 # Parent b190855462b4d2a721f52d7a5ae093c4742e3182 primitives: cleaned up asm_primitives of intra_pred_ang

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Deepthi Nandakumar
Can you convert this to an hg patch? Git patches don't apply cleanly On Wed, Mar 5, 2014 at 4:08 PM, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Rafaël Carré
I know, I sent patches to mercurial to properly apply git patches with utf8, but never finished them :/ Can you e.g. apply the diff manually and fix my name after? I'm using git hg clone for all my development so making a hg patch is not easy for me. If you have a suggestion I'm all ears though

[x265] Issue #35: Crash when encoding yuv420p10le/yuv420p10be video using ffmpeg (multicoreware/x265)

2014-03-05 Thread sfan5
New issue 35: Crash when encoding yuv420p10le/yuv420p10be video using ffmpeg https://bitbucket.org/multicoreware/x265/issue/35/crash-when-encoding-yuv420p10le sfan5: Segfaults immediately(before ffmpeg outputs the frame=... status text) when using yuv420p10le. Segfaults after encoding 25 frames

[x265] Issue #34: Cannot encode a raw YUV video (multicoreware/x265)

2014-03-05 Thread Jacques Boscq
New issue 34: Cannot encode a raw YUV video https://bitbucket.org/multicoreware/x265/issue/34/cannot-encode-a-raw-yuv-video Jacques Boscq: Hello, I tried to encode a raw YUV file into a HEVC raw file but it crashed: ``` #!c++ yuv [info]: 1920x1080 fps 23980/1000 i420 frames 0 - 130425 of

Re: [x265] [PATCH] asm: added 10bpp primitives for chroma_vpp and chroma_vps filters

2014-03-05 Thread chen
At 2014-03-05 21:20:49,muru...@multicorewareinc.com wrote: # HG changeset patch # User Murugan Vairavel muru...@multicorewareinc.com # Date 1394025626 -19800 #  Wed Mar 05 18:50:26 2014 +0530 # Node ID 820704b966e9c0fa3537a5789c92d897435ae304 # Parent  724fb2004447992ea22be5edcf3c8a908118d831

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Tim Walker
On 05 Mar 2014, at 11:38, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) What was the issue fixed by this (build failure on x86_64, but caused by what)? ___ x265-devel mailing

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Steve Borho
On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2febfaa..d2fea1a 100644 --- a/source/CMakeLists.txt +++

Re: [x265] A new screenshots comparator and loads of new x264 x265 vp8 vp9 tests

2014-03-05 Thread Steve Borho
On Tue, Mar 4, 2014 at 8:04 PM, Niccolò Belli darkba...@linuxsystems.it wrote: http://www.linuxsystems.it/2014/03/new-screenshots-comparator-loads-new-x264-x265-vp8-vp9-tests/ Congratulations to the x265 team: at low bitrates x265 completely CRUSH x264 if you use a very high quality source

[x265] [PATCH] api: change meaning of pic.stride to be in bytes rather than pixels (fixes #35)

2014-03-05 Thread Steve Borho
# HG changeset patch # User Steve Borho st...@borho.org # Date 1394045238 21600 # Wed Mar 05 12:47:18 2014 -0600 # Node ID 59f0664b3d9060a56cd64187cb5e9d1d6b173f09 # Parent 6d55869ed5e29c97977b89aa0218a5c8510c671a api: change meaning of pic.stride to be in bytes rather than pixels (fixes

Re: [x265] [PATCH] api: change meaning of pic.stride to be in bytes rather than pixels (fixes #35)

2014-03-05 Thread Steve Borho
On Wed, Mar 5, 2014 at 12:47 PM, Steve Borho st...@borho.org wrote: # HG changeset patch # User Steve Borho st...@borho.org # Date 1394045238 21600 # Wed Mar 05 12:47:18 2014 -0600 # Node ID 59f0664b3d9060a56cd64187cb5e9d1d6b173f09 # Parent 6d55869ed5e29c97977b89aa0218a5c8510c671a

Re: [x265] new link

2014-03-05 Thread Steve Borho
On Wed, Mar 5, 2014 at 12:32 PM, Roger Pack rogerdpa...@gmail.com wrote: Hello. As a note, on this page: http://x265.org/developers.html possibly you could/should add a link to http://www.videolan.org/developers/x265.html Oh right, our videolan page is finally live. We should do that. On

Re: [x265] A new screenshots comparator and loads of new x264 x265 vp8 vp9 tests

2014-03-05 Thread Niccolò Belli
In data mercoledì 5 marzo 2014 11:38:41, Steve Borho ha scritto: I'd like to understand the steps you took to encode 10bit video I simply misunderstood the 16bpp flag: it doesn't enable high bit depth but only 16 bit variables. Niccolò -- www.linuxsystems.it

Re: [x265] A new screenshots comparator and loads of new x264 x265 vp8 vp9 tests

2014-03-05 Thread Steve Borho
On Wed, Mar 5, 2014 at 2:51 PM, Niccolò Belli darkba...@linuxsystems.it wrote: In data mercoledì 5 marzo 2014 11:38:41, Steve Borho ha scritto: I'd like to understand the steps you took to encode 10bit video I simply misunderstood the 16bpp flag: it doesn't enable high bit depth but only 16

Re: [x265] cleanup m_sharedPredTransformSkip[]

2014-03-05 Thread Steve Borho
On Tue, Mar 4, 2014 at 4:40 AM, Satoshi Nakagawa nakagawa...@oki.com wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1393929339 -32400 # Tue Mar 04 19:35:39 2014 +0900 # Node ID 7a61566806f691ddff84cbbc42801f6c2d46df88 # Parent

[x265] Unfixed typo in patch 6408 (889edfd2c4c3): VBV occupancy

2014-03-05 Thread Mario *LigH* Rohkrämer
Just caught this while reading over latest changes: Missing u was not recognized during clarify attempt in source/common/param.cpp -- __ Fun and success! Mario *LigH* Rohkrämer mailto:cont...@ligh.de ___ x265-devel mailing list