forked from pool/libvpx
Accepting request 826291 from multimedia:libs
- Update to 1.9.0 This release adds support for NV12, a separate library for rate control, as well as incremental improvements. - Upgrading: NV12 support is added to this release. A new interface is added for VP9 rate control. The new library libvp9rc.a must be linked by applications. Googletest is updated to v1.10.0. simple_encode.cc is compiled into a new library libsimple_encode.a with CONFIG_RATE_CTRL. - Enhancement: Various changes to improve VP9 SVC, rate control, quality and speed to real time encoding. - Bug fixes: Fix key frame update refresh simulcast flexible svc. Fix to disable_16x16part speed feature for real time encoding. Fix some signed integer overflows for VP9 rate control. Fix initialization of delta_q_uv. Fix condition in regulate_q for cyclic refresh. Various fixes to dynamic resizing for VP9 SVC. OBS-URL: https://build.opensuse.org/request/show/826291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvpx?expand=0&rev=42
This commit is contained in:
4
_service
4
_service
@@ -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.2</param>
|
||||
<param name="revision">v1.8.2</param>
|
||||
<param name="version">1.9.0</param>
|
||||
<param name="revision">v1.9.0</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9c2217a6a7ba49e36b5a97ff622b905c278311d5f19042c2f894c33c63841d4
|
||||
size 22732301
|
3
libvpx-1.9.0.obscpio
Normal file
3
libvpx-1.9.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaf4762d933c9c81b1cdcfbe7f10221a1a5f4b954324df150039da82dcfb7abb
|
||||
size 22581773
|
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 08:37:33 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.9.0
|
||||
|
||||
This release adds support for NV12, a separate library for rate control, as
|
||||
well as incremental improvements.
|
||||
|
||||
- Upgrading:
|
||||
NV12 support is added to this release.
|
||||
A new interface is added for VP9 rate control. The new library libvp9rc.a
|
||||
must be linked by applications.
|
||||
Googletest is updated to v1.10.0.
|
||||
simple_encode.cc is compiled into a new library libsimple_encode.a with
|
||||
CONFIG_RATE_CTRL.
|
||||
|
||||
- Enhancement:
|
||||
Various changes to improve VP9 SVC, rate control, quality and speed to real
|
||||
time encoding.
|
||||
|
||||
- Bug fixes:
|
||||
Fix key frame update refresh simulcast flexible svc.
|
||||
Fix to disable_16x16part speed feature for real time encoding.
|
||||
Fix some signed integer overflows for VP9 rate control.
|
||||
Fix initialization of delta_q_uv.
|
||||
Fix condition in regulate_q for cyclic refresh.
|
||||
Various fixes to dynamic resizing for VP9 SVC.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 10:35:38 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name: libvpx
|
||||
version: 1.8.2
|
||||
mtime: 1575932960
|
||||
commit: 7ec7a33a081aeeb53fed1a8d87e4cbd189152527
|
||||
version: 1.9.0
|
||||
mtime: 1596139155
|
||||
commit: 6516e974f8c40d0e49b19a4b55b1c98e7432edbb
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 6
|
||||
Name: libvpx
|
||||
Version: 1.8.2
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: VP8/VP9 codec library
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
|
Reference in New Issue
Block a user