From cf53db5c02a715584da6c42bf8c228c4c13545e2da3e435857dd0ef0dc0c43c5 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 15 Mar 2024 08:11:50 +0000 Subject: [PATCH] Accepting request 1158158 from home:alois:branches:multimedia:libs - Update to version 1.4.1 * Optimizations for 6tap filters for NEON (ARM) * More RISC-V optimizations for itx (4x8, 8x4, 4x16, 16x4, 8x16, 16x8) * Reduction of binary size on ARM64, ARM32 and RISC-V * Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter * Msac optimizations OBS-URL: https://build.opensuse.org/request/show/1158158 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=78 --- dav1d-1.4.0.tar.gz | 3 --- dav1d-1.4.1.tar.gz | 3 +++ dav1d.changes | 11 +++++++++++ dav1d.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 dav1d-1.4.0.tar.gz create mode 100644 dav1d-1.4.1.tar.gz diff --git a/dav1d-1.4.0.tar.gz b/dav1d-1.4.0.tar.gz deleted file mode 100644 index 653ce2a..0000000 --- a/dav1d-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b6d484fc3d20541a21403812499530b72875dee0ec88f682cb1d73943dfc156 -size 1587137 diff --git a/dav1d-1.4.1.tar.gz b/dav1d-1.4.1.tar.gz new file mode 100644 index 0000000..45de0e5 --- /dev/null +++ b/dav1d-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04da7689748a3501d00b6796b6de0596177019709ecc6095c667b7964895dd8c +size 1595517 diff --git a/dav1d.changes b/dav1d.changes index 633a8d7..adc2ded 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 15 07:49:30 UTC 2024 - Luigi Baldoni + +- Update to version 1.4.1 + * Optimizations for 6tap filters for NEON (ARM) + * More RISC-V optimizations for itx (4x8, 8x4, 4x16, 16x4, + 8x16, 16x8) + * Reduction of binary size on ARM64, ARM32 and RISC-V + * Fix out-of-bounds read in 8bpc SSE2/SSSE3 wiener_filter + * Msac optimizations + ------------------------------------------------------------------- Wed Feb 14 20:10:15 UTC 2024 - Luigi Baldoni diff --git a/dav1d.spec b/dav1d.spec index dc2a9c9..7b3ee9d 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -19,7 +19,7 @@ %define sover 7 Name: dav1d -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause