Accepting request 1152046 from multimedia:libs

- 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

OBS-URL: https://build.opensuse.org/request/show/1152046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=51
This commit is contained in:
Ana Guerrero 2024-02-28 18:44:58 +00:00 committed by Git OBS Bridge
commit 516e7f9010
7 changed files with 41 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.13.1</param>
<param name="revision">v1.14.0</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>

View File

@ -1 +1 @@
libvpx8
libvpx9

BIN
libvpx-1.13.1.obscpio (Stored with Git LFS)

Binary file not shown.

3
libvpx-1.14.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6582d97bafb39f22522f1dd6b1deb26b486f41a5c8c6999ae0da428b6e750f34
size 24609805

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Feb 27 08:22:28 UTC 2024 - Adrian Schröter <adrian@suse.de>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: libvpx
version: 1.13.1
mtime: 1696025174
commit: 10b9492dcf05b652e2e4b370e205bd605d421972
version: 1.14.0
mtime: 1704834742
commit: 602e2e8979d111b02c959470da5322797dd96a19

View File

@ -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