Accepting request 882236 from home:dirkmueller:Factory

- udpate to 1.10.0:
  This maintenance release adds support for darwin20 and new codec controls, as
  well as numerous bug fixes.
  - Upgrading:
    New codec control is added to disable loopfilter for VP9.
    New encoder control is added to disable feature to increase Q on overshoot
    detection for CBR.
    Configure support for darwin20 is added.
    New codec control is added for VP9 rate control. The control ID of this
    interface is VP9E_SET_EXTERNAL_RATE_CONTROL. To make VP9 use a customized
    external rate control model, users will have to implement each callback
    function in vpx_rc_funcs_t and register them using libvpx API
    vpx_codec_control_() with the control ID.
  - Enhancement:
    Use -std=gnu++11 instead of -std=c++11 for c++ files.
  - Bug fixes:
    Override assembler with --as option of configure for MSVS.
    Fix several compilation issues with gcc 4.8.5.
    Fix to resetting rate control for temporal layers.
    Fix to the rate control stats of SVC example encoder when number of spatial
    layers is 1.
    Fix to reusing motion vectors from the base spatial layer in SVC.
    2 pass related flags removed from SVC example encoder.

OBS-URL: https://build.opensuse.org/request/show/882236
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=114
This commit is contained in:
Takashi Iwai 2021-04-13 17:00:14 +00:00 committed by Git OBS Bridge
parent b51bb0d16d
commit 087e0da193
6 changed files with 38 additions and 28 deletions

View File

@ -1,15 +0,0 @@
<services>
<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.9.0</param>
<param name="revision">v1.9.0</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Mar 30 22:20:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
- udpate to 1.10.0:
This maintenance release adds support for darwin20 and new codec controls, as
well as numerous bug fixes.
- Upgrading:
New codec control is added to disable loopfilter for VP9.
New encoder control is added to disable feature to increase Q on overshoot
detection for CBR.
Configure support for darwin20 is added.
New codec control is added for VP9 rate control. The control ID of this
interface is VP9E_SET_EXTERNAL_RATE_CONTROL. To make VP9 use a customized
external rate control model, users will have to implement each callback
function in vpx_rc_funcs_t and register them using libvpx API
vpx_codec_control_() with the control ID.
- Enhancement:
Use -std=gnu++11 instead of -std=c++11 for c++ files.
- Bug fixes:
Override assembler with --as option of configure for MSVS.
Fix several compilation issues with gcc 4.8.5.
Fix to resetting rate control for temporal layers.
Fix to the rate control stats of SVC example encoder when number of spatial
layers is 1.
Fix to reusing motion vectors from the base spatial layer in SVC.
2 pass related flags removed from SVC example encoder.
-------------------------------------------------------------------
Thu Aug 6 08:37:33 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,5 +0,0 @@
name: libvpx
version: 1.9.0
mtime: 1596139155
commit: 6516e974f8c40d0e49b19a4b55b1c98e7432edbb

View File

@ -1,7 +1,7 @@
#
# spec file for package libvpx
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define sover 6
Name: libvpx
Version: 1.9.0
Version: 1.10.0
Release: 0
Summary: VP8/VP9 codec library
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Productivity/Multimedia/Other
URL: http://www.webmproject.org/
Source0: libvpx-%{version}.tar.xz
URL: https://www.webmproject.org/
Source0: https://chromium.googlesource.com/webm/libvpx/+archive/v%{version}.tar.gz
Source1000: baselibs.conf
Patch1: libvpx-define-config_pic.patch
Patch2: libvpx-configure-add-s390.patch
@ -91,7 +91,7 @@ and audio streams compressed with the Vorbis audio codec.
The WebM file structure is based on the Matroska container.
%prep
%setup -q
%setup -q -c %{name}-%{version}
%patch1 -p1
%patch2 -p1
%patch4 -p1

3
v1.10.0.tar.gz Normal file
View File

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