From 6bde63314c40e87bdfebc20789bf491f4e1d56364d4472b8d875d5bff1cdde2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 27 Feb 2024 08:35:52 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=130 --- _service | 2 +- baselibs.conf | 2 +- libvpx-1.13.1.obscpio | 3 --- libvpx-1.14.0.obscpio | 3 +++ libvpx.changes | 30 ++++++++++++++++++++++++++++++ libvpx.obsinfo | 6 +++--- libvpx.spec | 6 +++--- 7 files changed, 41 insertions(+), 11 deletions(-) delete mode 100644 libvpx-1.13.1.obscpio create mode 100644 libvpx-1.14.0.obscpio diff --git a/_service b/_service index 16e6ed3..b3adacc 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ v(.*) - v1.13.1 + v1.14.0 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.0.obscpio b/libvpx-1.14.0.obscpio new file mode 100644 index 0000000..5eb4098 --- /dev/null +++ b/libvpx-1.14.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6582d97bafb39f22522f1dd6b1deb26b486f41a5c8c6999ae0da428b6e750f34 +size 24609805 diff --git a/libvpx.changes b/libvpx.changes index bf9a7ef..0c9e139 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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..fc6cb14 100644 --- a/libvpx.obsinfo +++ b/libvpx.obsinfo @@ -1,4 +1,4 @@ name: libvpx -version: 1.13.1 -mtime: 1696025174 -commit: 10b9492dcf05b652e2e4b370e205bd605d421972 +version: 1.14.0 +mtime: 1704834742 +commit: 602e2e8979d111b02c959470da5322797dd96a19 diff --git a/libvpx.spec b/libvpx.spec index 81664ec..b65444e 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,9 @@ # -%define sover 8 +%define sover 9 Name: libvpx -Version: 1.13.1 +Version: 1.14.0 Release: 0 Summary: VP8/VP9 codec library License: BSD-3-Clause AND GPL-2.0-or-later