From e71f9dfd7cf7ad360373f2a9fe2e8b162489c8cd70b144840c569594e9290ed5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 20 Oct 2022 20:27:33 +0000 Subject: [PATCH] Accepting request 1030153 from home:iznogood:branches:multimedia:libs - Update to release 1.3.0: * Encoder: - Port SIMD optimizations from libDav1D making the conformant path (Inv. Transform) faster - Enabling smaller mini-GOP size configurations and tuning it for the low delay mode - Tuning the low-latency mode in random access targeting latencies from 250ms to 1s - Adding GOP-constrained Rate Control targeting low-latency streaming applications - Optimize mode decision features levels for depth partitioning, RDOQ, MD stage0 pruning in-loop filtering temporal filtering and TPL adding more granularity and gaining further quality - Preset tuning M0-M13 to smooth the spacing and utilize the quality improvements towards better tradeoffs * Build, Cleanup and Documentation: - Update preset and API documentation - Various functional bug fixes - Remove the use of GLOB in cmake and use file names - Changes from release 1.2.1: * Encoder: Fix a crash at the end of the encode that may occur when an invalid metadata packet is sent with the EOS packet * Build, Cleanup: - y4m header pasring code cleanup - API cleanup and enhancements adding string options for RC mode - Added option to build without app / dec / enc using the build.sh / build.bat scripts OBS-URL: https://build.opensuse.org/request/show/1030153 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=31 --- SVT-AV1-v1.2.0.tar.gz | 3 --- SVT-AV1-v1.3.0.tar.gz | 3 +++ SVT-AV1.changes | 33 +++++++++++++++++++++++++++++++++ SVT-AV1.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 SVT-AV1-v1.2.0.tar.gz create mode 100644 SVT-AV1-v1.3.0.tar.gz diff --git a/SVT-AV1-v1.2.0.tar.gz b/SVT-AV1-v1.2.0.tar.gz deleted file mode 100644 index 05f5f25..0000000 --- a/SVT-AV1-v1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57aa48d6602d5f57b857d6eb89bb349e76c7b7aa9a70e681508dd137a0cc274c -size 10193215 diff --git a/SVT-AV1-v1.3.0.tar.gz b/SVT-AV1-v1.3.0.tar.gz new file mode 100644 index 0000000..7ad9cc5 --- /dev/null +++ b/SVT-AV1-v1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841408b92c7b09957340112775369ea6fa763eaf4a8c10974cfa48f33c47a122 +size 10111667 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index 57f8559..fa29b86 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Oct 20 11:51:11 UTC 2022 - Bjørn Lie + +- Update to release 1.3.0: + * Encoder: + - Port SIMD optimizations from libDav1D making the conformant + path (Inv. Transform) faster + - Enabling smaller mini-GOP size configurations and tuning it + for the low delay mode + - Tuning the low-latency mode in random access targeting + latencies from 250ms to 1s + - Adding GOP-constrained Rate Control targeting low-latency + streaming applications + - Optimize mode decision features levels for depth + partitioning, RDOQ, MD stage0 pruning in-loop filtering + temporal filtering and TPL adding more granularity and + gaining further quality + - Preset tuning M0-M13 to smooth the spacing and utilize the + quality improvements towards better tradeoffs + * Build, Cleanup and Documentation: + - Update preset and API documentation + - Various functional bug fixes + - Remove the use of GLOB in cmake and use file names +- Changes from release 1.2.1: + * Encoder: Fix a crash at the end of the encode that may occur + when an invalid metadata packet is sent with the EOS packet + * Build, Cleanup: + - y4m header pasring code cleanup + - API cleanup and enhancements adding string options for RC + mode + - Added option to build without app / dec / enc using the + build.sh / build.bat scripts + ------------------------------------------------------------------- Wed Aug 3 15:07:11 UTC 2022 - Jan Engelhardt diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 436d954..bab7535 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -17,13 +17,13 @@ Name: SVT-AV1 -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: An AV1 decoder/encoder for video streams License: BSD-3-Clause-Clear Group: Productivity/Multimedia/Other URL: https://gitlab.com/AOMediaCodec/SVT-AV1 -Source: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v%version/SVT-AV1-v%version.tar.gz +Source: %url/-/archive/v%version/SVT-AV1-v%version.tar.gz BuildRequires: cmake >= 3.5.1 BuildRequires: fdupes BuildRequires: gcc-c++ >= 5.4.0