head 1.11; access; symbols pkgsrc-2026Q1:1.11.0.6 pkgsrc-2026Q1-base:1.11 pkgsrc-2025Q4:1.11.0.4 pkgsrc-2025Q4-base:1.11 pkgsrc-2025Q3:1.11.0.2 pkgsrc-2025Q3-base:1.11 pkgsrc-2025Q2:1.10.0.6 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.10.0.4 pkgsrc-2025Q1-base:1.10 pkgsrc-2024Q4:1.10.0.2 pkgsrc-2024Q4-base:1.10 pkgsrc-2024Q3:1.9.0.2 pkgsrc-2024Q3-base:1.9 pkgsrc-2024Q2:1.6.0.6 pkgsrc-2024Q2-base:1.6 pkgsrc-2024Q1:1.6.0.4 pkgsrc-2024Q1-base:1.6 pkgsrc-2023Q4:1.6.0.2 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.5.0.2 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.11 date 2025.08.30.04.40.06; author ryoon; state Exp; branches; next 1.10; commitid hbh2EMQPTlGp4I8G; 1.10 date 2024.11.01.08.05.44; author wiz; state Exp; branches; next 1.9; commitid 2kq0grvViQYNUUvF; 1.9 date 2024.09.04.11.59.05; author jperkin; state Exp; branches; next 1.8; commitid 3NT0ib6hCEzo4uoF; 1.8 date 2024.08.21.17.21.44; author wiz; state Exp; branches; next 1.7; commitid L7ciRVJ0ckpUiImF; 1.7 date 2024.08.21.16.59.43; author wiz; state Exp; branches; next 1.6; commitid YYrpgOeVJw3obImF; 1.6 date 2023.12.17.07.14.56; author wiz; state Exp; branches; next 1.5; commitid EaMQaMJ6TzB0VMQE; 1.5 date 2023.09.09.20.19.00; author wiz; state Exp; branches; next 1.4; commitid B8DMG263mpvnr8EE; 1.4 date 2023.08.19.15.03.38; author jperkin; state Exp; branches; next 1.3; commitid m9whMefAr9n2npBE; 1.3 date 2023.08.17.07.43.40; author jperkin; state Exp; branches; next 1.2; commitid 1WyCI2xGqbo607BE; 1.2 date 2023.07.19.13.14.02; author wiz; state Exp; branches; next 1.1; commitid hwzLkv1rEO9fLpxE; 1.1 date 2023.04.09.11.13.51; author plunky; state Exp; branches; next ; commitid cHxBaU7vIHJ9lqkE; desc @@ 1.11 log @multimedia/svt-av1: Update to 3.1.2 Changelog: ## [3.1.2] - 2025-8-24 Fix missing version bump ## [3.1.1] - 2025-8-22 Bug Fixes - Fixed range checks and error message for min-qp and max-qp (!2469, !2470) - Fixed 10bit lossless encoding (!2470) - Fixed value range in unit tests (!2473) - Fixed --tune ssim (#2293, !2480) - Fixed an overflow bug within a neon function (!2487) ## [3.1.0] - 2025-7-24 API updates - Added new flags for --chroma-qm-min and --chroma-qm-max from SVT-AV1-PSY (!2442) - Introducing --rtc flag to set the default parameters for an improved RTC performance (!2443) - Enabled M11 and M12 presets for rtc mode for faster speed levels (!2452) Encoder - Improved mid and high quality presets quality vs speed tradeoffs for fast-decode 0,1,2 modes in random access (!2443): - ~15-25% speedup for M1-M5 at the same quality levels for fast-decode 0 - ~15-20% speedup for M3-M7 at the same quality levels for fast-decode 1,2 - 1-1.5% BD-Rate improvement for M0 MR - Significant improvements in Low Delay mode and enabling presets 0-6 by enabling missing coding features - Improved performance of the RTC mode with ~5-10% BD-Rate improvements at similar complexity across presets M7-M10 (!2452) - Further Arm Neon and SVE2 optimizations that improve high bitdepth encoding by an average of ~10% in low resolutions - Added S-Frame support for random access mode (!2451) - Additional improvements / porting of features from SVT-AV1-PSY for variance boost (!2431, !2432) Cleanup Build and bug fixes and documentation - General testing improvements and fixes (!2406, !2454) - Deprecated unused avx512{er,pf} as they were never used and also removed with GCC 15 (!2415) - Visual console display fixes (!2420, !2423) - Fixed compilation bugs and cleanup with Arm (!2417, #2259, !2427, !2434, !2438, !2439) - Fixed some formulas in the documentation (!2444) - Added new options to slim down SVT-AV1 for RTC use cases (!2456, !2457, !2459) - Fixed some issues with QP handling, vbr stability, and screen content (!2458, #2262, #2272, #2273) - Fixes issue with resize-mode (!2463, #2282, #2260) - Removed cpuinfo dependency and instead use cpu detection code from aom (!2426, !2453) Arm Improvements - Speed comparison was done against v3.0.2 on AWS Graviton4 instances with Clang 20 - Uplits are geometric means across presets 0-10 Landscape video: - 1080p: +4% - 720p: +6% - 480p: +6% - 360p: +3% - 240p: +4% Portrait video: - 1080p: +8% - 720p: +4% - 480p: +3% - 360p: +7% - 240p: +4% ## [3.0.2] - 2025-3-21 Encoder - More Arm simd improvements (!2401, !2402, !2403, !2405, !2409, !2410) - Fixed mising initalization of lossless and avif (#2255, !2404) Documentation - Add missing `--luminance-qp-bias` documentation (!2407) ## [3.0.1] - 2025-3-10 Encoder cleanup and bug fixes - Further Arm improvements along with fixing arm vs x86 output mismatches (!2393, !2399, !2400, #2247) - Fixed memory leak in compute_global_motion (!2395, #2248) - Fixed integer overflow in subpel search to prevent an assertion (!2396, #2250) - Clean up some undefined behavior (!2398) - API change fixes now available in FFmpeg and GStreamer (#2249, #2252) Known issue - Hard to reproduce SIGTRAP being raised on macOS m1 with libavif's avifsvttest (#2251) ## [3.0.0] - 2025-2-18 API updates - Refreshed API cleaning up unused fields, use stdbool type and cleanup redundant parameter in `svt_av1_enc_init_handle` - Repositioned the presets and removed one preset resulting in a max preset of M10 in the current version - Added temporal layer and averageQP fields in output picture structure, along with an option to specify a QP offset for the startup gop - The API changes are not backwards compatible, more details about the changes can be found in issue 2217 Encoder - Improved mid and high quality presets quality vs speed tradeoffs for fast-decode 2 mode: - ~15-25% speedup for M3-M10 at the same quality levels - (!2376 and !2343) - ~1% BD-rate improvement for presets M0-M2 - (!2376 and !2343) - Repositioned the `fast-decode 1` mode to produce ~10% decoder cycle reduction vs `fast-decode 0` while reducing the BD-rate loss to ~1% (!2376) - Further Arm Neon and SVE2 optimizations that improve high bitdepth encoding by an average of 10-25% for 480p-1080p resolutions beyond the architecture-agnostic algorithmic improvements since v2.3.0 - Ported several features from SVT-AV1-SPY fork to further improve the perceptual quality of `tune 0` mode - Added an `avif` mode to reduce resource utilization when encoding still images Cleanup Build and bug fixes and documentation - third_party: Removed vendored cpuinfo, will attempt to use one provided by the system. For those without cpuinfo, it will be pulled and compiled into the library, similar to before - Improved the unit test coverage for Arm Neon and SVE2 code - Updated documentation @ text @$NetBSD: distinfo,v 1.10 2024/11/01 08:05:44 wiz Exp $ BLAKE2s (svt-av1-3.1.2.tar.bz2) = 86e2b0b08873fb3450a8bf5978df08e7cafee73f0a8db9d84752ec21be0ffa60 SHA512 (svt-av1-3.1.2.tar.bz2) = d23327cf348d576643d6385f756d9354ed93801c99bf63c4fb049902f4fd2b81c816cacdcab71dffb1cc330385c89c5abef67b8f81d2abd69a70f01a3e55b25a Size (svt-av1-3.1.2.tar.bz2) = 10203273 bytes SHA1 (patch-CMakeLists.txt) = c9bf8c9628c51b63f9455706400e348faebd6ba0 SHA1 (patch-Source_App_app__config.c) = e12eb168735cc99d7c72d5d9ae29650d3f9fc9e7 SHA1 (patch-Source_App_app__config.h) = e27dcd0af9494be4a400b025780b4058c2deb9a9 @ 1.10 log @svt-av1: update to 2.3.0. ## [2.3.0] - 2024-10-28 API updates - Preset shift: M12/M13 mapped to M11, M7-M11 shifted one position down. API does not change, all presets from MR-M13 will still be accepted - svt_av1_enc_get_packet API is now a blocking call for low-delay enforcing a picture in, picture out model - --fast-decode range changed from 0-1 to 0-2 available on all presets - Introducing a new definition of --lp being levels of parallelism with a new field in the config structure level_of_parallelism - logical_processors will be deprecated in the 3.0 release Encoder - NEW FAST DECODE MODE - (!2280) - New fast-decode (2) to allow for an average AV1 software cycle reduction of 25-50% vs fast-decode 0 with a 1-3% BD-Rate loss across the presets - Improved fast-decode (1) option to increase its AV1 software cycle reduction by ~10% while maintaining the same quality levels - Improved --lp settings for high resolutions, with CRF gaining a ~4% improvement in speed and VBR gaining ~15% (!2323) - Further Arm-based optimizations improving the efficiency of previously written Arm-neon implementations by an average of 30%. See below for more information on specific presets - Address speed regressions for high resolutions first pass encode by tuning the threading parameters, with 1080p showing the biggest gains - Enabled AVX512 by default in cmake allowing for ~2-4% speedup - Enabled LTO by default if using a new enough compiler (!2288, !2305) - If LTO is a problem or causes one, it can be disabled by adding -DSVT_AV1_LTO=OFF to cmake to force it off. - Please report any issues that occur when using it. Cleanup Build and bug fixes and documentation - third_party: update safestringlib with applicable upstream changes - Improved the unit test coverage for Arm-neon code - Updated documentation Arm Improvements - Speed comparison was done against v2.2 on AWS Graviton4 instances with Clang 19.1.1 - `--lp 1` was used for all tests Standard bitdepth (Bosphorus 1080p): | Preset | Uplift | |-------------------------------|--------| | 0 | 1.15x | | 1 | 1.24x | | 2 | 1.29x | | 3 | 1.17x | | 4 | 1.22x | | 5 | 1.31x | | 6 | 1.40x | | 7 (against 2.2 preset 8) | 1.50x | | 8 (against 2.2 preset 9) | 1.61x | | 9 (against 2.2 preset 10 | 1.31x | | 10 (against 2.2 preset 11 ) | 1.29x | | 11 (against 2.2 preset 12/13) | 1.24x | High bitdepth (Bosphorus 2160p): | Preset | Uplift | |-------------------------------|--------| | 0 | 1.18x | | 1 | 1.19x | | 2 | 1.16x | | 3 | 1.27x | | 4 | 1.33x | | 5 | 1.27x | | 6 | 1.33x | | 7 (against 2.2 preset 8) | 1.35x | | 8 (against 2.2 preset 9) | 1.82x | | 9 (against 2.2 preset 10) | 1.95x | | 10 (against 2.2 preset 11) | 1.40x | | 11 (against 2.2 preset 12/13) | 1.35x | @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.9 2024/09/04 11:59:05 jperkin Exp $ d3 3 a5 3 BLAKE2s (svt-av1-2.3.0.tar.bz2) = a2c7cfe255975a916f358e21d335d54a9c7b8a6b76bd3349566ed02a76291b89 SHA512 (svt-av1-2.3.0.tar.bz2) = 943fb21ef1d9fb3bc3b6ce2c0180c4ce109be76c1a6d703b39eba8b94322fdc99b2f0c101cc6cd839e0c9bfea57dd161c1f10958c84fff10392767b6e1118b85 Size (svt-av1-2.3.0.tar.bz2) = 10168419 bytes a8 2 SHA1 (patch-third__party_cpuinfo_CMakeLists.txt) = 5afbc2a716568aa529e9af85fd716d405a2ad751 SHA1 (patch-third__party_cpuinfo_src_init.c) = 26e8c0689ed9e7f7734c4cf7a3f7278fe3092fcb @ 1.9 log @svt-av1: Fix FOPEN conflict with system headers. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.8 2024/08/21 17:21:44 wiz Exp $ d3 3 a5 3 BLAKE2s (svt-av1-2.2.0.tar.bz2) = 117be7c2c78e43a7f1f17566aa375205d788d56384e035b42c490c19b096f511 SHA512 (svt-av1-2.2.0.tar.bz2) = 19756950f0bf4c16d4bafbcb3c96918e036c65649cf6d62bf823e62cf62dcffdca30a9944cc121a6645dbffa0b1498c7b052f17f0552d3e3db976ecf1ec88cd0 Size (svt-av1-2.2.0.tar.bz2) = 11793980 bytes @ 1.8 log @svt-av1: update to 2.2.0. Removes decoder - use dav1d or aomdec. https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2182 ## [2.2.0] - 2024-08-19 API updates - No API changes on this release Encoder - Improve the tradeoffs for the random access mode across presets: - Speedup of ~15% across presets M0 - M8 while maintaining similar quality levels (!2253) - Improve the tradeoffs for the low-delay mode across presets (!2260) - Increased temporal resolution setting to 6L for 4k resolutions by default - Added ARM optimizations for functions with c_only equivalent yielding an average speedup of ~13% for 4k10bit Cleanup Build and bug fixes and documentation - Profile-guided-optimized helper build overhaul - Major cleanup and fixing of Neon unit test suite - Address stylecheck dependence on public repositories ## [2.1.2] - 2024-06-27 Cleanup, bug fixes: - Fixed profile-guided-optimization build by removing the remaining decoder path ## [2.1.1] - 2024-06-25 Cleanup, bug fixes, and documentation improvements: - Removed the SVT-AV1 Decoder portion of the project. The last version containing the decoder is SVT-AV1 v2.1.0. - Updated the folder structure and library build order to reflect the removal of the decoder. - Renamed all files (except for API files) to remove the "Eb" prefix and changed them to camel_case format. - Updated the gtest version to v1.12.1. - Added CI support for ARM-based macOS machines. - Improved documentation for accuracy and completeness. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.7 2024/08/21 16:59:43 wiz Exp $ d7 2 @ 1.7 log @svt-av1: update to 2.1.0. 2.2.0 is out, but 2.1.1 removed the decoder. Not sure what to do about that. ## [2.1.0] - 2024-05-17 API updates - One config parameter added within the padding size. Config param structure size remains unchanged - Presets 6 and 12 are now pointing to presets 7 and 13 respectively due to the lack of spacing between the presets - Further preset shuffling is being discussed in #2152 Encoder - Added variance boost support to improve visual quality for the tune vq mode - Improve the tradeoffs for the random access mode across presets: - Speedup of 12-40% presets M0, M3, M5 and M6 while maintaining similar quality levels - Improved the compression efficiency of presets M11-M13 by 1-2% (!2213) - Added ARM optimizations for functions with c_only equivalent Cleanup Build and bug fixes and documentation - Use nasm as a default assembler and yasm as a fallback - Fix performance regression for systems with multiple processor groups - Enable building SvtAv1ApiTests and SvtAv1E2ETests for arm - Added variance boost documentation - Added a mailmap file to map duplicate git generated emails to the appropriate author ## [2.0.0] - 2024-03-13 Major API updates - Changed the API signaling the End Of Stream (EOS) with the last frame vs with an empty frame - OPT_LD_LATENCY2 making the change above is kept in the code to help devs with integration - Removed the 3-pass VBR mode which changed the calling mechanism of multi-pass VBR - Moved to a new versioning scheme where the project major version will be updated everytime API/ABI is changed Encoder - Improve the tradeoffs for the random access mode across presets: - Speedup presets MR by ~100% and improved quality along with tradeoff improvements across the higher quality presets (!2179) - Improved the compression efficiency of presets M9-M13 by 1-4% (!2179) - Simplified VBR multi-pass to use 2 passes to allow integration with ffmpeg - Continued adding ARM optimizations for functions with c_only equivalent - Replaced the 3-pass VBR with a 2-pass VBR to ease the multi-pass integration with ffmpeg - Memory savings of 20-35% for LP 8 mode in preset M6 and below and 1-5% in other modes / presets Cleanup and bug fixes and documentation - Various cleanups and functional bug fixes - Update the documentation to reflect the rate control changes @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.6 2023/12/17 07:14:56 wiz Exp $ d3 3 a5 3 BLAKE2s (svt-av1-2.1.0.tar.bz2) = 36d6175ccfb6d8faa02c4a871ece5f900d63f5542a6669a9d14c3a35f8fe736b SHA512 (svt-av1-2.1.0.tar.bz2) = e0eeb48950455dba5c8f2ba26d38e66b94a77a1042cbf256431e6d0c5c4b312f11f74ee554063daec22b2f2e2a9342a0d36a70974aa3389783f8d54e0d8801fc Size (svt-av1-2.1.0.tar.bz2) = 12009974 bytes @ 1.6 log @svt-av1: update to 1.8.0. ## [1.8.0] - 2023-12-11 Encoder - Improve the tradeoffs for the random access mode across presets: - Speedup CRF presets M6 to M0 by 17-53% while maintaining similar quality levels - Re-adjust CRF presets M7 to M13 for better quality with BD-rate gains ranging from 1-4% - Improve the quality and speed of the 1-pass VBR mode - More details on the per preset improvements can be found in MR !2143 - Add API allowing to update bitrate / CRF and Key_frame placement during the encoding session for CBR lowdelay mode and CRF Random Access mode - ARM Neon SIMD optimizations for most critical kernels allowing for a 4.5-8x fps speedup vs the c implementation Cleanup and bug fixes and documentation - Various cleanups and functional bug fixes - Update the documentation for preset options and individual features @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.5 2023/09/09 20:19:00 wiz Exp $ d3 3 a5 3 BLAKE2s (svt-av1-1.8.0.tar.bz2) = 715637c401f4acc3a6fe86f47ab1c6dd67ee74139f507c5ba8c41cebb4d76e4a SHA512 (svt-av1-1.8.0.tar.bz2) = 4d01d5cc74667c7bdced9d7caf885921a53e38b4ca244b2a2a19cc352c6418bec78c3efeebe406ad88ed1024826a4fc4aa494e08c68f2746b96e981ca4f75139 Size (svt-av1-1.8.0.tar.bz2) = 9585789 bytes a6 2 SHA1 (patch-Source_App_EncApp_EbAppConfig.c) = 0efc0dad54c9f3625764468010522b3486433a86 SHA1 (patch-Source_App_EncApp_EbAppConfig.h) = c7a5d2e2ad6324ba1c89ec85843359d51cba6cce @ 1.5 log @svt-av1: update to 1.7.0. ## [1.7.0] - 2023-08-23 Encoder - Improve the tradeoffs for the random access mode across presets MR-M13: - Quality improvements across all presets and metrics ranging from 0.3% to 4.5% in BD-rate (!2129) - Spacing between presets [M1-M6] has been adjusted to account for the tradeoff improvements achieved - As a user guidance when comparing v1.7 vs v1.6 in a convexhull encoding setup: - v1.7.0 M2 is now at similar quality levels as v1.6.0 M1 while being ~50% faster - v1.7.0 M3 is now at similar quality levels as v1.6.0 M2 while being ~50% faster - v1.7.0 M4 is now at similar quality levels as v1.6.0 M3 while being ~40% faster - v1.7.0 M5 is now at similar quality levels as v1.6.0 M4 while being ~30% faster - v1.7.0 M6 is now at similar quality levels as v1.6.0 M5 while being ~25% faster - Added an experimental tune SSIM mode yielding ~3-4% additional SSIM BD-rate gains (!2109) Build, cleanup and bug fixes - Various cleanups and functional bug fixes - Fix build conflict with libaom ## [1.6.0] - 2023-06-18 Encoder - Improve the tradeoffs for the random access mode across presets M1-M13: - Speeding up the higher quality presets by 30-40% - Improving the BD-rate by 1-2% for the faster presets - Improve the tradeoffs for the low delay mode for both scrren content and non-screen content encoding modes - Add a toggle to remove the legacy one-frame buffer at the input of the pipeline alowing the low delay mode to operate at sub-frame processing latencies - Add a new API allowing the user to specify quantization offsets for a region of interest per frame Build, cleanup and bug fixes - Various cleanups and functional bug fixes - Fix the startup minigop size BD-rate loss - Add ability to run the ci-testing offline @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.4 2023/08/19 15:03:38 jperkin Exp $ d3 3 a5 3 BLAKE2s (svt-av1-1.7.0.tar.bz2) = c1da1f23940b167faa0fddd83d85f70ccc98541065cfd0c5d8975e4385207ad6 SHA512 (svt-av1-1.7.0.tar.bz2) = edb3fbc7e4e689249824cf0addb47b4ed3665c3d279b5358fca585776c3560e4e9b89c8424c633ae703fadba211495578154ed2c8c01bdca105dc4cdcf527f8a Size (svt-av1-1.7.0.tar.bz2) = 9532750 bytes @ 1.4 log @svt-av1: Add missing patches from previous. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2023/08/17 07:43:40 jperkin Exp $ d3 3 a5 3 BLAKE2s (svt-av1-1.5.0.tar.bz2) = efa954996cc42b0ad05c8b2b91604625fcd3f92c4f22db14bb4d4cccc08fa371 SHA512 (svt-av1-1.5.0.tar.bz2) = d5aa7679aeaa1e19f21906a36a7214c72cdaee77e1b5c1946ded43f8381ec2d705e671130589207b65b920a4fcaa9ca1d0037f88ef8d2303125d7f7aa54e3a2e Size (svt-av1-1.5.0.tar.bz2) = 9490521 bytes @ 1.3 log @svt-av1: Fix build on SunOS. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2023/07/19 13:14:02 wiz Exp $ d7 2 @ 1.2 log @svt-av1: update to 1.5.0. ## [1.5.0] - 2023-04-25 Encoder - Optimize the tradeoffs for M0-M13 speeding up M5-M1 by 15-30% and improving the BDR of M6-M13 by 1-3% - Create a new preset MR (--preset -1) to be the quality reference - Optimize the tradeoffs for M8-M13 in the low delay encoding mode (!2052 !2096 and !2102) for SC and non-SC modes - Add dynamic minigop support for the random access configuration enabled by default in M9 and below - Add support to allow users to specify lambda scaling factors through the commandline - Rewrite the gstreamer plugin and updating it to be uptodate with the latest API changes - Add skip frames feature allowing the user to start encoding after n frames in the file - Add ability to specify a smaller startup minigop size for every gop to enable faster prefetching - Fix segmentation support and re-enable it with --aq-mode 1 to allow work on the region of interest API - Add padding bytes to the EbSvtAv1EncConfiguration configuration structure keep its size unchanged until v2.0 Build, Cleanup and Documentation - Major cleanups for unused variables, static functions, and comments formatting - Reduce the size of variables - Refine app level parsing and reference scaling API calls in the application - Add dynamic minigop documentation along with updating the documentation accordingly @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2023/04/09 11:13:51 plunky Exp $ d6 3 @ 1.1 log @add SVT-AV1 1.4.1 The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant software encoder/decoder library. The work on the SVT-AV1 encoder targets the development of a production-quality AV1-encoder with performance levels applicable to a wide range of applications, from premium VOD to real-time and live encoding/transcoding. The SVT-AV1 decoder implementation targets future codec research activities. The SVT-AV1 project was initially founded by Intel in partnership with Netflix, and was then adopted by the Alliance of Open Media (AOM) Software Implementation Working Group (SIWG), in August 2020, to carry on the group's mission. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 BLAKE2s (svt-av1-1.4.1.tar.bz2) = aa492de0aa763e8955f934994a61e901c018fdbfee2e4ec32d4146cc9a2abec1 SHA512 (svt-av1-1.4.1.tar.bz2) = 8297ef131ff8e7e6cbb0d19d2ba98904455d2953cde3fb0cbae714d050980a558e4cbed911968b5075d7aca758ca939a5091b68df557903387e3f22ac4bda1a1 Size (svt-av1-1.4.1.tar.bz2) = 9440077 bytes @