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:           Sat Sep  9 20:19:00 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/svt-av1/Makefile
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/multimedia/svt-av1/Makefile:1.4
--- pkgsrc/multimedia/svt-av1/Makefile:1.3      Wed Jul 19 13:14:02 2023
+++ pkgsrc/multimedia/svt-av1/Makefile  Sat Sep  9 20:19:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/07/19 13:14:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/09/09 20:19:00 wiz Exp $
 
-DISTNAME=      svt-av1-1.5.0
+DISTNAME=      svt-av1-1.7.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.4 pkgsrc/multimedia/svt-av1/distinfo:1.5
--- pkgsrc/multimedia/svt-av1/distinfo:1.4      Sat Aug 19 15:03:38 2023
+++ pkgsrc/multimedia/svt-av1/distinfo  Sat Sep  9 20:19:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2023/08/19 15:03:38 jperkin Exp $
+$NetBSD: distinfo,v 1.5 2023/09/09 20:19:00 wiz Exp $
 
-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
+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
 SHA1 (patch-CMakeLists.txt) = c9bf8c9628c51b63f9455706400e348faebd6ba0
 SHA1 (patch-Source_App_EncApp_EbAppConfig.c) = 0efc0dad54c9f3625764468010522b3486433a86
 SHA1 (patch-Source_App_EncApp_EbAppConfig.h) = c7a5d2e2ad6324ba1c89ec85843359d51cba6cce



Home | Main Index | Thread Index | Old Index