forked from pool/SVT-AV1
Accepting request 949268 from home:iDesmI
- Update to 0.9.0 * New faster presets M9-M12, M12 reaching similar complexity level to that of x264 veryfast * New multi-pass and single pass VBR implementation minimizing the quality difference vs CRF while reducing the cycle overhead * Quality vs density tradeoffs improvements across all presets in CRF mode * Added support for CRF with capped bitrate * Added support for overlay frames and super resolution * Fixed film grain synthesis bugs * Added experimental support for > 4k resolutions * Added experimental support for the low delay prediction structure * Significant memory reduction especially for faster presets in a multi-threaded environment * API configuration structure cleanup removing all invalid or out of date parameters * Speedup legacy CPUs for faster development by adding SSE code for corresponding C-kernels * Updated the code license from BSD 2-clause to BSD 3-clause clear OBS-URL: https://build.opensuse.org/request/show/949268 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=25
This commit is contained in:
parent
292aa65bbb
commit
30e457f062
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de24e4a6c557498b2e8caf9cca438411db5f837d232b9390dc3899d974fec16f
|
||||
size 6396358
|
3
SVT-AV1-v0.9.0.tar.gz
Normal file
3
SVT-AV1-v0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51a41fc38ced0e9a56aa4300b1d872f3b43e2421644110852dfdb67440080c63
|
||||
size 9622885
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||
|
||||
- Update to 0.9.0
|
||||
* New faster presets M9-M12, M12 reaching similar complexity level to that of x264 veryfast
|
||||
* New multi-pass and single pass VBR implementation minimizing the quality difference vs CRF while reducing the cycle overhead
|
||||
* Quality vs density tradeoffs improvements across all presets in CRF mode
|
||||
* Added support for CRF with capped bitrate
|
||||
* Added support for overlay frames and super resolution
|
||||
* Fixed film grain synthesis bugs
|
||||
* Added experimental support for > 4k resolutions
|
||||
* Added experimental support for the low delay prediction structure
|
||||
* Significant memory reduction especially for faster presets in a multi-threaded environment
|
||||
* API configuration structure cleanup removing all invalid or out of date parameters
|
||||
* Speedup legacy CPUs for faster development by adding SSE code for corresponding C-kernels
|
||||
* Updated the code license from BSD 2-clause to BSD 3-clause clear
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 28 09:52:23 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
22
SVT-AV1.spec
22
SVT-AV1.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SVT-AV1
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,19 +18,19 @@
|
||||
|
||||
%define sover 0
|
||||
Name: SVT-AV1
|
||||
Version: 0.8.7
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: An AV1 decoder/encoder for video streams
|
||||
License: BSD-2-Clause-Patent
|
||||
License: BSD-3-Clause-Clear
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://gitlab.com/AOMediaCodec/SVT-AV1
|
||||
Source: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v%{version}/SVT-AV1-v%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake >= 3.5.1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-c++ >= 5.4.0
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: yasm
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: yasm >= 1.2.0
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
@ -103,18 +103,18 @@ cp -a Docs README.md "$b/"
|
||||
%postun -n libSvtAv1Enc%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libSvtAv1Dec%{sover}
|
||||
%license LICENSE.md
|
||||
%license LICENSE.md PATENTS.md
|
||||
%{_libdir}/libSvtAv1Dec.so.%{sover}*
|
||||
|
||||
%files -n libSvtAv1Enc%{sover}
|
||||
%license LICENSE.md
|
||||
%license LICENSE.md PATENTS.md
|
||||
%{_libdir}/libSvtAv1Enc.so.%{sover}*
|
||||
|
||||
%files
|
||||
%{_bindir}/SvtAv1DecApp
|
||||
%{_bindir}/SvtAv1EncApp
|
||||
%{_mandir}/man1/SvtAv1DecApp.1*
|
||||
%{_mandir}/man1/SvtAv1EncApp.1*
|
||||
%{_mandir}/man1/SvtAv1DecApp.1%{?ext_man}
|
||||
%{_mandir}/man1/SvtAv1EncApp.1%{?ext_man}
|
||||
%doc %{_defaultdocdir}/%{name}/
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user