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