Here is an 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


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/dav1d/Makefile,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 Makefile
--- Makefile    16 Aug 2021 17:48:31 -0000      1.27
+++ Makefile    5 Sep 2021 17:21:03 -0000
@@ -2,7 +2,7 @@
 
 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}/
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/dav1d/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo    16 Aug 2021 17:48:31 -0000      1.13
+++ distinfo    5 Sep 2021 17:22:30 -0000
@@ -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

Reply via email to