Download raw body.
UPDATE: aom 3.8.2
Here is an update to aom 3.8.2.
Release v3.8.2
2024-03-08 v3.8.2
This release includes several bug fixes. This release is ABI
compatible with the last release. See
https://aomedia.googlesource.com/aom/+log/v3.8.1..v3.8.2 for all the
commits in this release.
- Bug Fixes
* aomedia:3523: SIGFPE in av1_twopass_postencode_update()
pass2_strategy.c:4261.
* aomedia:3535, b/317646516: Over reads in aom_convolve_copy_neon().
* aomedia:3543: invalid feature modifier when compiling
aom_dsp/arm/aom_convolve8_neon_i8mm.c on Debian 10 with arm64
architecture.
* aomedia:3545: Failed to parse configurations due to inconsistent
elements between two arrays "av1_ctrl_args" and "av1_arg_ctrl_map"
in aomenc.c.
* oss-fuzz:66474, b/319140742: Integer-overflow in search_wiener.
* Zero initialize an array in cdef search.
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile 28 Feb 2024 18:05:34 -0000 1.21
+++ Makefile 16 Mar 2024 02:07:00 -0000
@@ -1,6 +1,6 @@
COMMENT= Alliance for Open Media AV1 video codec
-V= 3.8.1
+V= 3.8.2
DISTNAME= libaom-$V
PKGNAME= aom-$V
CATEGORIES= multimedia
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo 28 Feb 2024 18:05:34 -0000 1.18
+++ distinfo 16 Mar 2024 02:07:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (libaom-3.8.1.tar.gz) = 3txlBggSp9+AHAJwov6L13PGuwtgHyFE7PvGLcD2cco=
-SIZE (libaom-3.8.1.tar.gz) = 5450909
+SHA256 (libaom-3.8.2.tar.gz) = mPfW192/BtCIc19eUXgt8FP9GwjFU4gsKSS9CyAhogI=
+SIZE (libaom-3.8.2.tar.gz) = 5455275
UPDATE: aom 3.8.2