Thursday, June 10, 2021

UPDATE: aom 3.1.1

Here is an update to aom 3.1.1.

2021-06-08 v3.1.1
This release includes several bug fixes.

- Bug fixes:
Issue 2965: Cherry-picked the following four commits for the
tune=butteraugli mode.
1. Add libjxl to pkg_config if enabled:
https://aomedia-review.googlesource.com/c/aom/+/136044
2. Declare set_mb_butteraugli_rdmult_scaling static:
https://aomedia-review.googlesource.com/c/aom/+/134506
3. Add color range detection in tune=butteraugli mode:
https://aomedia-review.googlesource.com/c/aom/+/135521
4. Enable tune=butteraugli in all-intra mode:
https://aomedia-review.googlesource.com/c/aom/+/136082

Issue 3021: Fix vmaf model initialization error when not set to
tune=vmaf

Issue 3050: Compilation fails with -DCONFIG_TUNE_VMAF=1

Issue 3054: Consistent crash on near-static screen content, keyframe
related


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile 23 Apr 2021 21:12:07 -0000 1.9
+++ Makefile 10 Jun 2021 23:55:40 -0000
@@ -4,7 +4,7 @@ COMMENT= Alliance for Open Media AV1 vid

GH_ACCOUNT= jbeich
GH_PROJECT= aom
-GH_TAGNAME= v3.0.0
+GH_TAGNAME= v3.1.1
CATEGORIES= multimedia

SHARED_LIBS= aom 3.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo 23 Apr 2021 21:12:07 -0000 1.9
+++ distinfo 10 Jun 2021 23:55:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (aom-3.0.0.tar.gz) = pvUIfO/4iIqwbJLLsgBoG+gILgAf4l4ZaRKHcFXfdzc=
-SIZE (aom-3.0.0.tar.gz) = 4588304
+SHA256 (aom-3.1.1.tar.gz) = zkxMvsaXWG/3BEavvkpb89rfo5Zy0BbXh0Nm50njcu4=
+SIZE (aom-3.1.1.tar.gz) = 4613064

No comments:

Post a Comment