pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/x265 x265: updated to 2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fcc2a1932d4
branches:  trunk
changeset: 380772:6fcc2a1932d4
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 21 20:03:56 2018 +0000

description:
x265: updated to 2.8

Version 2.8

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.

diffstat:

 multimedia/x265/Makefile |   4 ++--
 multimedia/x265/PLIST    |   4 ++--
 multimedia/x265/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 9d0ca90a48fc -r 6fcc2a1932d4 multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Mon May 21 18:35:22 2018 +0000
+++ b/multimedia/x265/Makefile  Mon May 21 20:03:56 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/03/09 12:08:08 adam Exp $
+# $NetBSD: Makefile,v 1.22 2018/05/21 20:03:56 adam Exp $
 
-DISTNAME=      x265_2.7
+DISTNAME=      x265_2.8
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://bitbucket.org/multicoreware/x265/downloads/
diff -r 9d0ca90a48fc -r 6fcc2a1932d4 multimedia/x265/PLIST
--- a/multimedia/x265/PLIST     Mon May 21 18:35:22 2018 +0000
+++ b/multimedia/x265/PLIST     Mon May 21 20:03:56 2018 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.18 2018/03/09 12:08:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2018/05/21 20:03:56 adam Exp $
 bin/x265
 include/x265.h
 include/x265_config.h
 lib/libx265.a
 lib/libx265.so
-lib/libx265.so.151
+lib/libx265.so.160
 lib/pkgconfig/x265.pc
diff -r 9d0ca90a48fc -r 6fcc2a1932d4 multimedia/x265/distinfo
--- a/multimedia/x265/distinfo  Mon May 21 18:35:22 2018 +0000
+++ b/multimedia/x265/distinfo  Mon May 21 20:03:56 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2018/03/09 12:08:08 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/05/21 20:03:56 adam Exp $
 
-SHA1 (x265_2.7.tar.gz) = 27642953f6f620beb669129bd581d569b27a8ae6
-RMD160 (x265_2.7.tar.gz) = 25435aecd5bc9bd03929c587b72ea9602984d47b
-SHA512 (x265_2.7.tar.gz) = 58582ff5c282a8ca6213a98495b95fa941f323fa454924e4751dde6d2a0e87a08d6e8d98012164a3d83523f2b004e7a1420b60b64719fe30f460dd10ec075094
-Size (x265_2.7.tar.gz) = 1282742 bytes
+SHA1 (x265_2.8.tar.gz) = e2ef1ad186d9581239463d4e5177a25bc57b9fc0
+RMD160 (x265_2.8.tar.gz) = 547adcf4886f9ae60c115b5da21ff12f6c718b8d
+SHA512 (x265_2.8.tar.gz) = c2a8eaec64aa022badcbcd2a96304a9abd9d08489300b6a9c4c9d76066f3d9848e6948238c84ae16ea91bff0b2fac528a67ee29950d94dcd0ea7c0e9e7baa714
+Size (x265_2.8.tar.gz) = 1379551 bytes
 SHA1 (patch-CMakeLists.txt) = fbf4d08133a48b342a060f1b45bab0253455a1b1



Home | Main Index | Thread Index | Old Index