ping.

On 2024-06-12 11:41 p.m., Brad Smith wrote:
Here is an update to aom 3.9.1.


2024-06-05 v3.9.1
   This release includes several bug fixes. This release is ABI
   compatible with the last release. See
   https://aomedia.googlesource.com/aom/+log/v3.9.0..v3.9.1 for all the
   commits in this release.

   - Bug Fixes
     * aomedia:2754, aomedia:3567: Ensure thread stack size is at least
       256 KB
     * b:330639949, oss-fuzz:68195: Increase scaling in linsolve_wiener
     * Fix high target data rate overflow.
     * aomedia:3509: Fix two UBSan errors in av1_rc_update_framerate()
     * aomedia:3382, chromium:339877165: update codec config after
       svc/scale controls (CVE-2024-5493)
     * aomedia:3561: libaom-3.8.2 armv7 Android build failed
     * aomedia:3571: {,highbd_}intrapred_neon.c: Avoid over-reads in z1
       and z3 preds
     * aomedia:3578: libaom-3.9.0 undefined reference to
       `aom_sub_pixel_variance16xh_ssse3'
     * aomedia:3579: Use round for RC calculations in cyclic_refresh
     * aomedia:3580: Allow g_timebase.num to be greater than
       g_timebase.den
     * oss-fuzz:68774: libaom:av1_dec_fuzzer: Segv on unknown address in
       od_ec_dec_init
     * Arm SVE build fixes.
     * av1_block_error_lp_neon: fix block_size param type
     * av1_block_error_lp_sve: fix block_size param type


Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 Makefile
--- Makefile    28 May 2024 11:26:50 -0000      1.24
+++ Makefile    11 Jun 2024 06:19:19 -0000
@@ -1,9 +1,8 @@
  COMMENT=      Alliance for Open Media AV1 video codec
-V= 3.9.0
+V=             3.9.1
  DISTNAME=     libaom-$V
  PKGNAME=      aom-$V
-REVISION=      0
  CATEGORIES=   multimedia
SHARED_LIBS= aom 4.2
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 distinfo
--- distinfo    7 May 2024 15:01:42 -0000       1.20
+++ distinfo    11 Jun 2024 06:19:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (libaom-3.9.0.tar.gz) = pmLiIpl1JUdIjI4UEsC0GYHvqNuxolxpbe17qcRy6Rk=
-SIZE (libaom-3.9.0.tar.gz) = 5518815
+SHA256 (libaom-3.9.1.tar.gz) = 26mfwcKKqt4o3aWYIRZrL6kcBhYtG8mf3g3arXzsxQ4=
+SIZE (libaom-3.9.1.tar.gz) = 5524048

Reply via email to