[x265-commits] [x265] release: Release notes for v2.7

Ashok Kumar Mishra ashok at multicorewareinc.com
Thu Feb 22 01:03:03 CET 2018


details:   http://hg.videolan.org/x265/rev/e41a9bf2bac4
branches:  stable
changeset: 11991:e41a9bf2bac4
user:      Ashok Kumar Mishra <ashok at multicorewareinc.com>
date:      Wed Feb 21 14:25:56 2018 +0530
description:
release: Release notes for v2.7
Subject: [x265] Added tag 2.7 for changeset e41a9bf2bac4

details:   http://hg.videolan.org/x265/rev/2aa737a99f51
branches:  stable
changeset: 11992:2aa737a99f51
user:      Ashok Kumar Mishra <ashok at multicorewareinc.com>
date:      Wed Feb 21 14:26:41 2018 +0530
description:
Added tag 2.7 for changeset e41a9bf2bac4

diffstat:

 .hgtags                   |   1 +
 doc/reST/releasenotes.rst |  26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 11966b529f18 -r 2aa737a99f51 .hgtags
--- a/.hgtags	Tue Feb 20 16:02:32 2018 +0530
+++ b/.hgtags	Wed Feb 21 14:26:41 2018 +0530
@@ -25,3 +25,4 @@ 3037c1448549ca920967831482c653e5892fa8ed
 e7a4dd48293b7956d4a20df257d23904cc78e376 2.4
 64b2d0bf45a52511e57a6b7299160b961ca3d51c 2.5
 0e9ea76945c89962cd46cee6537586e2054b2935 2.6
+e41a9bf2bac4a7af2bec2bbadf91e63752d320ef 2.7
diff -r 11966b529f18 -r 2aa737a99f51 doc/reST/releasenotes.rst
--- a/doc/reST/releasenotes.rst	Tue Feb 20 16:02:32 2018 +0530
+++ b/doc/reST/releasenotes.rst	Wed Feb 21 14:26:41 2018 +0530
@@ -2,6 +2,32 @@
 Release Notes
 *************
 
+Version 2.7
+===========
+
+Release date - 21st Feb, 2018.
+
+New features
+------------
+1. :option:`--gop-lookahead` can be used to extend the gop boundary(set by `--keyint`). The GOP will be extended, if a scene-cut frame is found within this many number of frames. 
+2. Support for RADL pictures added in x265.
+   :option:`--radl` can be used to decide number of RADL pictures preceding the IDR picture.
+
+Encoder enhancements
+--------------------
+1. Moved from YASM to NASM assembler. Supports NASM assembler version 2.13 and greater.
+2. Enable analysis save and load in a single run. Introduces two new cli options `--analysis-save <filename>` and `--analysis-load <filename>`.
+3. Comply to HDR10+ LLC specification.
+4. Reduced x265 build time by more than 50% by re-factoring ipfilter.asm.  
+
+Bug fixes
+---------
+1. Fixed inconsistent output issue in deblock filter and --const-vbv.
+2. Fixed Mac OS build warnings.
+3. Fixed inconsistency in pass-2 when weightp and cutree are enabled.
+4. Fixed deadlock issue due to dropping of BREF frames, while forcing slice types through qp file.
+
+
 Version 2.6
 ===========
 


More information about the x265-commits mailing list