dav1d: update to 1.4.0.

Changes for 1.4.0 'Road Runner':
------------------------------------------------------

1.4.0 is a medium release of dav1d, focusing on new architecture support and optimizations

- 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
This commit is contained in:
wiz 2024-02-19 11:44:45 +00:00
parent f5c1876c8d
commit 34ab2e5097
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2023/10/19 15:07:32 wiz Exp $
# $NetBSD: Makefile,v 1.13 2024/02/19 11:44:45 wiz Exp $
DISTNAME= dav1d-1.3.0
DISTNAME= dav1d-1.4.0
CATEGORIES= multimedia
MASTER_SITES= https://downloads.videolan.org/pub/videolan/dav1d/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2023/10/19 15:07:32 wiz Exp $
$NetBSD: distinfo,v 1.13 2024/02/19 11:44:45 wiz Exp $
BLAKE2s (dav1d-1.3.0.tar.xz) = ad0da74cd257b2f759e7eb54be480528c75d83df434f0778e85ff7261020f6c2
SHA512 (dav1d-1.3.0.tar.xz) = a91d217b8656c452dd80f5597e988f0e7a2ea32b12092c2695e7dc388033db7b193f7a8c98413bec31d1c38af376561d39f7618b935c4feeb6498c5d2b43f6a4
Size (dav1d-1.3.0.tar.xz) = 885220 bytes
BLAKE2s (dav1d-1.4.0.tar.xz) = b978ebc37b9f5b90e6b606eebf67e79d33cbc4a63ea14d9931415840f40a0da1
SHA512 (dav1d-1.4.0.tar.xz) = 32fcb1d19f35bec62c05637987e0204cf76880af192685e0acb08ea30cb9dac889ee89be0f847c79c6c51210c375031b26cf6e4aabc91480e44777e9fb3cbe02
Size (dav1d-1.4.0.tar.xz) = 942120 bytes