From f526043b2639cdd32f4e4f658c94a98500389c131e97e6696eb2d7f72c5fb06d Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 3 May 2023 06:29:27 +0000 Subject: [PATCH] Accepting request 1084176 from home:alois:branches:multimedia:libs - Update to version 1.2.0 * Improvements on attachments of props and T.35 entries on output pictures * NEON z1/z3 high bit-depth optimizations and improvements for 8bpc * SSSE3 z2/z3 8bpc and SSSE3 z1/z3 high bit-depth optimziations * refmvs.save_tmvs optimizations in SSSE3/AVX2/AVX-512 * AVX-512 optimizations for high bit-depth itx (16x64, 32x64, 64x16, 64x32, 64x64) * AVX2 optimizations for 12bpc for 16x32, 32x16, 32x32 itx OBS-URL: https://build.opensuse.org/request/show/1084176 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=62 --- dav1d-1.1.0.tar.gz | 3 --- dav1d-1.2.0.tar.gz | 3 +++ dav1d.changes | 14 ++++++++++++++ dav1d.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 dav1d-1.1.0.tar.gz create mode 100644 dav1d-1.2.0.tar.gz diff --git a/dav1d-1.1.0.tar.gz b/dav1d-1.1.0.tar.gz deleted file mode 100644 index 47666b7..0000000 --- a/dav1d-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b163791a587c083803a3db2cd18b4fbaf7fb865b47d038c4869ffef7722b6b16 -size 1427047 diff --git a/dav1d-1.2.0.tar.gz b/dav1d-1.2.0.tar.gz new file mode 100644 index 0000000..83ecacc --- /dev/null +++ b/dav1d-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88669c6113ddfda068f03bf8e864e4e6a1ea2e2480afec86d1bf91a8c600e79d +size 1462220 diff --git a/dav1d.changes b/dav1d.changes index d3a3b01..933a978 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed May 3 06:27:24 UTC 2023 - Luigi Baldoni + +- Update to version 1.2.0 + * Improvements on attachments of props and T.35 entries on + output pictures + * NEON z1/z3 high bit-depth optimizations and improvements for + 8bpc + * SSSE3 z2/z3 8bpc and SSSE3 z1/z3 high bit-depth optimziations + * refmvs.save_tmvs optimizations in SSSE3/AVX2/AVX-512 + * AVX-512 optimizations for high bit-depth itx (16x64, 32x64, + 64x16, 64x32, 64x64) + * AVX2 optimizations for 12bpc for 16x32, 32x16, 32x32 itx + ------------------------------------------------------------------- Tue Mar 7 19:40:24 UTC 2023 - Michael Gorse diff --git a/dav1d.spec b/dav1d.spec index f8987d1..3234260 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -19,7 +19,7 @@ %define sover 6 Name: dav1d -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause