Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5ffd63ac9a |
BIN
SVT-AV1-v3.0.1.tar.gz
LFS
BIN
SVT-AV1-v3.0.1.tar.gz
LFS
Binary file not shown.
BIN
SVT-AV1-v4.0.0.tar.gz
LFS
Normal file
BIN
SVT-AV1-v4.0.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 11:32:33 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.0.0
|
||||
* Extended the CRF range to 70, reducing the impact or QP scaling
|
||||
allowing the encoder to reach lower bitrates.
|
||||
* Added quarter steps between CRF increments to allow for further
|
||||
granularity in QP selection.
|
||||
* Added ability to calculate per-frame PSNR and SSIM metrics.
|
||||
* Added tune IQ and MS-SSIM for Still Image coding mode.
|
||||
* ~5-8x speedup M11-M0 at the same quality levels with tune
|
||||
MS-SSIM, and ~5-8% BD-Rate improvements at the same complexity
|
||||
with tune MS-SSIM.
|
||||
* ~5-15% speedup at similar quality levels in `--rtc` mode across
|
||||
presets 7–11.
|
||||
* Tradeoff improvements for the Random Access mode (VOD use case)
|
||||
showing a 10–25% speedup across presets M7 down to M0 for
|
||||
`--fast-decode 1` and 2.
|
||||
* Added AC Bias, a psychovisual feature that improves detail
|
||||
preservation and film grain retention.
|
||||
* Update S-Frame support to allow setting it in a specific decode
|
||||
order option and with more QP options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 10:08:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
26
SVT-AV1.spec
26
SVT-AV1.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SVT-AV1
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# 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: 3.0.1
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: An AV1 decoder/encoder for video streams
|
||||
License: BSD-3-Clause-Clear
|
||||
@@ -29,15 +29,14 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++ >= 5.4.0
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcpuinfo)
|
||||
BuildRequires: yasm
|
||||
BuildRequires: pkgconfig(libcpuinfo)
|
||||
# broken package
|
||||
# BuildRequires: cpuinfo-devel
|
||||
Provides: bundled(fastfeat)
|
||||
Provides: bundled(safestringlib)
|
||||
Provides: bundled(fastfeat)
|
||||
Provides: bundled(safestringlib)
|
||||
ExclusiveArch: aarch64 riscv64 x86_64
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
@@ -73,18 +72,20 @@ This package contains the header files for svt-av1.
|
||||
mv third_party/safestringlib/LICENSE third_party/safestringlib/LICENSE.safestringlib
|
||||
mv third_party/fastfeat/LICENSE third_party/fastfeat/LICENSE.fastfeat
|
||||
|
||||
#sanitize third_party
|
||||
# rm -rf third_party/cpuinfo
|
||||
rm -rf third_party/aom*
|
||||
rm -rf third_party/googletest
|
||||
|
||||
rm -Rf third_party/googletest
|
||||
|
||||
%build
|
||||
# ABI break, https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2337
|
||||
sv="$PWD/lib.v"
|
||||
ver=$(echo %version | cut -d+ -f1)
|
||||
echo "SVT_$ver { global: *; };" >"$sv"
|
||||
|
||||
%cmake \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv" \
|
||||
-DNATIVE=OFF \
|
||||
-DSVT_AV1_LTO=ON \
|
||||
-DENABLE_AVX512=ON \
|
||||
-DSVT_AV1_PGO=ON
|
||||
-DSVT_AV1_PGO=ON
|
||||
# -DUSE_EXTERNAL_CPUINFO=ON \
|
||||
# cpuinfo cmake is broken, force fallback to pkg-config
|
||||
%cmake_build
|
||||
@@ -117,6 +118,7 @@ cp -a Docs README.md "$b/"
|
||||
%files devel
|
||||
%_libdir/libSvtAv1Enc.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_libdir/cmake/
|
||||
%_includedir/svt-av1/
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user