Commit a0028e9d7a for aom

commit a0028e9d7a6c8eb09b6ff3a12fded31e96852b9f
Merge: 04d4ac92f0 ad44980d7f
Author: Wan-Teh Chang <wtc@google.com>
Date:   Thu Mar 19 14:29:11 2026 -0700

    Merge tag 'v3.13.2' into main

    Release v3.13.2

    2026-03-17 v3.13.2
      This release includes several bug fixes. This release is ABI
      compatible with the last release. See
      https://aomedia.googlesource.com/aom/+log/v3.13.1..v3.13.2 for all the
      commits in this release.

      - Bug Fixes
        * x86: enable SSE4.2 in x86_simd_caps
          https://aomedia-review.googlesource.com/206481
        * b:448994065: Working nasm-3.0.0 is not detected with libaom on
          3.13.1
        * b:480978101: Heap buffer overflow in av1_copy_and_extend_frame
          during encode triggered by NV12/bordered image with size_align
        * b:487259772: Out-of-bounds heap read in VP9 encoder via WebCodecs
          VideoEncoder dimension reconfiguration
        * b:489473886: Invalid memory read access in aom_sse_avx2 (Mozilla
          report)

    Bug: 493253375
    Change-Id: Iba4c6ff6a9589da5c828bc25ad3c7fdd2ecf269b

diff --cc CHANGELOG
index 445d7446ff,fb54ee5045..a826d7dd4d
--- a/CHANGELOG
+++ b/CHANGELOG
@@@ -1,15 -1,21 +1,33 @@@
 +yyyy-mm-dd next version
 +  This release is ABI compatible with the last release.
 +
 +  - Compression Efficiency Improvements
 +    * Some minor quantization matrix formula and delta chroma q tweaks for the
 +      AOM_TUNE_SSIMULACRA2 tuning mode, with up to 0.2% SSIMULACRA 2 score
 +      efficiency gains.
 +
 +  - Speedups
 +    * Make Adaptive CDEF more decoder friendly by limiting CDEF application to
 +      only regions where high filter strengths are needed.
 +
+ 2026-03-17 v3.13.2
+   This release includes several bug fixes. This release is ABI
+   compatible with the last release. See
+   https://aomedia.googlesource.com/aom/+log/v3.13.1..v3.13.2 for all the
+   commits in this release.
+
+   - Bug Fixes
+     * x86: enable SSE4.2 in x86_simd_caps
+       https://aomedia-review.googlesource.com/206481
+     * b:448994065: Working nasm-3.0.0 is not detected with libaom on
+       3.13.1
+     * b:480978101: Heap buffer overflow in av1_copy_and_extend_frame
+       during encode triggered by NV12/bordered image with size_align
+     * b:487259772: Out-of-bounds heap read in VP9 encoder via WebCodecs
+       VideoEncoder dimension reconfiguration
+     * b:489473886: Invalid memory read access in aom_sse_avx2 (Mozilla
+       report)
+
  2025-09-05 v3.13.1
    This release is ABI compatible with the last release.