diff --git a/SVT-AV1-v0.8.7.tar.gz b/SVT-AV1-v0.8.7.tar.gz deleted file mode 100644 index f3f07c5..0000000 --- a/SVT-AV1-v0.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de24e4a6c557498b2e8caf9cca438411db5f837d232b9390dc3899d974fec16f -size 6396358 diff --git a/SVT-AV1-v0.9.0.tar.gz b/SVT-AV1-v0.9.0.tar.gz new file mode 100644 index 0000000..3b479cc --- /dev/null +++ b/SVT-AV1-v0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a41fc38ced0e9a56aa4300b1d872f3b43e2421644110852dfdb67440080c63 +size 9622885 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index ead89ec..b938105 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri + +- 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 diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 6876a31..577c142 100644 --- a/SVT-AV1.spec +++ b/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