pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  1 11:44:47 UTC 2019

Modified Files:
        pkgsrc/multimedia/x265: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/x265/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/x265/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/multimedia/x265/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/x265/Makefile
diff -u pkgsrc/multimedia/x265/Makefile:1.26 pkgsrc/multimedia/x265/Makefile:1.27
--- pkgsrc/multimedia/x265/Makefile:1.26        Wed Jul 10 09:00:57 2019
+++ pkgsrc/multimedia/x265/Makefile     Tue Oct  1 11:44:46 2019
@@ -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/

Index: pkgsrc/multimedia/x265/PLIST
diff -u pkgsrc/multimedia/x265/PLIST:1.22 pkgsrc/multimedia/x265/PLIST:1.23
--- pkgsrc/multimedia/x265/PLIST:1.22   Wed Jul 10 09:00:57 2019
+++ pkgsrc/multimedia/x265/PLIST        Tue Oct  1 11:44:46 2019
@@ -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

Index: pkgsrc/multimedia/x265/distinfo
diff -u pkgsrc/multimedia/x265/distinfo:1.30 pkgsrc/multimedia/x265/distinfo:1.31
--- pkgsrc/multimedia/x265/distinfo:1.30        Wed Sep 18 10:04:51 2019
+++ pkgsrc/multimedia/x265/distinfo     Tue Oct  1 11:44:46 2019
@@ -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