Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
f7f6c3ada3 | |||
8e359f256b | |||
2f501847c1 | |||
9a076443a1 |
BIN
SVT-AV1-v2.2.1.tar.gz
(Stored with Git LFS)
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
BIN
SVT-AV1-v2.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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)
BIN
build.specials.obscpio
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user