From 12f3a2ac603e8f10742105519e0cd03c3b8f71dd Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Wed, 29 May 2024 15:30:00 -0400 Subject: [PATCH] Update CHANGELOG Bug: webm:1854 Change-Id: I3242d7fd58838aa8c4103ae07a67deb9dcc7dd37 --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 410eec6f603..9d3d0faa2d0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,9 @@ This release is ABI compatible with the previous release. - Enhancement: - More elaborate test of whether SVE can be compiled. + Improved the detection of compiler support for AArch64 extensions, + particularly SVE. + Added vpx_codec_get_global_headers() support for VP9. - Bug fixes: @@ -16,11 +18,12 @@ Fix to buffer alloc for vp9_bitstream_worker_data. Fix to VP8 race issue for multi-thread with pnsr_calc. Fix to uv width/height in vp9_scale_and_extend_frame_ssse3. - Fix to stack overflow in encode_api_test,RandomPixelsVp8. Fix to integer division by zero and overflow in calc_pframe_target_size(). Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197). Fix to UBSan error in vp9_rc_update_framerate(). Fix to UBSan errors in vp8_new_framerate(). + Fix to integer overflow in vp8 encodeframe.c. + Handle EINTR from sem_wait(). 2024-01-02 v1.14.0 "Venetian Duck" This release drops support for old C compilers, such as Visual Studio 2012