pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/svt-av1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 19 13:14:02 UTC 2023

Modified Files:
        pkgsrc/multimedia/svt-av1: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/svt-av1/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/svt-av1/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/svt-av1/Makefile
diff -u pkgsrc/multimedia/svt-av1/Makefile:1.2 pkgsrc/multimedia/svt-av1/Makefile:1.3
--- pkgsrc/multimedia/svt-av1/Makefile:1.2      Thu Apr 13 12:41:25 2023
+++ pkgsrc/multimedia/svt-av1/Makefile  Wed Jul 19 13:14:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/04/13 12:41:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/19 13:14:02 wiz Exp $
 
-DISTNAME=      svt-av1-1.4.1
+DISTNAME=      svt-av1-1.5.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=AOMediaCodec/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/multimedia/svt-av1/distinfo
diff -u pkgsrc/multimedia/svt-av1/distinfo:1.1 pkgsrc/multimedia/svt-av1/distinfo:1.2
--- pkgsrc/multimedia/svt-av1/distinfo:1.1      Sun Apr  9 11:13:51 2023
+++ pkgsrc/multimedia/svt-av1/distinfo  Wed Jul 19 13:14:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/04/09 11:13:51 plunky Exp $
+$NetBSD: distinfo,v 1.2 2023/07/19 13:14:02 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index