From aa4f169809dd63bde56c4447fc382c050ae0a6d87732c50f9a9b997bb38f3106 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Mar 2021 12:49:57 +0000 Subject: [PATCH] Accepting request 877708 from home:dirkmueller:Factory - update to 2.1.1: * Fixes a SSIM/MS-SSIM precision bug where a lossless comparison did not always result in a perfect 1.0 score. (#796). * Adds feature extractor options to clip the dB scores for both PSNR/SSIM. --aom_ctc v1.0 has been updated to use these clipping options according to the AOM CTC. (#802). - disable LTO build (fails at least since 2.1.0) OBS-URL: https://build.opensuse.org/request/show/877708 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=10 --- v2.1.0.tar.gz | 3 --- v2.1.1.tar.gz | 3 +++ vmaf.changes | 11 +++++++++++ vmaf.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 v2.1.0.tar.gz create mode 100644 v2.1.1.tar.gz diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz deleted file mode 100644 index ed6a133..0000000 --- a/v2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9f484346ea796b0a1e400503a8a147c664a50f0d6851bb97e6030258c1faeac -size 10142449 diff --git a/v2.1.1.tar.gz b/v2.1.1.tar.gz new file mode 100644 index 0000000..42fa198 --- /dev/null +++ b/v2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fc00ae1322a7eccfcf6d4f1cdf9c67eec8058709887c8c6c3795c617326f77 +size 10144000 diff --git a/vmaf.changes b/vmaf.changes index d5d3e5d..44d849e 100644 --- a/vmaf.changes +++ b/vmaf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 8 11:22:01 UTC 2021 - Dirk Müller + +- update to 2.1.1: + * Fixes a SSIM/MS-SSIM precision bug where a lossless comparison did not + always result in a perfect 1.0 score. (#796). + * Adds feature extractor options to clip the dB scores for both PSNR/SSIM. + --aom_ctc v1.0 has been updated to use these clipping options according to + the AOM CTC. (#802). +- disable LTO build (fails at least since 2.1.0) + ------------------------------------------------------------------- Thu Jan 7 15:37:35 UTC 2021 - ecsos diff --git a/vmaf.spec b/vmaf.spec index e0c205e..8f9f54e 100644 --- a/vmaf.spec +++ b/vmaf.spec @@ -19,8 +19,10 @@ %define sonum 1 %define lname libvmaf%sonum +# undefined reference to `vmaf_cpu_cpuid' +%define _lto_cflags %{nil} Name: vmaf -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Perceptual video quality assessment algorithm License: BSD-2-Clause-Patent AND BSD-3-Clause