Here is an update to svt-av1 0.8.5. ## [0.8.5] - 2020-09-04 Relicensing notice - Change the outbound license from BSD+Patent to the AOM license / patent
Encoder - Added tpl support to adaptively change lambda and quantization parameters within the frame - Added multi staged hme support - Quality speed trade-offs tuned to VOD use cases - Added first level non-optimized support for 2pass VBR and CRF - Added combined cli two pass support with options for stats being written to a memory buffer and a specified file - Added non square partitioning optimizations - Improved lambda generation Build and Testing - Bug fixes - Improve CI - Improve Unit Test Coverage - Address C vs asm mismatches - Fix static analysis warnings / errors - Add address sanitizer - Fix symbol conflicts with libaom and libvpx when staticly lined to ffmpeg Index: Makefile =================================================================== RCS file: /home/cvs/ports/multimedia/svt-av1/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 2 Jul 2020 08:15:38 -0000 1.4 +++ Makefile 13 Sep 2020 05:06:59 -0000 @@ -6,12 +6,12 @@ COMMENT= scalable AV1 encoder/decoder GH_ACCOUNT= OpenVisualCloud GH_PROJECT= SVT-AV1 -GH_TAGNAME= v0.8.4 +GH_TAGNAME= v0.8.5 PKGNAME= ${DISTNAME:L} CATEGORIES= multimedia -SHARED_LIBS= SvtAv1Dec 1.0 \ - SvtAv1Enc 1.0 +SHARED_LIBS= SvtAv1Dec 2.0 \ + SvtAv1Enc 2.0 HOMEPAGE= https://github.com/OpenVisualCloud/SVT-AV1 Index: distinfo =================================================================== RCS file: /home/cvs/ports/multimedia/svt-av1/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 2 Jul 2020 08:15:38 -0000 1.4 +++ distinfo 13 Sep 2020 05:03:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (SVT-AV1-0.8.4.tar.gz) = mFCZTGznhZl1iFH5KVBbLDVBrwJ4tqEyfNQQTrcq8Uo= -SIZE (SVT-AV1-0.8.4.tar.gz) = 6291815 +SHA256 (SVT-AV1-0.8.5.tar.gz) = jOlDWeqUUHRcF8EtTMBU1F9rJJjmPi66paUnO7Nvb5U= +SIZE (SVT-AV1-0.8.5.tar.gz) = 6319601 Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/multimedia/svt-av1/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 PLIST --- pkg/PLIST 18 Jun 2020 10:30:51 -0000 1.1.1.1 +++ pkg/PLIST 13 Sep 2020 05:09:06 -0000 @@ -2,6 +2,7 @@ @bin bin/SvtAv1DecApp @bin bin/SvtAv1EncApp include/svt-av1/ +include/svt-av1/EbDebugMacros.h include/svt-av1/EbSvtAv1.h include/svt-av1/EbSvtAv1Dec.h include/svt-av1/EbSvtAv1Enc.h