diff options
author | adam <adam@pkgsrc.org> | 2019-07-10 09:00:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-10 09:00:57 +0000 |
commit | f9a73130ebc9b39624157fff9dd3d320566c3f92 (patch) | |
tree | c6dba629852430f075e43c13e23348e14dce952b | |
parent | 059c4371ccb39c06a7f94af834a13da57caa9cc2 (diff) | |
download | pkgsrc-f9a73130ebc9b39624157fff9dd3d320566c3f92.tar.gz |
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.
-rw-r--r-- | multimedia/x265/Makefile | 4 | ||||
-rw-r--r-- | multimedia/x265/PLIST | 4 | ||||
-rw-r--r-- | multimedia/x265/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index f665763fcf1..124acb45afc 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -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 --git a/multimedia/x265/PLIST b/multimedia/x265/PLIST index 5b8451dad80..ec201892310 100644 --- a/multimedia/x265/PLIST +++ b/multimedia/x265/PLIST @@ -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 --git a/multimedia/x265/distinfo b/multimedia/x265/distinfo index de98fbd2d33..9894c347843 100644 --- a/multimedia/x265/distinfo +++ b/multimedia/x265/distinfo @@ -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 |