Skip to content

Commit 8035b2f

Browse files
committed
UltraGrid 1.9.9
1 parent 76dcda8 commit 8035b2f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

FIXES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 1.9.9
2+
3+
* build fixes: switch to U22, PCP
4+
* fix SDL2 I420
5+
* improve Firejail AppImage compatibility with various params
6+
* fix WASAPI device selection with UUID
7+
* CoInitialize: use COINIT_APARTMENTTHREADE (compat with PA/ASIO build)
8+
* select libvpx-vp9 for VP9 if AVX2 not present (avoid crasn with SVT impl)
9+
* portaudio: improved sample rate handling
10+
* Vulkan fixes
11+
112
#### 1.9.8
213

314
* build fixes (SVT-VP9, Vulkan)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([UltraGrid],[1.9.8],[[email protected]])
3+
AC_INIT([UltraGrid],[1.9.9],[[email protected]])
44
configure_flags="$*"
55
AC_CANONICAL_TARGET
66
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)