Here is an update to aom 3.6.1.
2023-05-08 v3.6.1
This release includes several bug fixes. This release is ABI
compatible with the last release. See
https://aomedia.googlesource.com/aom/+log/v3.6.0..v3.6.1 for all the
commits in this release.
- Bug Fixes
* aomedia:2871: Guard the support of the 7.x and 8.x levels for AV1
under the CONFIG_CWG_C013 config flag, and only output the 7.x and
8.x levels when explicitly requested.
* aomedia:3382: Choose sb_size by ppi instead of svc.
* aomedia:3384: Fix fullpel search limits.
* aomedia:3388: Replace left shift of xq_active by multiplication.
* aomedia:3389: Fix MV clamping in av1_mv_pred.
* aomedia:3390: set_ld_layer_depth: cap max_layer_depth to
MAX_ARF_LAYERS.
* aomedia:3418: Fix MV clamping in av1_int_pro_motion_estimation.
* aomedia:3429: Move lpf thread data init to lpf_pipeline_mt_init().
* b:266719111: Fix undefined behavior in Arm Neon code.
* b:269840681: nonrd_opt: align scan tables.
* rtc: Fix is_key_frame setting in variance partition.
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- Makefile 9 Apr 2023 06:17:16 -0000 1.19
+++ Makefile 13 May 2023 06:12:10 -0000
@@ -2,7 +2,7 @@ COMMENT= Alliance for Open Media AV1 vid
GH_ACCOUNT= jbeich
GH_PROJECT= aom
-GH_TAGNAME= v3.6.0
+GH_TAGNAME= v3.6.1
CATEGORIES= multimedia
SHARED_LIBS= aom 4.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/distinfo,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 distinfo
--- distinfo 9 Apr 2023 06:17:16 -0000 1.16
+++ distinfo 13 May 2023 06:12:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (aom-3.6.0.tar.gz) = K6ITgiyxUotVWNZycSVlThTRstdQW9H8ivo2wunp+Uo=
-SIZE (aom-3.6.0.tar.gz) = 5268170
+SHA256 (aom-3.6.1.tar.gz) = Z5xBtBpQucWo+qG6kZ4MI5quf+hXUl4iP/IMVpl/EZ8=
+SIZE (aom-3.6.1.tar.gz) = 5269397
Index: patches/patch-aom_ports_arm_cpudetect_c
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/patches/patch-aom_ports_arm_cpudetect_c,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-aom_ports_arm_cpudetect_c
--- patches/patch-aom_ports_arm_cpudetect_c 13 Mar 2022 13:50:53 -0000 1.5
+++ patches/patch-aom_ports_arm_cpudetect_c 13 May 2023 06:12:58 -0000
@@ -19,5 +19,5 @@ Index: aom_ports/arm_cpudetect.c
-#elif defined(_MSC_VER) /* end !CONFIG_RUNTIME_CPU_DETECT || __APPLE__ */
+#elif defined(_MSC_VER) /* end !CONFIG_RUNTIME_CPU_DETECT || __APPLE__ || __OpenBSD__ */
/*For GetExceptionCode() and EXCEPTION_ILLEGAL_INSTRUCTION.*/
+ #undef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
- #define WIN32_EXTRA_LEAN
No comments:
Post a Comment