1
0
forked from jengelh/SVT-AV1

SVT-AV1 2.3.0

This commit is contained in:
Jan Engelhardt 2024-10-30 00:04:41 +01:00
parent 8e359f256b
commit f7f6c3ada3
4 changed files with 20 additions and 5 deletions

BIN
SVT-AV1-v2.2.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
SVT-AV1-v2.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Oct 29 22:11:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3.0
* Improved fast-decode level 1 option to increase its AV1 software
cycle reduction by ~10% while maintaining the same quality
levels.
* New fast-decode level 2 to allow for an average AV1 software
cycle reduction of 25-50% vs fast-decode 0 with a 1-3% BD-Rate
loss across the presets.
* Improved --lp settings for high resolutions, with CRF gaining a
~4% improvement in speed and VBR gaining ~15%.
* Further ARM-based optimizations improving the efficiency of
previously written NEON implementations by an average of 30%.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 23 20:39:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Fri Aug 23 20:39:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: SVT-AV1 Name: SVT-AV1
Version: 2.2.1 Version: 2.3.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
@ -64,7 +64,7 @@ This package contains the header files for svt-av1.
%autosetup -p1 -n %name-v%version %autosetup -p1 -n %name-v%version
%build %build
%cmake %cmake -DNATIVE=OFF
%cmake_build %cmake_build
%install %install