From 5752b3866b8dc997639ef7b8f42d7496e3cfdbdd4879bbc919250bcb437762b2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 20 May 2024 10:21:51 +0000 Subject: [PATCH 1/2] - Update to release 2.1 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=49 --- SVT-AV1-v2.0.0.tar.gz | 3 --- SVT-AV1-v2.1.0.tar.gz | 3 +++ SVT-AV1.changes | 12 ++++++++++++ SVT-AV1.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 SVT-AV1-v2.0.0.tar.gz create mode 100644 SVT-AV1-v2.1.0.tar.gz diff --git a/SVT-AV1-v2.0.0.tar.gz b/SVT-AV1-v2.0.0.tar.gz deleted file mode 100644 index 6087d43..0000000 --- a/SVT-AV1-v2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff917e2c866bd35dc9c35fd416575a4fbb0a2605878465e1a0e838dbd882082 -size 10266404 diff --git a/SVT-AV1-v2.1.0.tar.gz b/SVT-AV1-v2.1.0.tar.gz new file mode 100644 index 0000000..92bc68f --- /dev/null +++ b/SVT-AV1-v2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a076807544f3b269518ab11656f77358284da7782cece497781ab64ed4cb8a +size 12714001 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index e1f2871..3875dfe 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 20 10:20:18 UTC 2024 - Jan Engelhardt + +- Update to release 2.1 + * Presets 6 and 12 are now pointing to presets 7 and 13 + respectively due to the lack of spacing between the presets. + * Added variance boost support to improve visual quality for + the tune vq mode. + * Speedup of 12–40% presets M0, M3, M5 and M6 while maintaining + similar quality levels. + * Improved the compression efficiency of presets M11-M13 by 1-2%. + ------------------------------------------------------------------- Wed Mar 13 23:32:09 UTC 2024 - Jan Engelhardt diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 7a756e0..4d81034 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -17,7 +17,7 @@ Name: SVT-AV1 -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: An AV1 decoder/encoder for video streams License: BSD-3-Clause-Clear @@ -30,7 +30,7 @@ BuildRequires: gcc-c++ >= 5.4.0 BuildRequires: help2man BuildRequires: pkgconfig BuildRequires: yasm >= 1.2.0 -ExclusiveArch: x86_64 aarch64 riscv64 +ExclusiveArch: %arm64 %riscv64 %x86_64 %description The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an From c07837a0a86b2f12d4b4098cca4751db3242ad88c35cc530b1aa667ab1ee49ec Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 25 May 2024 11:56:24 +0000 Subject: [PATCH 2/2] OBS dunno %x86_64 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=50 --- SVT-AV1.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 4d81034..d1921a3 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -30,7 +30,7 @@ BuildRequires: gcc-c++ >= 5.4.0 BuildRequires: help2man BuildRequires: pkgconfig BuildRequires: yasm >= 1.2.0 -ExclusiveArch: %arm64 %riscv64 %x86_64 +ExclusiveArch: aarch64 riscv64 x86_64 %description The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an