forked from pool/SVT-AV1
Accepting request 1167492 from multimedia:libs
- Update to release 2.0 OBS-URL: https://build.opensuse.org/request/show/1167492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=13
This commit is contained in:
commit
9e79ecd360
@ -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
3
SVT-AV1-v2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ff917e2c866bd35dc9c35fd416575a4fbb0a2605878465e1a0e838dbd882082
|
||||||
|
size 10266404
|
@ -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>
|
Tue Dec 12 09:46:46 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
18
SVT-AV1.spec
18
SVT-AV1.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SVT-AV1
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: SVT-AV1
|
Name: SVT-AV1
|
||||||
Version: 1.8.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AV1 decoder/encoder for video streams
|
Summary: An AV1 decoder/encoder for video streams
|
||||||
License: BSD-3-Clause-Clear
|
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
|
encoding / transcoding video applications. The SVT-AV1 decoder implementation
|
||||||
is targeting future codec research activities.
|
is targeting future codec research activities.
|
||||||
|
|
||||||
%package -n libSvtAv1Enc1
|
%package -n libSvtAv1Enc2
|
||||||
Summary: An AV1 decoder/encoder for video streams
|
Summary: An AV1 decoder/encoder for video streams
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libSvtAv1Enc1
|
%description -n libSvtAv1Enc2
|
||||||
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
|
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
|
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
|
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
|
Summary: Development files for %name
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libSvtAv1Dec0 = %version
|
Requires: libSvtAv1Dec0 = %version
|
||||||
Requires: libSvtAv1Enc1 = %version
|
Requires: libSvtAv1Enc2 = %version
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
An AV1 encoder for video streams from Intel.
|
An AV1 encoder for video streams from Intel.
|
||||||
@ -96,16 +96,14 @@ mkdir -p "$b"
|
|||||||
cp -a Docs README.md "$b/"
|
cp -a Docs README.md "$b/"
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%post -n libSvtAv1Dec0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libSvtAv1Dec0
|
||||||
%postun -n libSvtAv1Dec0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libSvtAv1Enc2
|
||||||
%post -n libSvtAv1Enc1 -p /sbin/ldconfig
|
|
||||||
%postun -n libSvtAv1Enc1 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libSvtAv1Dec0
|
%files -n libSvtAv1Dec0
|
||||||
%license LICENSE.md PATENTS.md
|
%license LICENSE.md PATENTS.md
|
||||||
%_libdir/libSvtAv1Dec.so.*
|
%_libdir/libSvtAv1Dec.so.*
|
||||||
|
|
||||||
%files -n libSvtAv1Enc1
|
%files -n libSvtAv1Enc2
|
||||||
%license LICENSE.md PATENTS.md
|
%license LICENSE.md PATENTS.md
|
||||||
%_libdir/libSvtAv1Enc.so.*
|
%_libdir/libSvtAv1Enc.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user