ping.
On 2025-04-15 8:48 p.m., Brad Smith wrote:
> Here is an update to aom 3.12.1.
>
>
> 2025-04-11 v3.12.1
> This release includes several bug fixes. This release is ABI
> compatible with the last release. See
> https://aomedia.googlesource.com/aom/+log/v3.12.0..v3.12.1 for all the
> commits in this release.
>
> - Bug Fixes
> * b:396169342: Assertion
> `av1_is_subpelmv_in_range(&ms_params.mv_limits, start_mv)' failed.
> * b:401671154: typo in void init_src_params(...)
> * Coverity defect 323670: Uninitialized scalar variable in
> encode_with_and_without_superres()
> * cmake: bump minimum version to 3.16
> * cfl_ppc: fix subtract_average_vsx
> * Fix an incorrect index in av1_highbd_pixel_proj_error_neon
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/multimedia/aom/Makefile,v
> retrieving revision 1.29
> diff -u -p -u -p -r1.29 Makefile
> --- Makefile 26 Feb 2025 10:23:52 -0000 1.29
> +++ Makefile 16 Apr 2025 00:40:15 -0000
> @@ -1,6 +1,6 @@
> COMMENT= Alliance for Open Media AV1 video codec
>
> -V= 3.12.0
> +V= 3.12.1
> DISTNAME= libaom-$V
> PKGNAME= aom-$V
> CATEGORIES= multimedia
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/multimedia/aom/distinfo,v
> retrieving revision 1.24
> diff -u -p -u -p -r1.24 distinfo
> --- distinfo 26 Feb 2025 10:23:52 -0000 1.24
> +++ distinfo 16 Apr 2025 00:40:15 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (libaom-3.12.0.tar.gz) = 2J2qFgoOoUCcQZO+WxfJWRAkxPWg5UXcudGXU1xmg24=
> -SIZE (libaom-3.12.0.tar.gz) = 5496350
> +SHA256 (libaom-3.12.1.tar.gz) = npd1GA3sff1hp54AvaOAnUOJGu5rLjMf9/JphiB+oi4=
> +SIZE (libaom-3.12.1.tar.gz) = 5497367
> Index: patches/patch-CMakeLists_txt
> ===================================================================
> RCS file: /cvs/ports/multimedia/aom/patches/patch-CMakeLists_txt,v
> retrieving revision 1.10
> diff -u -p -u -p -r1.10 patch-CMakeLists_txt
> --- patches/patch-CMakeLists_txt 26 Feb 2025 10:23:52 -0000 1.10
> +++ patches/patch-CMakeLists_txt 16 Apr 2025 00:40:15 -0000
> @@ -1,7 +1,7 @@
> Index: CMakeLists.txt
> --- CMakeLists.txt.orig
> +++ CMakeLists.txt
> -@@ -865,7 +865,7 @@ if(BUILD_SHARED_LIBS)
> +@@ -861,7 +861,7 @@ if(BUILD_SHARED_LIBS)
> # https://clang.llvm.org/docs/AddressSanitizer.html#usage. Similarly, see
> # https://clang.llvm.org/docs/MemorySanitizer.html#usage.
> if(NOT
No comments:
Post a Comment