diff --git a/_service b/_service
index 16e6ed3..7a22f8d 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
v(.*)
- v1.13.1
+ v1.14.1
diff --git a/baselibs.conf b/baselibs.conf
index d975687..477f4e1 100644
--- a/baselibs.conf
+++ b/baselibs.conf
@@ -1 +1 @@
-libvpx8
+libvpx9
diff --git a/libvpx-1.13.1.obscpio b/libvpx-1.13.1.obscpio
deleted file mode 100644
index 0137bcb..0000000
--- a/libvpx-1.13.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:02283237490a86ad253b8f895636d2a822bd2572bb7da6c60bec6c1a25508e7f
-size 23996429
diff --git a/libvpx-1.14.1.obscpio b/libvpx-1.14.1.obscpio
new file mode 100644
index 0000000..88fac93
--- /dev/null
+++ b/libvpx-1.14.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4456c9e4c860075504a838eb04f07e09c01aa3edd5d09478cac7941871742384
+size 24654861
diff --git a/libvpx.changes b/libvpx.changes
index bf9a7ef..4ba98e7 100644
--- a/libvpx.changes
+++ b/libvpx.changes
@@ -1,3 +1,63 @@
+-------------------------------------------------------------------
+Wed Jul 3 13:00:34 UTC 2024 - Dominique Leuenberger
+
+- Limit explicit GCC13 usage to suse_version < 1600, i.e to Leap
+ 15.x. Future versions are supposed to have a recent enough GCC
+ version.
+
+-------------------------------------------------------------------
+Wed Jul 3 08:23:41 UTC 2024 - Adrian Schröter
+
+- Update to version 1.14.1:
+ * 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().
+
+-------------------------------------------------------------------
+Tue Feb 27 08:57:04 UTC 2024 - Adrian Schröter
+
+- enforce usage of gcc 13 on Leap. Fixes esp. aarch64 builds.
+
+-------------------------------------------------------------------
+Tue Feb 27 08:22:28 UTC 2024 - Adrian Schröter
+
+- Update to version 1.14.0:
+ - library so version is changing to 9
+ - Upgrading:
+ This release is ABI incompatible with the previous release.
+
+ Various new features for rate control library for real-time: SVC parallel
+ encoding, loopfilter level, support for frame dropping, and screen content.
+
+ New callback function send_tpl_gop_stats for vp9 external rate control
+ library, which can be used to transmit TPL stats for a group of pictures. A
+ public header vpx_tpl.h is added for the definition of TPL stats used in
+ this callback.
+
+ libwebm is upgraded to libwebm-1.0.0.29-9-g1930e3c.
+
+ - Enhancement:
+ Improvements on Neon optimizations: VoD: 12-35% speed up for bitdepth 8,
+ 68%-151% speed up for high bitdepth.
+
+ Improvements on AVX2 and SSE optimizations.
+ Improvements on LSX optimizations for LoongArch.
+ 42-49% speedup on speed 0 VoD encoding.
+ Android API level predicates.
+
+ - Bug fixes:
+ please check the CHANGELOG file
+
-------------------------------------------------------------------
Sun Oct 1 07:24:46 UTC 2023 - Bjørn Lie
diff --git a/libvpx.obsinfo b/libvpx.obsinfo
index 0e2d2c6..9d6e9fa 100644
--- a/libvpx.obsinfo
+++ b/libvpx.obsinfo
@@ -1,4 +1,4 @@
name: libvpx
-version: 1.13.1
-mtime: 1696025174
-commit: 10b9492dcf05b652e2e4b370e205bd605d421972
+version: 1.14.1
+mtime: 1717012823
+commit: 12f3a2ac603e8f10742105519e0cd03c3b8f71dd
diff --git a/libvpx.spec b/libvpx.spec
index 81664ec..860b498 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,7 +1,7 @@
#
# spec file for package libvpx
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
#
-%define sover 8
+%define sover 9
+%define use_gcc13 0%{?suse_version} < 1600
Name: libvpx
-Version: 1.13.1
+Version: 1.14.1
Release: 0
Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later
@@ -27,8 +28,12 @@ URL: https://www.webmproject.org/
Source0: %{name}-%{version}.tar.xz
Source1000: baselibs.conf
Patch2: libvpx-configure-add-arch.patch
-# only needed for test suite
+%if %use_gcc13
+BuildRequires: gcc13-c++
+%else
BuildRequires: gcc-c++
+%endif
+# only needed for test suite
# Needed to be able to create pkgconfig() provides.
BuildRequires: pkgconfig
BuildRequires: yasm
@@ -97,6 +102,10 @@ sed -i~ /ssse3/d configure
sed -i~ 's@ssse3@@' build/make/rtcd.pl
%endif
cd build
+%if %use_gcc13
+export CXX=g++-13
+export CC=gcc-13
+%endif
# It is only an emulation of autotools configure; the macro does not work
export CFLAGS="%{optflags} -O3"
export CXXFLAGS="%{optflags} -O3"