From f7f6c3ada3c4437e159e8f8d0e5b87aae464edd7be69f7e0df9f120adeb17a49 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 30 Oct 2024 00:04:41 +0100 Subject: [PATCH] SVT-AV1 2.3.0 --- SVT-AV1-v2.2.1.tar.gz | 3 --- SVT-AV1-v2.3.0.tar.gz | 3 +++ SVT-AV1.changes | 15 +++++++++++++++ SVT-AV1.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 SVT-AV1-v2.2.1.tar.gz create mode 100644 SVT-AV1-v2.3.0.tar.gz diff --git a/SVT-AV1-v2.2.1.tar.gz b/SVT-AV1-v2.2.1.tar.gz deleted file mode 100644 index b0810af..0000000 --- a/SVT-AV1-v2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d02b54685542de0236bce4be1b50912aba68aff997c43b350d84a518df0cf4e5 -size 12418130 diff --git a/SVT-AV1-v2.3.0.tar.gz b/SVT-AV1-v2.3.0.tar.gz new file mode 100644 index 0000000..2955be1 --- /dev/null +++ b/SVT-AV1-v2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb0b484ef4a0dc281e94342a9f73ad458496f5d3457eca7465bec943910c6c3 +size 10839376 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index 31b643c..6e70a6f 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 29 22:11:44 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 5f2c7d7..cce1c79 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -17,7 +17,7 @@ Name: SVT-AV1 -Version: 2.2.1 +Version: 2.3.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 +%cmake -DNATIVE=OFF %cmake_build %install