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.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a531414984d
branches: trunk
changeset: 336257:6a531414984d
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jul 10 09:00:57 2019 +0000
description:
x265: updated to 3.1.1
Version 3.1
New features
* x265 can invoke SVT-HEVC library for encoding through --svt.
* x265 can now accept interlaced inputs directly (no need to separate fields), and sends it to the encoder with proper fps and frame-size through --field.
* --fades can detect and handle fade-in regions. This option will force I-slice and initialize RC history for the brightest frame after fade-in.
API changes
* A new flag to signal MasterDisplayParams and maxCll/Fall separately
Encoder enhancements
* Improved the performance of inter-refine level 1 by skipping the evaluation of smaller CUs when the current block is decided as ?skip? by the save mode.
* New AVX2 primitives to improve the performance of encodes that enable --ssim-rd.
* Improved performance in medium preset with negligible loss in quality.
Bug fixes
* Bug fixes for zones.
* Fixed wrap-around from MV structure overflow occurred around 8K pixels or over.
* Fixed issues in configuring cbQpOffset and crQpOffset for 444 input
* Fixed cutree offset computation in 2nd pass encodes.
Known issues
* AVX512 main12 asm disabling.
* Inconsistent output with 2-pass due to cutree offset sharing.
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 b5c5f75cb06a -r 6a531414984d multimedia/x265/Makefile
--- a/multimedia/x265/Makefile Wed Jul 10 08:44:46 2019 +0000
+++ b/multimedia/x265/Makefile Wed Jul 10 09:00:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/01/25 09:01:13 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/07/10 09:00:57 adam Exp $
-DISTNAME= x265_3.0
+DISTNAME= x265_3.1.1
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= multimedia
MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/
diff -r b5c5f75cb06a -r 6a531414984d multimedia/x265/PLIST
--- a/multimedia/x265/PLIST Wed Jul 10 08:44:46 2019 +0000
+++ b/multimedia/x265/PLIST Wed Jul 10 09:00:57 2019 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.21 2019/01/25 09:01:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2019/07/10 09:00:57 adam Exp $
bin/x265
include/x265.h
include/x265_config.h
lib/libx265.a
lib/libx265.so
-lib/libx265.so.169
+lib/libx265.so.176
lib/pkgconfig/x265.pc
diff -r b5c5f75cb06a -r 6a531414984d multimedia/x265/distinfo
--- a/multimedia/x265/distinfo Wed Jul 10 08:44:46 2019 +0000
+++ b/multimedia/x265/distinfo Wed Jul 10 09:00:57 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2019/01/25 09:01:13 adam Exp $
+$NetBSD: distinfo,v 1.29 2019/07/10 09:00:57 adam Exp $
-SHA1 (x265_3.0.tar.gz) = 5eeacc607e6fe6bca61f9cf355b34ef135987696
-RMD160 (x265_3.0.tar.gz) = 6f866d290f0df0356f5a10a898fedf64fda53f0f
-SHA512 (x265_3.0.tar.gz) = bb7665194ddd4bccbb91c16337463ad4ef32111a1e7779e4cc16964df0992aa99e578cb74fef0edbf41119105e4085574247f60541b0558cc36730ea12d2c6ba
-Size (x265_3.0.tar.gz) = 1398519 bytes
+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 (patch-CMakeLists.txt) = fbf4d08133a48b342a060f1b45bab0253455a1b1
SHA1 (patch-common_cpu.cpp) = 86dd8d4a3f9cf51312cd93695beace4c4becb8c6
SHA1 (patch-common_cpu.h) = 33e3bb9bc9cb60735aa09efa185c474ebd3e6af5
Home |
Main Index |
Thread Index |
Old Index