pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/x265 Version 2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2c082ddb981
branches:  trunk
changeset: 356539:b2c082ddb981
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 01 16:31:44 2017 +0000

description:
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.

diffstat:

 multimedia/x265/Makefile |   7 ++-----
 multimedia/x265/PLIST    |   4 ++--
 multimedia/x265/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (49 lines):

diff -r 59573b61702b -r b2c082ddb981 multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Sun Jan 01 16:16:45 2017 +0000
+++ b/multimedia/x265/Makefile  Sun Jan 01 16:31:44 2017 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.x265.org/
 COMMENT=       High Efficiency Video Coding (HEVC)
diff -r 59573b61702b -r b2c082ddb981 multimedia/x265/PLIST
--- a/multimedia/x265/PLIST     Sun Jan 01 16:16:45 2017 +0000
+++ b/multimedia/x265/PLIST     Sun Jan 01 16:31:44 2017 +0000
@@ -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 -r 59573b61702b -r b2c082ddb981 multimedia/x265/distinfo
--- a/multimedia/x265/distinfo  Sun Jan 01 16:16:45 2017 +0000
+++ b/multimedia/x265/distinfo  Sun Jan 01 16:31:44 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index