Skip to content

Commit fb418b4

Browse files
committed
UltraGrid 1.2
1 parent cd1eb9a commit fb418b4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
next
1+
1.2
22
=====
33
* screen capture performance updates
44
* screen capture - added cursor capture (X11)
@@ -17,6 +17,13 @@ next
1717
* RTDXT compress now runs on Intel graphics cards (Linux)
1818
* OpenGL - key shortcuts for screenshot and pause
1919
* added audio compression
20+
* added CUDA RGB(A)->UYVY transformation, JPEG->DXT1/5 transcoder
21+
* added CUDA DXT compression
22+
* support for DELTACAST DVI/HDMI cards
23+
* GLSL stuff (eg. RTDXT) now runs on Mac and Windows
24+
* added video capture filters - blanking (anonymization) and frame
25+
dropping
26+
2027

2128
1.1
2229
=====

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.1], [[email protected]])
3+
AC_INIT([UltraGrid], [1.2], [[email protected]])
44
AM_INIT_AUTOMAKE([1.10])
55
AC_PREREQ(2.61)
66
AC_CONFIG_SRCDIR([src/main.c])

0 commit comments

Comments
 (0)