UltraGrid 1.9.5

This commit is contained in:
Martin Pulec
2024-07-22 10:16:05 +02:00
parent a172ec1c71
commit 4c4434b028
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
#### 1.9.5
* CI: updated dependencies (x265, NDI6 et al.)
* libsvtav1 - hint to use crf instead of bitrate (more comprehensive enhancement in the development version)
* rtsp client freeze fix
* fixed capture from OBS virtual cam in Windows
* fixes some (rare) crashes
#### 1.9.4
* new GPUJPEG compat

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([UltraGrid],[1.9.4],[ultragrid-dev@cesnet.cz])
AC_INIT([UltraGrid],[1.9.5],[ultragrid-dev@cesnet.cz])
configure_flags="$*"
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])