SHA256
1
0
forked from pool/SVT-AV1

- Update to release 2.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=46
This commit is contained in:
Jan Engelhardt 2024-03-13 23:43:13 +00:00 committed by Git OBS Bridge
parent 475bcc467c
commit 464a9ee130
4 changed files with 26 additions and 11 deletions

View File

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

3
SVT-AV1-v2.0.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 13 23:32:09 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0
* Changed the API signaling the End Of Stream (EOS) with the
last frame vs with an empty frame
* Removed the 3-pass VBR mode which changed the calling
mechanism of multi-pass VBR
* Improve the tradeoffs for the random access mode across
presets:
* Improved the compression efficiency of presets M9-M13 by 1-4%
* Replaced the 3-pass VBR with a 2-pass VBR
* Memory savings of 20-35% for LP 8 mode in preset M6 and below
and 1-5% in other modes/presets
-------------------------------------------------------------------
Tue Dec 12 09:46:46 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package SVT-AV1
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: SVT-AV1
Version: 1.8.0
Version: 2.0.0
Release: 0
Summary: An AV1 decoder/encoder for video streams
License: BSD-3-Clause-Clear
@ -50,11 +50,11 @@ a work-in-progress targeting performance levels applicable to both VOD and Live
encoding / transcoding video applications. The SVT-AV1 decoder implementation
is targeting future codec research activities.
%package -n libSvtAv1Enc1
%package -n libSvtAv1Enc2
Summary: An AV1 decoder/encoder for video streams
Group: System/Libraries
%description -n libSvtAv1Enc1
%description -n libSvtAv1Enc2
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is
a work-in-progress targeting performance levels applicable to both VOD and Live
@ -65,7 +65,7 @@ is targeting future codec research activities.
Summary: Development files for %name
Group: Development/Libraries/C and C++
Requires: libSvtAv1Dec0 = %version
Requires: libSvtAv1Enc1 = %version
Requires: libSvtAv1Enc2 = %version
%description devel
An AV1 encoder for video streams from Intel.
@ -98,14 +98,14 @@ cp -a Docs README.md "$b/"
%post -n libSvtAv1Dec0 -p /sbin/ldconfig
%postun -n libSvtAv1Dec0 -p /sbin/ldconfig
%post -n libSvtAv1Enc1 -p /sbin/ldconfig
%postun -n libSvtAv1Enc1 -p /sbin/ldconfig
%post -n libSvtAv1Enc2 -p /sbin/ldconfig
%postun -n libSvtAv1Enc2 -p /sbin/ldconfig
%files -n libSvtAv1Dec0
%license LICENSE.md PATENTS.md
%_libdir/libSvtAv1Dec.so.*
%files -n libSvtAv1Enc1
%files -n libSvtAv1Enc2
%license LICENSE.md PATENTS.md
%_libdir/libSvtAv1Enc.so.*