diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:58 -0700 |
commit | 911023b521bebcd7e4ee4bcb2eb97745c2349752 (patch) | |
tree | 6105ddd419451041038530ee9496612a00e22c70 | |
parent | fe5bd08e57a92414a5eb932839840cc70c10e299 (diff) | |
download | meta-openembedded-911023b521bebcd7e4ee4bcb2eb97745c2349752.tar.gz |
libvpx: upgrade 1.14.0 -> 1.14.1
libvpx-configure-support-blank-prefix.patch
refreshed for 1.14.1
Changelog:
============
- Improved the detection of compiler support for AArch64 extensions,
particularly SVE.
- Added vpx_codec_get_global_headers() support for VP9.
- Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer.
- Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control.
- Fix to alloc for row_base_thresh_freq_fac.
- Free row mt memory before freeing cpi->tile_data.
- 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 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().
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch | 8 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb (renamed from meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch index 463651aa4a..bd3d697885 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch +++ b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2829e6998b7595dd2108c1497fdd02485ef99e2c Mon Sep 17 00:00:00 2001 | 1 | From 1bbbf27a23c91dcc271b773a97153063461b986d Mon Sep 17 00:00:00 2001 |
2 | From: Koen Kooi <koen@dominion.thruhere.net> | 2 | From: Koen Kooi <koen@dominion.thruhere.net> |
3 | Date: Tue, 16 Aug 2011 16:04:35 +0200 | 3 | Date: Tue, 16 Aug 2011 16:04:35 +0200 |
4 | Subject: [PATCH] Upstream: not yet | 4 | Subject: [PATCH] Upstream: not yet |
@@ -11,10 +11,10 @@ Upstream-Status: Pending | |||
11 | 1 file changed, 16 insertions(+), 4 deletions(-) | 11 | 1 file changed, 16 insertions(+), 4 deletions(-) |
12 | 12 | ||
13 | diff --git a/build/make/configure.sh b/build/make/configure.sh | 13 | diff --git a/build/make/configure.sh b/build/make/configure.sh |
14 | index b645a666f..0b99a8b38 100644 | 14 | index 93643f3de..e84198200 100644 |
15 | --- a/build/make/configure.sh | 15 | --- a/build/make/configure.sh |
16 | +++ b/build/make/configure.sh | 16 | +++ b/build/make/configure.sh |
17 | @@ -658,6 +658,8 @@ process_common_cmdline() { | 17 | @@ -692,6 +692,8 @@ process_common_cmdline() { |
18 | ;; | 18 | ;; |
19 | --prefix=*) | 19 | --prefix=*) |
20 | prefix="${optval}" | 20 | prefix="${optval}" |
@@ -23,7 +23,7 @@ index b645a666f..0b99a8b38 100644 | |||
23 | ;; | 23 | ;; |
24 | --libdir=*) | 24 | --libdir=*) |
25 | libdir="${optval}" | 25 | libdir="${optval}" |
26 | @@ -687,13 +689,23 @@ process_cmdline() { | 26 | @@ -721,13 +723,23 @@ process_cmdline() { |
27 | } | 27 | } |
28 | 28 | ||
29 | post_process_common_cmdline() { | 29 | post_process_common_cmdline() { |
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb index b4d49842ea..f32c7842c3 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" |
9 | 9 | ||
10 | SRCREV = "602e2e8979d111b02c959470da5322797dd96a19" | 10 | SRCREV = "12f3a2ac603e8f10742105519e0cd03c3b8f71dd" |
11 | SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \ | 11 | SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \ |
12 | file://libvpx-configure-support-blank-prefix.patch \ | 12 | file://libvpx-configure-support-blank-prefix.patch \ |
13 | " | 13 | " |