Accepting request 716652 from home:iznogood:branches:multimedia:libs
- 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. OBS-URL: https://build.opensuse.org/request/show/716652 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=105
This commit is contained in:
parent
e77f9aec98
commit
77822fe143
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/webmproject/libvpx.git</param>
|
<param name="url">https://github.com/webmproject/libvpx.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="version">1.8.0</param>
|
<param name="version">1.8.1</param>
|
||||||
<param name="revision">v1.8.0</param>
|
<param name="revision">v1.8.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version" />
|
<service mode="disabled" name="set_version" />
|
||||||
|
|
||||||
|
@ -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
3
libvpx-1.8.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:177d5d74158bd809212622dd87e1d6367efaca959c851da4bda34b27b60525d0
|
||||||
|
size 18498573
|
@ -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>
|
Wed Apr 24 17:22:03 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: libvpx
|
name: libvpx
|
||||||
version: 1.8.0
|
version: 1.8.1
|
||||||
mtime: 1549299753
|
mtime: 1563227733
|
||||||
commit: b85ac11737430a7f600ac4efb643d4833afd7428
|
commit: 8ae686757b708cd8df1d10c71586aff5355cfe1e
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 6
|
%define sover 6
|
||||||
Name: libvpx
|
Name: libvpx
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VP8/VP9 codec library
|
Summary: VP8/VP9 codec library
|
||||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user