SHA256
1
0
forked from pool/SVT-AV1

Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 5 additions and 26 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,24 +1,3 @@
-------------------------------------------------------------------
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>
- Update to release 2.2.1
* Bug fixes for ARM-based macOS only
-------------------------------------------------------------------
Mon Aug 19 20:39:27 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: SVT-AV1
Version: 2.3.0
Version: 2.2.0
Release: 0
Summary: An AV1 decoder/encoder for video streams
License: BSD-3-Clause-Clear
@ -64,7 +64,7 @@ This package contains the header files for svt-av1.
%autosetup -p1 -n %name-v%version
%build
%cmake -DNATIVE=OFF
%cmake
%cmake_build
%install