[x265] [PATCH] doc: fix aq-mode value on preset

2015-02-13 Thread zj262144
# HG changeset patch # User Jie Zhang # Date 1423887044 -28800 # Sat Feb 14 12:10:44 2015 +0800 # Node ID 694eb8dfea5fcfdef80a664176df6abb5d4a3e45 # Parent 9ab104096834f51bd799ea1cf1160092f8182944 doc: fix aq-mode value on preset Ref source/common/param.cpp diff -r 9ab104096834 -r 694eb8dfe

[x265] [PATCH] encoder: do not allow encode to continue if check failure has occurred

2015-02-13 Thread Steve Borho
# HG changeset patch # User Steve Borho # Date 1423853216 21600 # Fri Feb 13 12:46:56 2015 -0600 # Node ID 14dcdf7596d8b0e1a8189a9d2b65209a9e6b296d # Parent 9ab104096834f51bd799ea1cf1160092f8182944 encoder: do not allow encode to continue if check failure has occurred In general, we will ei

Re: [x265] x265 and weighted P-frames

2015-02-13 Thread Steve Borho
On Fri, Feb 13, 2015 at 5:11 AM, Sami Inkinen wrote: > Hi, > > I just did a small test with the latest x265 version. It seems that weighted > P-frames are not being used at all according to the log. Is this a bug or is > it intentional? > > Best regards, > Sami > > C:\x265>c:\x264\x264pipe.exe -y4

[x265] [PATCH 2 of 3 REVIEW] implementation for minimum CU size

2015-02-13 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1423815957 -19800 # Fri Feb 13 13:55:57 2015 +0530 # Node ID 047eba9f4f6208bf2278bd686d2b8e5277f83526 # Parent ffb5d5c4dfca93def3bd2fe153070663a63546ea implementation for minimum CU size diff -r ffb5d5c4dfca -r 047eba9f4f62 source/common/c

[x265] [PATCH 0 of 3 REVIEW] New command line option ctu-min, support and implementation

2015-02-13 Thread santhoshini
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH 1 of 3 REVIEW] rename variable g_maxFullDepth to g_numCUDepth for better clarity

2015-02-13 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1423802090 -19800 # Fri Feb 13 10:04:50 2015 +0530 # Node ID ffb5d5c4dfca93def3bd2fe153070663a63546ea # Parent 9ab104096834f51bd799ea1cf1160092f8182944 rename variable g_maxFullDepth to g_numCUDepth for better clarity diff -r 9ab104096834

[x265] [PATCH 3 of 3 REVIEW] CLI: add new option ctu-min(minimum CU size)

2015-02-13 Thread santhoshini
# HG changeset patch # User Santhoshini Sekar # Date 1423816031 -19800 # Fri Feb 13 13:57:11 2015 +0530 # Node ID 1b9aabcb173803c3dcd0142990a9b8147fa88aa3 # Parent 047eba9f4f6208bf2278bd686d2b8e5277f83526 CLI: add new option ctu-min(minimum CU size) diff -r 047eba9f4f62 -r 1b9aabcb1738 doc/r