Skip to content

Commit d6874ee

Browse files
committed
UltraGrid 1.7.7
1 parent 0009916 commit d6874ee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

FIXES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@
2929
#### 1.7.6
3030
* fixed NDI recv using `NDIlib_recv_bandwidth_lowest`
3131

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

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.7.6],[[email protected]])
3+
AC_INIT([UltraGrid],[1.7.7],[[email protected]])
44
configure_flags="$*"
55
AC_CANONICAL_TARGET
66
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)