From 4c4434b0284bee500069b9dbaedc23f404e6696a Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 22 Jul 2024 10:16:05 +0200 Subject: [PATCH] UltraGrid 1.9.5 --- FIXES.md | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/FIXES.md b/FIXES.md index 35c879ba6..cd88edf43 100644 --- a/FIXES.md +++ b/FIXES.md @@ -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 diff --git a/configure.ac b/configure.ac index 35b0f54d7..fdbdad104 100644 --- a/configure.ac +++ b/configure.ac @@ -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])