From e70ef713db4784934d3bfdf20f19367a2873e249 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 1 Jan 2017 16:31:44 +0000 Subject: Version 2.2 Encoder enhancements -------------------- 1. Enhancements to TU selection algorithm with early-outs for improved speed; use :option:`--limit-tu` to exercise. 2. New motion search method SEA (Successive Elimination Algorithm) supported now as :option: `--me` 4 3. Bit-stream optimizations to improve fields in PPS and SPS for bit-rate savings through :option:`--[no-]opt-qp-pps`, :option:`--[no-]opt-ref-list-length-pps`, and :option:`--[no-]multi-pass-opt-rps`. 4. Enabled using VBV constraints when encoding without WPP. 5. All param options dumped in SEI packet in bitstream when info selected. 6. x265 now supports POWERPC-based systems. Several key functions also have optimized ALTIVEC kernels. --- multimedia/x265/Makefile | 7 ++----- multimedia/x265/PLIST | 4 ++-- multimedia/x265/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index 70bb3e64e1f..22c68ab14e6 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2016/10/10 17:13:42 adam Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 16:31:44 adam Exp $ -DISTNAME= x265_2.1 +DISTNAME= x265_2.2 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/multicoreware/x265/downloads/ \ http://download.videolan.org/videolan/x265/ -# IMPORTANT: remove on the next update -DIST_SUBDIR= x265 - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.x265.org/ COMMENT= High Efficiency Video Coding (HEVC) diff --git a/multimedia/x265/PLIST b/multimedia/x265/PLIST index 0ddfe205b69..bbbea737d37 100644 --- a/multimedia/x265/PLIST +++ b/multimedia/x265/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.12 2016/10/03 12:29:15 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2017/01/01 16:31:44 adam Exp $ bin/x265 include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.95 +lib/libx265.so.102 lib/pkgconfig/x265.pc diff --git a/multimedia/x265/distinfo b/multimedia/x265/distinfo index 4015c1c716f..6741dda42ff 100644 --- a/multimedia/x265/distinfo +++ b/multimedia/x265/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2016/10/10 17:13:42 adam Exp $ +$NetBSD: distinfo,v 1.15 2017/01/01 16:31:44 adam Exp $ -SHA1 (x265/x265_2.1.tar.gz) = 37ed92b83dbe9e1420e1c226d35caeea16d4b0e4 -RMD160 (x265/x265_2.1.tar.gz) = 7f9bf15aed2f7658e4165a1cea48ef45077a2d6c -SHA512 (x265/x265_2.1.tar.gz) = 22ba5139c39c41dcd386ce84d784efce93f9c70a8d1a94d9835f9dd0f713037479774de2ae5e917cf406ee22e9c94c147398c496a493794d9a19cee64da3cba5 -Size (x265/x265_2.1.tar.gz) = 1036921 bytes +SHA1 (x265_2.2.tar.gz) = 709ddcf639b414c65867683419de82bc34b587ca +RMD160 (x265_2.2.tar.gz) = 5bc6e69601752f9ef7a8b80989f48767dfecab10 +SHA512 (x265_2.2.tar.gz) = 335bb38cf0892f2c4310033b076d51115c0b7faa9596a4f556dde5e3d1378d04f3d0055cb0bf2441eb725b7f84c246174bdc315eeb4ddde61ef9d79469f44eef +Size (x265_2.2.tar.gz) = 1203801 bytes -- cgit v1.2.3