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:           Sat May 30 06:10:41 UTC 2020

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

Log Message:
x265: updated to 3.4

Version 3.4

New features
------------
Edge-aware quadtree partitioning to terminate CU depth recursion based on edge information. --rskip level 2 enables the feature and --rskip-edge-threshold denotes the minimum expected edge-density 
percentage within the CU, below which the recursion is skipped. Experimental feature.
Application-level feature --abr-ladder for automating efficient ABR ladder generation. Shows ~65% savings in the over-all turn-around time required for the generation of a typical Apple HLS ladder in 
Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz over a sequential ABR-ladder generation approach that leverages save-load architecture.

Enhancements to existing features
---------------------------------
Improved efficiency in 2-pass rate-control algorithm. The savings in the bitrate is ~1.72% with visual improvement in quality in the initial 1-2 secs.

Encoder enhancements
--------------------
Faster ARM64 encodes enabled by ASM contributions from Huawei. The speed-up over no-asm version for 1080p encodes @ medium preset is ~15% in a 16 core H/W.
Strict VBV conformance in zone encoding.

Bug fixes
---------
Multi-pass encode failures with --frame-dup.
Corrupted bitstreams with --hist-scenecut when input depth and internal bit-depth differ.
Incorrect analysis propagation in multi-level save-load architecture.
Failure in detecting NUMA packages installed in non-standard directories.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/x265/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/multimedia/x265/PLIST
cvs rdiff -u -r1.33 -r1.34 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.29 pkgsrc/multimedia/x265/Makefile:1.30
--- pkgsrc/multimedia/x265/Makefile:1.29        Mon Mar 30 15:40:15 2020
+++ pkgsrc/multimedia/x265/Makefile     Sat May 30 06:10:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/03/30 15:40:15 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/05/30 06:10:40 adam Exp $
 
-DISTNAME=      x265_3.3
+DISTNAME=      x265_3.4
 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.24 pkgsrc/multimedia/x265/PLIST:1.25
--- pkgsrc/multimedia/x265/PLIST:1.24   Mon Mar 30 15:40:15 2020
+++ pkgsrc/multimedia/x265/PLIST        Sat May 30 06:10:40 2020
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.24 2020/03/30 15:40:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/05/30 06:10:40 adam Exp $
 bin/x265
 include/x265.h
 include/x265_config.h
 lib/libx265.a
 lib/libx265.so
-lib/libx265.so.188
+lib/libx265.so.192
 lib/pkgconfig/x265.pc

Index: pkgsrc/multimedia/x265/distinfo
diff -u pkgsrc/multimedia/x265/distinfo:1.33 pkgsrc/multimedia/x265/distinfo:1.34
--- pkgsrc/multimedia/x265/distinfo:1.33        Mon Mar 30 15:40:15 2020
+++ pkgsrc/multimedia/x265/distinfo     Sat May 30 06:10:40 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2020/03/30 15:40:15 adam Exp $
+$NetBSD: distinfo,v 1.34 2020/05/30 06:10:40 adam Exp $
 
-SHA1 (x265_3.3.tar.gz) = a1f92f4b64dd45439f49218301db18cc36d24323
-RMD160 (x265_3.3.tar.gz) = 72526b828e351c6b8f07c422dfaff2d32bb05275
-SHA512 (x265_3.3.tar.gz) = 3d56900ecd58e83d2ecc93d956524e3b0e622dbe3c74a137c7b21f98599245547403401e9ec7f679996fd09fca788aa10272bf17e58a68fce449c8cb555ad7c0
-Size (x265_3.3.tar.gz) = 1438685 bytes
+SHA1 (x265_3.4.tar.gz) = 5bc27f7d4504fef1ea429551319c9bab49f6df4a
+RMD160 (x265_3.4.tar.gz) = e97d3fcdcceadeef20bd4287ef0ce3400ade1707
+SHA512 (x265_3.4.tar.gz) = 576b18711935e7da8433b2170d24ed159eb12ff1a18399360afa1b2132db33b463145c65ed918f667528ee954bbdfb5c69e5480f1c1df801515cefc592f3206e
+Size (x265_3.4.tar.gz) = 1469365 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