Here is an update to SVT-AV1 1.3.0.
## [1.3.0] - 2022-10-18
Encoder
- Port SIMD optimizations from libDav1D making the conformant path (Inv. Transform) faster
- Enabling smaller mini-GOP size configurations and tuning it for the low delay mode
- Tuning the low-latency mode in random access targeting latencies from 250ms to 1s
- Adding GOP-constrained Rate Control targeting low-latency streaming applications
- Optimize mode decision features levels for depth partitioning, RDOQ, MD stage0 pruning in-loop filtering temporal filtering and TPL adding more granularity and gaining further quality
- Preset tuning M0-M13 to smooth the spacing and utilize the quality improvements towards better tradeoffs
Build, Cleanup and Documentation
- Update preset and API documentation
- Various functional bug fixes
- Remove the use of GLOB in cmake and use file names
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 20 Oct 2022 21:02:02 -0000
@@ -2,7 +2,7 @@ ONLY_FOR_ARCHS= ${LP64_ARCHS} i386
COMMENT= scalable AV1 encoder/decoder
-VER= 1.2.0
+VER= 1.3.0
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 20 Oct 2022 21:02:34 -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.3.0.tar.bz2) = +F/RPvFogFUOQleXvf3xsLoxDCHWs0P3Tqed0vuyM24=
+SIZE (SVT-AV1-v1.3.0.tar.bz2) = 9446862
No comments:
Post a Comment