Monday, October 11, 2021

UPDATE: libvpx 1.11.0

Here is an update to libvpx 1.11.0.


Release v1.11.0 Smew Duck

2021-09-27 v1.11.0 "Smew Duck"
This maintenance release adds support for VBR mode in VP9 rate control
interface, new codec controls to get quantization parameters and loop filter
levels, and includes several improvements to NEON and numerous bug fixes.

- Upgrading:
New codec control is added to get quantization parameters and loop filter
levels.

VBR mode is supported in VP9 rate control library.

- Enhancement:
Numerous improvements for Neon optimizations.
Code clean-up and refactoring.
Calculation of rd multiplier is changed with BDRATE gains.

- Bug fixes:
Fix to overflow on duration.
Fix to several instances of -Wunused-but-set-variable.
Fix to avoid chroma resampling for 420mpeg2 input.
Fix to overflow in calc_iframe_target_size.
Fix to disallow skipping transform and quantization.
Fix some -Wsign-compare warnings in simple_encode.
Fix input file path in simple_encode_test.
Fix valid range for under/over_shoot pct.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/libvpx/Makefile,v
retrieving revision 1.45
diff -u -p -u -p -r1.45 Makefile
--- Makefile 29 Apr 2021 04:07:21 -0000 1.45
+++ Makefile 12 Oct 2021 00:00:14 -0000
@@ -2,14 +2,13 @@

COMMENT= Google VP8/VP9 video codec

-VER= 1.10.0
-CATEGORIES= multimedia
-EPOCH= 0
GH_ACCOUNT= webmproject
GH_PROJECT= libvpx
-GH_TAGNAME= v${VER}
+GH_TAGNAME= v1.11.0
+EPOCH= 0
+CATEGORIES= multimedia

-SHARED_LIBS= vpx 13.0
+SHARED_LIBS= vpx 14.0

HOMEPAGE= https://www.webmproject.org/

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/libvpx/distinfo,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 distinfo
--- distinfo 29 Apr 2021 04:07:21 -0000 1.19
+++ distinfo 11 Oct 2021 23:53:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (libvpx-1.10.0.tar.gz) = hYA8y9vdejsD2TAYfLBV8TU1lpacH5Lr7C24OfpPg0o=
-SIZE (libvpx-1.10.0.tar.gz) = 5340421
+SHA256 (libvpx-1.11.0.tar.gz) = ll5RyRrZhR4jN668wPUXRAxjfFBvOgOUgGLj1eoSmoM=
+SIZE (libvpx-1.11.0.tar.gz) = 5347256

No comments:

Post a Comment