Update to dav1d 0.9.2.
Changes for 0.9.2 'Golden Eagle': --------------------------------- 0.9.2 is a small update of dav1d on the 0.9.x branch: - x86: SSE4 optimizations of inverse transforms for 10bit for all sizes - x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b - x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b - ARM NEON optimizations for FilmGrain Gen_grain functions - Optimizations for splat_mv in SSE2/AVX2 and NEON - x86: SGR improvements for SSSE3 CPUs - x86: AVX2 optimizations for cfl_ac From Brad
This commit is contained in:
parent
acc595b53f
commit
02e2d5aaab
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2021/08/16 17:48:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2021/09/11 18:16:04 rsadowski Exp $
|
||||
|
||||
COMMENT= small and fast AV1 decoder
|
||||
|
||||
VER= 0.9.1
|
||||
VER= 0.9.2
|
||||
DISTNAME= dav1d-${VER}
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://downloads.videolan.org/pub/videolan/dav1d/${VER}/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dav1d-0.9.1.tar.xz) = o11kaAE+sU6Ak+pGNZT4uJq6F3WjAF/J7G+jay0scdc=
|
||||
SIZE (dav1d-0.9.1.tar.xz) = 693420
|
||||
SHA256 (dav1d-0.9.2.tar.xz) = 4yNatsQ8ATWw2x0THhkj+tTITbnYVoPjC5GzOlLWHHE=
|
||||
SIZE (dav1d-0.9.2.tar.xz) = 713352
|
||||
|
Loading…
Reference in New Issue
Block a user