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:           Tue Apr 25 18:29:57 UTC 2017

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

Log Message:
Version 2.4
===========

Encoder enhancements
--------------------
1. HDR10+ supported. Dynamic metadata may be either supplied as a bitstream via the userSEI field of x265_picture, or as a json jile that can be parsed by x265 and inserted into the bitstream; use 
:option:`--dhdr10-info` to specify json file name, and :option:`--dhdr10-opt` to enable optimization of inserting tone-map information only at IDR frames, or when the tone map information changes.
2. Lambda tables for 8, 10, and 12-bit encoding revised, resulting in significant enhancement to subjective  visual quality.
3. Enhanced HDR10 encoding with HDR-specific QP optimzations for chroma, and luma planes of WCG content enabled; use :option:`--hdr-opt` to activate.
4. Ability to accept analysis information from other previous encodes (that may or may not be x265), and selectively reuse and refine analysis for encoding subsequent passes enabled with the 
:option:`--refine-level` option.
5. Slow and veryslow presets receive a 20% speed boost at iso-quality by enabling the :option:`--limit-tu` option.
6. The bitrate target for x265 can now be dynamically reconfigured via the reconfigure API.
7. Performance optimized SAO algorithm introduced via the :option:`--limit-sao` option; seeing 10% speed benefits at faster presets.

API changes
-----------
1. x265_reconfigure API now also accepts rate-control parameters for dynamic reconfiguration.
2. Several additions to data fields in x265_analysis to support :option:`--refine-level`: see x265.h for more details.

Bug fixes
---------
1. Avoid negative offsets in x265 lambda2 table with SAO enabled.
2. Fix mingw32 build error.
3. Seek now enabled for pipe input, in addition to file-based input
4. Fix issue of statically linking core-utils not working in linux.
5. Fix visual artifacts with :option:`--multi-pass-opt-distortion` with VBV.
6. Fix bufferFill stats reported in csv.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/x265/Makefile \
    pkgsrc/multimedia/x265/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/x265/PLIST

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.17 pkgsrc/multimedia/x265/Makefile:1.18
--- pkgsrc/multimedia/x265/Makefile:1.17        Sat Feb 25 08:32:18 2017
+++ pkgsrc/multimedia/x265/Makefile     Tue Apr 25 18:29:57 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/02/25 08:32:18 adam Exp $
+# $NetBSD: Makefile,v 1.18 2017/04/25 18:29:57 adam Exp $
 
-DISTNAME=      x265_2.3
+DISTNAME=      x265_2.4
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://bitbucket.org/multicoreware/x265/downloads/
Index: pkgsrc/multimedia/x265/distinfo
diff -u pkgsrc/multimedia/x265/distinfo:1.17 pkgsrc/multimedia/x265/distinfo:1.18
--- pkgsrc/multimedia/x265/distinfo:1.17        Sat Feb 25 08:32:18 2017
+++ pkgsrc/multimedia/x265/distinfo     Tue Apr 25 18:29:57 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2017/02/25 08:32:18 adam Exp $
+$NetBSD: distinfo,v 1.18 2017/04/25 18:29:57 adam Exp $
 
-SHA1 (x265_2.3.tar.gz) = 575003e50e7f06aa3c983679d4399581394adbf9
-RMD160 (x265_2.3.tar.gz) = b3e9a5b145caf5481854fded2f74e1db4c8045bf
-SHA512 (x265_2.3.tar.gz) = c863e4bd95323baf5c1ee388c2d9e460749940b947a795e0bce7bffab620258fb7aafbbf2956225491f4532f715392df3d40f19301964e00c3ac2971cd7d8809
-Size (x265_2.3.tar.gz) = 1215719 bytes
+SHA1 (x265_2.4.tar.gz) = f8bfb348defa86fbfdce4dcc1d0c48c855e0e987
+RMD160 (x265_2.4.tar.gz) = eacfc7909ec564c8f8c128a09dec8e99773e9cb6
+SHA512 (x265_2.4.tar.gz) = 40d0e57104839454226cdba928806c12e533eade391a89e9587e1f9c11b8fd70cc54d20136a09a1127784fe7799c80425617280076b29e1a1ffff7ce44f07dbe
+Size (x265_2.4.tar.gz) = 1242300 bytes
 SHA1 (patch-CMakeLists.txt) = fbf4d08133a48b342a060f1b45bab0253455a1b1

Index: pkgsrc/multimedia/x265/PLIST
diff -u pkgsrc/multimedia/x265/PLIST:1.14 pkgsrc/multimedia/x265/PLIST:1.15
--- pkgsrc/multimedia/x265/PLIST:1.14   Sat Feb 25 08:32:18 2017
+++ pkgsrc/multimedia/x265/PLIST        Tue Apr 25 18:29:57 2017
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.14 2017/02/25 08:32:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/04/25 18:29:57 adam Exp $
 bin/x265
 include/x265.h
 include/x265_config.h
 lib/libx265.a
 lib/libx265.so
-lib/libx265.so.110
+lib/libx265.so.116
 lib/pkgconfig/x265.pc



Home | Main Index | Thread Index | Old Index