Here is an update to x265 3.5.

Version 3.5
===========

Release date - 16th March, 2021.

New feature
-----------
1. Real-time VBV for ABR (Average BitRate) encodes in ????????pass 2 using 
:option:`--vbv-live-multi-pass`: Improves VBV compliance with no significant 
impact on coding efficiency.

Enhancements to existing features
---------------------------------
1. Improved hist-based scene cut algorithm: Reduces false positives by 
leveraging motion and scene transition info.
2. Support for RADL pictures at IDR scene cuts: Improves coding efficiency with 
no significant impact on performance.
3. Bidirectional scene cut aware Frame Quantizer Selection: Saves bits than 
forward masking with no noticeable perceptual quality difference.

API changes
-----------
1. Additions to x265_param structure to support the newly added features and 
encoder enhancements.
2. New x265_param options :option:`--min-vbv-fullness` and 
:option:`--max-vbv-fullness` to control min and max VBV fullness.

Bug fixes
---------
1. Incorrect VBV lookahead in :option:`--analysis-load` + 
:option:`--scale-factor`.
2. Encoder hang when VBV is used with slices.
3. QP spikes in the row-level VBV rate-control when WPP enabled.
4. Encoder crash in :option:`--abr-ladder`.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/x265/Makefile,v
retrieving revision 1.49
diff -u -p -u -p -r1.49 Makefile
--- Makefile    20 Jun 2020 10:45:09 -0000      1.49
+++ Makefile    28 Mar 2021 06:48:42 -0000
@@ -2,15 +2,15 @@
 
 COMMENT=       free H.265/HEVC encoder
 
-VER=           3.4
+VER=           3.5
 DISTNAME=      x265_${VER}
 PKGNAME=       x265-${VER}
 CATEGORIES=    multimedia
-MASTER_SITES=  https://bitbucket.org/multicoreware/x265/downloads/
+MASTER_SITES=  https://bitbucket.org/multicoreware/x265_git/downloads/
 
-SHARED_LIBS=   x265    22.0
+SHARED_LIBS=   x265    23.0
 
-HOMEPAGE=      http://x265.org/
+HOMEPAGE=      https://x265.org/
 
 MAINTAINER=    Brad Smith <[email protected]>
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/x265/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- distinfo    9 Jun 2020 14:54:37 -0000       1.25
+++ distinfo    28 Mar 2021 06:42:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (x265_3.4.tar.gz) = wgR/I6a3KeXHAoDSMiPLYbV7/krU6PFHHu7iph0UhnI=
-SIZE (x265_3.4.tar.gz) = 1469365
+SHA256 (x265_3.5.tar.gz) = 5wozNcrKy7oLOiDsb+zWeDkyKI68gWOtdLzJYGR3yug=
+SIZE (x265_3.5.tar.gz) = 1537044

Reply via email to