From 324008f57c1e44ae5946d26ace742510f4f70aa0cbba7ea8773775d31e9ead58 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Jan 2023 23:39:09 +0000 Subject: [PATCH] Accepting request 1046316 from home:dirkmueller:Factory - update to 1.4.1: * Fix CRF with maxrate bug causing bitrate to be significantly limited for CRF encodings * Fix command line parsing forcing 1-pass in a 2-pass encoding mode when the --keyint=`x`s format is used * Fix decoder segfault due to assuming aligned buffers in the inverse transform assembly OBS-URL: https://build.opensuse.org/request/show/1046316 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=35 --- SVT-AV1-v1.4.0.tar.gz | 3 --- SVT-AV1-v1.4.1.tar.gz | 3 +++ SVT-AV1.changes | 11 +++++++++++ SVT-AV1.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 SVT-AV1-v1.4.0.tar.gz create mode 100644 SVT-AV1-v1.4.1.tar.gz diff --git a/SVT-AV1-v1.4.0.tar.gz b/SVT-AV1-v1.4.0.tar.gz deleted file mode 100644 index 640b10c..0000000 --- a/SVT-AV1-v1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4650b822c4eeb9656fbe96bd795e7a73cbfd1ab8c12546348ba88d8ed6b415 -size 10101325 diff --git a/SVT-AV1-v1.4.1.tar.gz b/SVT-AV1-v1.4.1.tar.gz new file mode 100644 index 0000000..20fc061 --- /dev/null +++ b/SVT-AV1-v1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7fc194afc6c90b43e0b80fa24c09940cb03bea394e0e1f5d1ded18e9ab23f +size 10105880 diff --git a/SVT-AV1.changes b/SVT-AV1.changes index 01132e9..dbd85e2 100644 --- a/SVT-AV1.changes +++ b/SVT-AV1.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 2 21:17:48 UTC 2023 - Dirk Müller + +- update to 1.4.1: + * Fix CRF with maxrate bug causing bitrate to be significantly limited for + CRF encodings + * Fix command line parsing forcing 1-pass in a 2-pass encoding mode when + the --keyint=`x`s format is used + * Fix decoder segfault due to assuming aligned buffers in the inverse + transform assembly + ------------------------------------------------------------------- Mon Dec 5 19:55:53 UTC 2022 - Dirk Müller diff --git a/SVT-AV1.spec b/SVT-AV1.spec index 690788e..f92bcf2 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -1,7 +1,7 @@ # # spec file for package SVT-AV1 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: SVT-AV1 -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: An AV1 decoder/encoder for video streams License: BSD-3-Clause-Clear