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 3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08a445a999c2
branches:  trunk
changeset: 401852:08a445a999c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 01 11:44:46 2019 +0000

description:
x265: updated to 3.2

Version 3.2

New features
1. 3-level hierarchical motion estimation using :option:`--hme` and :option:`--hme-search`.
2. New AQ mode (:option:`--aq-mode` 4) with variance and edge information.
3. :option:`selective-sao` to selectively enable SAO at slice level.

Enhancements to existing features
1. New implementation of :option:`--refine-mv` with 3 refinement levels.

Encoder enhancements
1. Improved quality in the frames following dark scenes in ABR mode.

API changes
1. Additions to x265_param structure to support the newly added features :option:`--hme`, :option:`--hme-search` and :option:`selective-sao`.

Bug fixes
1. Fixed encoder crash with :option:`--zonefile` during failures in encoder_open().
2. Fixed JSON11 build errors with HDR10+ on MacOS high sierra.
3. Signalling out of range scaling list data fixed.
4. Inconsistent output fix for 2-pass rate-control with cutree ON.

Known issues
1. Build dependency on changeset cf37911 of SVT-HEVC.

diffstat:

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

diffs (44 lines):

diff -r c2f00bcacc08 -r 08a445a999c2 multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Tue Oct 01 11:39:00 2019 +0000
+++ b/multimedia/x265/Makefile  Tue Oct 01 11:44:46 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/07/10 09:00:57 adam Exp $
+# $NetBSD: Makefile,v 1.27 2019/10/01 11:44:46 adam Exp $
 
-DISTNAME=      x265_3.1.1
+DISTNAME=      x265_3.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://bitbucket.org/multicoreware/x265/downloads/
diff -r c2f00bcacc08 -r 08a445a999c2 multimedia/x265/PLIST
--- a/multimedia/x265/PLIST     Tue Oct 01 11:39:00 2019 +0000
+++ b/multimedia/x265/PLIST     Tue Oct 01 11:44:46 2019 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.22 2019/07/10 09:00:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2019/10/01 11:44:46 adam Exp $
 bin/x265
 include/x265.h
 include/x265_config.h
 lib/libx265.a
 lib/libx265.so
-lib/libx265.so.176
+lib/libx265.so.179
 lib/pkgconfig/x265.pc
diff -r c2f00bcacc08 -r 08a445a999c2 multimedia/x265/distinfo
--- a/multimedia/x265/distinfo  Tue Oct 01 11:39:00 2019 +0000
+++ b/multimedia/x265/distinfo  Tue Oct 01 11:44:46 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2019/09/18 10:04:51 jperkin Exp $
+$NetBSD: distinfo,v 1.31 2019/10/01 11:44:46 adam Exp $
 
-SHA1 (x265_3.1.1.tar.gz) = f777e15d34b13b24e959a1469b61bf393a6d6e4d
-RMD160 (x265_3.1.1.tar.gz) = 680fdd3eedc00a8a10ffbd71b21c942bd4cfb809
-SHA512 (x265_3.1.1.tar.gz) = dc251083dcd911e587c423d3e8497a56e5feacff1a645aec15b64cbc9621d71d1815fa7991f328ab6ca3709ee9890c352abc83b22769a853f4c3415a1e978a49
-Size (x265_3.1.1.tar.gz) = 1419826 bytes
+SHA1 (x265_3.2.tar.gz) = 5922f88d0997c47e2c95feee95dc98bcb2e54871
+RMD160 (x265_3.2.tar.gz) = f9069ae6504a9f04702a5e3ea78cf1985cd63646
+SHA512 (x265_3.2.tar.gz) = 08c779026fe4c03797efef9d6a898b16c308355311e167c81b976345eb78039725a31294c77a60b76b4ef648d8720e16b2d6524e7108755531a5375231f5313e
+Size (x265_3.2.tar.gz) = 1425689 bytes
 SHA1 (patch-CMakeLists.txt) = fbf4d08133a48b342a060f1b45bab0253455a1b1
 SHA1 (patch-common_cpu.cpp) = 86dd8d4a3f9cf51312cd93695beace4c4becb8c6
 SHA1 (patch-common_cpu.h) = 33e3bb9bc9cb60735aa09efa185c474ebd3e6af5



Home | Main Index | Thread Index | Old Index