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.
This commit is contained in:
parent
f2ba6bc135
commit
f1a16d7ee6
3 changed files with 9 additions and 9 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue