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

Ashok Kumar Mishra ashok at multicorewareinc.com
Tue May 22 01:03:03 CEST 2018


details:   http://hg.videolan.org/x265/rev/a158a3a02966
branches:  stable
changeset: 12346:a158a3a02966
user:      Ashok Kumar Mishra <ashok at multicorewareinc.com>
date:      Mon May 21 14:03:10 2018 +0530
description:
release: Release notes for v2.8
Subject: [x265] Added tag 2.8 for changeset a158a3a02966

details:   http://hg.videolan.org/x265/rev/478bfe2b7673
branches:  stable
changeset: 12347:478bfe2b7673
user:      Ashok Kumar Mishra <ashok at multicorewareinc.com>
date:      Mon May 21 14:05:52 2018 +0530
description:
Added tag 2.8 for changeset a158a3a02966
Subject: [x265] Merge with stable

details:   http://hg.videolan.org/x265/rev/cc2c5e46f3c8
branches:  
changeset: 12348:cc2c5e46f3c8
user:      Ashok Kumar Mishra <ashok at multicorewareinc.com>
date:      Mon May 21 18:42:29 2018 +0530
description:
Merge with stable

diffstat:

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

diffs (55 lines):

diff -r d3b714bd5471 -r cc2c5e46f3c8 .hgtags
--- a/.hgtags	Thu May 17 16:07:00 2018 +0530
+++ b/.hgtags	Mon May 21 18:42:29 2018 +0530
@@ -26,3 +26,4 @@ e7a4dd48293b7956d4a20df257d23904cc78e376
 64b2d0bf45a52511e57a6b7299160b961ca3d51c 2.5
 0e9ea76945c89962cd46cee6537586e2054b2935 2.6
 e41a9bf2bac4a7af2bec2bbadf91e63752d320ef 2.7
+a158a3a029663133455268e2a63ae6b0af2df720 2.8
diff -r d3b714bd5471 -r cc2c5e46f3c8 doc/reST/releasenotes.rst
--- a/doc/reST/releasenotes.rst	Thu May 17 16:07:00 2018 +0530
+++ b/doc/reST/releasenotes.rst	Mon May 21 18:42:29 2018 +0530
@@ -2,6 +2,43 @@
 Release Notes
 *************
 
+Version 2.8
+===========
+
+Release date - 21/05/2018
+
+New features
+-------------
+1. :option:`--asm avx512` used to enable AVX-512 in x265. Default disabled.	
+    For 4K main10 high-quality encoding, we are seeing good gains; for other resolutions and presets, we don't recommend using this setting for now.
+
+2. :option:`--dynamic-refine` dynamically switches between different inter refine levels. Default disabled.
+    It is recommended to use :option:`--refine-intra 4' with dynamic refinement for a better trade-off between encode efficiency and performance than using static refinement.
+
+3. :option:`--single-sei`
+    Encode SEI messages in a single NAL unit instead of multiple NAL units. Default disabled. 
+
+4. :option:`--max-ausize-factor` controls the maximum AU size defined in HEVC specification.
+    It represents the percentage of maximum AU size used. Default is 1. 
+	  
+5. VMAF (Video Multi-Method Assessment Fusion)
+   Added VMAF support for objective quality measurement of a video sequence. 
+   Enable cmake option ENABLE_LIBVMAF to report per frame and aggregate VMAF score. The frame level VMAF score does not include temporal scores.
+   This is supported only on linux for now.
+ 
+Encoder enhancements
+--------------------
+1. Introduced refine-intra level 4 to improve quality. 
+2. Support for HLG-graded content and pic_struct in SEI message.
+
+Bug Fixes
+---------
+1. Fix 32 bit build error (using CMAKE GUI) in Linux.
+2. Fix 32 bit build error for asm primitives.
+3. Fix build error on mac OS.
+4. Fix VBV Lookahead in analysis load to achieve target bitrate.
+
+
 Version 2.7
 ===========
 


More information about the x265-commits mailing list