We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9e311 commit 0d8eaf2Copy full SHA for 0d8eaf2
FIXES.md
@@ -1,3 +1,12 @@
1
+#### 1.9.2
2
+
3
+* CI: build CUDA stuff for CC 3.5 (compat with Kepler/Maxwell devices)
4
+* build fixes
5
+* DShow: support for H.264 capture
6
+* AV Foundation: fixed running without options
7
+* DeckLink disp.: fixed crash with BMD Studio 4K Studio and '-r analog'
8
+* fixed transparency in GUI on Wayland
9
10
#### 1.9.1
11
12
* CI build fixes
configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([UltraGrid],[1.9.1],[[email protected]])
+AC_INIT([UltraGrid],[1.9.2],[[email protected]])
configure_flags="$*"
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])
0 commit comments