Accepting request 717459 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/717459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2019-07-29 15:22:53 +00:00 committed by Git OBS Bridge
commit 5a2a3a3b90
6 changed files with 28 additions and 9 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/webmproject/libvpx.git</param>
<param name="scm">git</param>
<param name="version">1.8.0</param>
<param name="revision">v1.8.0</param>
<param name="version">1.8.1</param>
<param name="revision">v1.8.1</param>
</service>
<service mode="disabled" name="set_version" />

View File

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

3
libvpx-1.8.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:177d5d74158bd809212622dd87e1d6367efaca959c851da4bda34b27b60525d0
size 18498573

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jul 18 22:00:25 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.8.1:
* This release collects incremental improvements to many aspects
of the library.
* Upgrading:
- VP8E_SET_CPUUSED now accepts values up to 9 for vp9.
- VPX_CTRL_VP9E_SET_MAX_INTER_BITRATE_PCT had a spelling fix
(was VP8E).
- The --sdk-path option has been removed. If you were using it
to build for Android please read build/make/Android.mk for
alternatives.
- All PPC optimizations have been disabled:
https://bugs.chromium.org/p/webm/issues/detail?id=1522.
* Enhancements: Various changes to improve encoder rate control,
quality and speed for practically every use case.
* Bug fixes: vp9-rtc: Fix color artifacts for speed >= 8.
-------------------------------------------------------------------
Wed Apr 24 17:22:03 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -1,5 +1,5 @@
name: libvpx
version: 1.8.0
mtime: 1549299753
commit: b85ac11737430a7f600ac4efb643d4833afd7428
version: 1.8.1
mtime: 1563227733
commit: 8ae686757b708cd8df1d10c71586aff5355cfe1e

View File

@ -18,7 +18,7 @@
%define sover 6
Name: libvpx
Version: 1.8.0
Version: 1.8.1
Release: 0
Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later