Accepting request 1065873 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1065873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=48
This commit is contained in:
commit
a28015f9c5
2
_service
2
_service
@ -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.12.0</param>
|
||||
<param name="revision">v1.13.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1 +1 @@
|
||||
libvpx7
|
||||
libvpx8
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d8cdf339d5d5a07893ef9452699dbe14da96f89684f6bcf6212c59f282cfdf
|
||||
size 23551501
|
3
libvpx-1.13.0.obscpio
Normal file
3
libvpx-1.13.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cad179c757b63e0a36d52fe0fe402c848bdf32c5e2bb63bf9b0ed02472d1f958
|
||||
size 23993869
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 12:31:04 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.13.0:
|
||||
* This release includes more Neon and AVX2 optimizations, adds a
|
||||
new codec control to set per frame QP, upgrades GoogleTest to
|
||||
v1.12.1, and includes numerous bug fixes.
|
||||
* Upgrading:
|
||||
- This release is ABI incompatible with the previous release.
|
||||
- New codec control VP9E_SET_QUANTIZER_ONE_PASS to set per
|
||||
frame QP.
|
||||
- GoogleTest is upgraded to v1.12.1.
|
||||
- .clang-format is upgraded to clang-format-11.
|
||||
- VPX_EXT_RATECTRL_ABI_VERSION was bumped due to incompatible
|
||||
changes to the feature of using external rate control models
|
||||
for vp9.
|
||||
* Enhancement:
|
||||
- Numerous improvements on Neon optimizations.
|
||||
- Numerous improvements on AVX2 optimizations.
|
||||
- Additional ARM targets added for Visual Studio.
|
||||
* Bug fixes:
|
||||
- Fix to calculating internal stats when frame dropped.
|
||||
- Fix to segfault for external resize test in vp9.
|
||||
- Fix to build system with replacing egrep with grep -E.
|
||||
- Fix to a few bugs with external RTC rate control library.
|
||||
- Fix to make SVC work with VBR.
|
||||
- Fix to key frame setting in VP9 external RC.
|
||||
- Fix to -Wimplicit-int (Clang 16).
|
||||
- Fix to VP8 external RC for buffer levels.
|
||||
- Fix to VP8 external RC for dynamic update of layers.
|
||||
- Fix to VP9 auto level.
|
||||
- Fix to off-by-one error of max w/h in validate_config.
|
||||
- Fix to make SVC work for Profile 1.
|
||||
- Bump sover define to 8 (and in baselibs.conf) following upstream
|
||||
changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 21:46:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libvpx
|
||||
version: 1.12.0
|
||||
mtime: 1656442848
|
||||
commit: 03265cd42b3783532de72f2ded5436652e6f5ce3
|
||||
version: 1.13.0
|
||||
mtime: 1675820031
|
||||
commit: d6eb9696aa72473c1a11d34d928d35a3acc0c9a9
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libvpx
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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 7
|
||||
%define sover 8
|
||||
Name: libvpx
|
||||
Version: 1.12.0
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: VP8/VP9 codec library
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
@ -142,8 +142,7 @@ make %{?_smp_mflags} verbose=yes GEN_EXAMPLES= DESTDIR=%{buildroot} install
|
||||
# needs network to download >400MB data
|
||||
# make test
|
||||
|
||||
%post -n %{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n %{name}%{sover} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{name}%{sover}
|
||||
|
||||
%files -n vpx-tools
|
||||
%{_bindir}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user