SHA256
1
0
forked from pool/dav1d

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:
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

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>