Here is an update to dav1d 1.1.0.

Changes for 1.1.0 'Arctic Peregrine Falcon':
-------------------------------------------

1.1.0 is an important release of dav1d, fixing numerous bugs, and adding SIMD

- New function dav1d_get_frame_delay to query the decoder frame delay
- Numerous fixes for strict conformity to the specs and samples
- NEON and AVX-512 misc fixes and improvements
- Partial AVX2 12bpc transform implementations
- AVX-512 high bit-depth cdef_filter, loopfilter, itx
- NEON z1/z3 optimization for 8bpc
- SSSE3 z1 optimization for 8bpc


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/dav1d/Makefile,v
retrieving revision 1.30
diff -u -p -u -p -r1.30 Makefile
--- Makefile    20 Mar 2022 09:51:42 -0000      1.30
+++ Makefile    14 Feb 2023 21:54:33 -0000
@@ -1,12 +1,12 @@
 COMMENT=       small and fast AV1 decoder
 
-VER=           1.0.0
+VER=           1.1.0
 DISTNAME=      dav1d-${VER}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://downloads.videolan.org/pub/videolan/dav1d/${VER}/
 EXTRACT_SUFX=  .tar.xz
 
-SHARED_LIBS=   dav1d   2.2
+SHARED_LIBS=   dav1d   2.3
 
 HOMEPAGE=      https://code.videolan.org/videolan/dav1d/
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/dav1d/distinfo,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 distinfo
--- distinfo    20 Mar 2022 09:51:42 -0000      1.15
+++ distinfo    14 Feb 2023 21:45:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (dav1d-1.0.0.tar.xz) = UXN9t+SJflmWhPhzpHJRdt08d55jlBHXxPzhNLteu4I=
-SIZE (dav1d-1.0.0.tar.xz) = 810116
+SHA256 (dav1d-1.1.0.tar.xz) = +1eq54dfKMMPs9uuSjaD0n4vkd3gnOXGDCLO+bxY39E=
+SIZE (dav1d-1.1.0.tar.xz) = 845284

Reply via email to