[x265] [PATCH] Fix Clang build error when linking incompatible ABI (stack unwinding schemes).

2014-05-29 Thread den c
Hi. Recently I faced with trouble when compiling x265 with Clang. CMakeFiles/cli.dir/input/input.cpp.obj:(.text+0x119): undefined reference to `_Unwind_Resume' CMakeFiles/cli.dir/input/input.cpp.obj:(.eh_frame+0x13): undefined reference to `__gxx_personality_v0' /bin/ld.exe:

[x265] [PATCH] Cleanup dct.c. Move Clip3(-32768, 32767 into separate function with tighter input type.

2014-05-22 Thread den c
# HG changeset patch # User Den Scherbin dncodr at gmail.com # Date 1400788772 -10800 # Thu May 22 22:59:32 2014 +0300 # Node ID e698bf97c072f8cb7651621b88aeb7a55138cc4b # Parent 1ed48eced207da74a4956b7fab8a410ddd6f27c7 Cleanup dct Clip3 diff -r 1ed48eced207 -r e698bf97c072

[x265] PATCH: cmake. Fix issue #56. Correct hg path for windows.

2014-05-20 Thread den c
# HG changeset patch # User Den Scherbin dncodr at gmail.com # Date 1400627084 -10800 # Wed May 21 02:04:44 2014 +0300 # Node ID 1ed48eced207da74a4956b7fab8a410ddd6f27c7 # Parent a13534aa7c6b386dbb01e82778cdf45a2cde3248 cmake: Fix issue #56. Correct hg path for windows. diff -r a13534aa7c6b

[x265] [BUG] Failed CHECK at calcRdSADCost when using SSE2

2014-05-17 Thread den c
--asm=0x017002F works --asm=0x017001F fails #define X265_CPU_SSE20x010 x265_6872_8.exe --crf 26.4 --y4m --preset=veryslow --asm=0x017001F --keyint 400 --scenecut 23 --frame-threads 1 --b-adapt 2 --weightp --rc-lookahead 60 --bframes 6 --ref 4 --aq-mode 2 --aq-strength 1.0

Re: [x265] [PATCH] Fix incorrectly calculated bitrate.

2014-04-21 Thread den c
)1000 * param-fpsNum / param-fpsDenom); sprintf(buf, x265 %d frames: %.2f fps, %.2f kb/s, frameNum, fps, bitrate); } fprintf(stderr, %s \r, buf + 5); On 4/22/14, Steve Borho st...@borho.org wrote: On Mon, Apr 21, 2014 at 4:19 PM, den c dnc...@gmail.com wrote: x265: fixes