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 0009916 commit d6874eeCopy full SHA for d6874ee
FIXES.md
@@ -29,3 +29,12 @@
29
#### 1.7.6
30
* fixed NDI recv using `NDIlib_recv_bandwidth_lowest`
31
32
+#### 1.7.7
33
+* fixed playback seeking via keyboard
34
+* DELTACAST SDK 6.20 compatibility
35
+* DeckLink capture fix (conversion support)
36
+* interlaced NDI capture fixes
37
+* build fixes
38
+* preload libva from system if possible
39
+* build for macOS 11
40
+
configure.ac
@@ -1,6 +1,6 @@
1
dnl Process this file with autoconf to produce a configure script.
2
3
-AC_INIT([UltraGrid],[1.7.6],[[email protected]])
+AC_INIT([UltraGrid],[1.7.7],[[email protected]])
4
configure_flags="$*"
5
AC_CANONICAL_TARGET
6
AM_INIT_AUTOMAKE([1.10])
0 commit comments