Accepting request 1146648 from home:alois:branches:multimedia:libs

- Update to version 1.4.0
  * AVX-512 optimizations for z1, z2, z3 in 8bit and
    high-bitdepth
  * New architecture supported: loongarch
  * Loongarch optimizations for 8bit
  * New architecture supported: RISC-V
  * RISC-V optimizations for itx
  * Misc improvements in threading and in reducing binary size
  * Fix potential integer overflow with extremely large frame
    sizes

OBS-URL: https://build.opensuse.org/request/show/1146648
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=71
This commit is contained in:
Luigi Baldoni 2024-02-14 20:16:40 +00:00 committed by Git OBS Bridge
parent 44291cb2c1
commit b4641c56e8
4 changed files with 19 additions and 5 deletions

BIN
dav1d-1.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
dav1d-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b6d484fc3d20541a21403812499530b72875dee0ec88f682cb1d73943dfc156
size 1587137

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Feb 14 20:10:15 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.4.0
* AVX-512 optimizations for z1, z2, z3 in 8bit and
high-bitdepth
* New architecture supported: loongarch
* Loongarch optimizations for 8bit
* New architecture supported: RISC-V
* RISC-V optimizations for itx
* Misc improvements in threading and in reducing binary size
* Fix potential integer overflow with extremely large frame
sizes
-------------------------------------------------------------------
Wed Oct 4 04:17:53 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package dav1d
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define sover 7
Name: dav1d
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause