Here is an update to SVT-AV1 1.2.1.
## [1.2.1] - 2022-08-15
- Fix a crash at the end of the encode that may occur when an invalid metadata
packet is sent with the EOS packet
Build, Cleanup
- y4m header pasring code cleanup
- API cleanup and enhancements adding string options for RC mode
- Added option to build without app / dec / enc using the build.sh / build.bat
scripts
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/svt-av1/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile 8 Aug 2022 05:23:20 -0000 1.9
+++ Makefile 7 Sep 2022 04:07:45 -0000
@@ -2,7 +2,7 @@ ONLY_FOR_ARCHS= ${LP64_ARCHS} i386
COMMENT= scalable AV1 encoder/decoder
-VER= 1.2.0
+VER= 1.2.1
DISTNAME= SVT-AV1-v${VER}
PKGNAME= svt-av1-${VER}
CATEGORIES= multimedia
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/svt-av1/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo 8 Aug 2022 05:23:20 -0000 1.8
+++ distinfo 7 Sep 2022 04:08:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (SVT-AV1-v1.2.0.tar.bz2) = DyoGD+vGUvRdDa3cedfgnstTdH/l/q/jLoWkEAF+hRI=
-SIZE (SVT-AV1-v1.2.0.tar.bz2) = 9556514
+SHA256 (SVT-AV1-v1.2.1.tar.bz2) = gFgn2qiu3sTxNiuVnzdwdeKoEWgL/Ha29Pvy705xAdQ=
+SIZE (SVT-AV1-v1.2.1.tar.bz2) = 9556903