Skip to content

Commit

Permalink
multimedia/dav1d: Update to 1.5.0
Browse files Browse the repository at this point in the history
Changelog:
Changes for 1.5.0 'Sonic':
--------------------------

1.5.0 is a major release of dav1d, that:
 - WARNING: we removed some of the SSE2 optimizations, so if you care about
            systems without SSSE3, you should be careful when updating!
 - Add Arm OpenBSD run-time CPU feature
 - Optimize index offset calculations for decode_coefs
 - picture: copy HDR10+ and T35 metadata only to visible frames
 - SSSE3 new optimizations for 6-tap (8bit and hbd)
 - AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
 - AArch64: Add USMMLA implempentation for 6-tap H/HV
 - AArch64: Optimize Armv8.0 NEON for HBD horizontal filters and 6-tap filters
 - Power9: Optimized ITX till 16x4.
 - Loongarch: numerous optimizations
 - RISC-V optimizations for pal, cdef_filter, ipred, mc_blend, mc_bdir, itx
 - Allow playing videos in full-screen mode in dav1dplay
  • Loading branch information
ryoon committed Oct 23, 2024
1 parent 1c6eff8 commit c386586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions multimedia/dav1d/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2024/06/28 13:29:15 ryoon Exp $
# $NetBSD: Makefile,v 1.16 2024/10/23 21:07:22 ryoon Exp $

DISTNAME= dav1d-1.4.3
DISTNAME= dav1d-1.5.0
CATEGORIES= multimedia
MASTER_SITES= https://downloads.videolan.org/pub/videolan/dav1d/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
Expand Down
8 changes: 4 additions & 4 deletions multimedia/dav1d/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2024/06/28 13:29:15 ryoon Exp $
$NetBSD: distinfo,v 1.16 2024/10/23 21:07:22 ryoon Exp $

BLAKE2s (dav1d-1.4.3.tar.xz) = 04d478e72803fd5a65d7e3cedc8e8bcb74a54576903ae5c176d21a92031544d4
SHA512 (dav1d-1.4.3.tar.xz) = 6f3233acfb7d248155ac4beb237fe48186fdfb378820f0b15a5ca54a5642a63ebae48446075f10c6be77a8b9a95ddf41c6709af21936af793f1bbc28a2ef4bd8
Size (dav1d-1.4.3.tar.xz) = 970088 bytes
BLAKE2s (dav1d-1.5.0.tar.xz) = 52133dedd5043764fc3a2f4bb72200da803e5ea42f8a3e6e0ffb9db2c1a6223d
SHA512 (dav1d-1.5.0.tar.xz) = 774881d27d045f468a8617317fa751e1ce452a15c6d6c2c93c3dd3c3544d6b2b91b0c3eb5ff379f113c26b27a02dc4b54d0751b083dcbcb18bb96c66a6504acb
Size (dav1d-1.5.0.tar.xz) = 1017040 bytes

0 comments on commit c386586

Please sign in to comment.