Compare commits

..

4 Commits

Author SHA256 Message Date
f7f6c3ada3 SVT-AV1 2.3.0 2024-10-30 00:04:41 +01:00
8e359f256b SVT-AV1 2.2.1 2024-08-23 22:41:04 +02:00
2f501847c1 SVT-AV1 2.2.0 2024-08-19 22:51:20 +02:00
9a076443a1 SVT-AV1 2.1.2 2024-07-11 17:43:00 +02:00
6 changed files with 20 additions and 12 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

View File

@ -1,4 +0,0 @@
mtime: 1724445664
commit: 8e359f256bba15ec974277caffb5901438ed2918f4142ce53a75209cce65a30e
url: https://src.opensuse.org/jengelh/SVT-AV1
revision: master

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.