UltraGrid 1.2

This commit is contained in:
Martin Pulec
2013-12-20 18:17:03 +01:00
parent cd1eb9a8e4
commit fb418b4331
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@@ -1,4 +1,4 @@
next
1.2
=====
* screen capture performance updates
* screen capture - added cursor capture (X11)
@@ -17,6 +17,13 @@ next
* RTDXT compress now runs on Intel graphics cards (Linux)
* OpenGL - key shortcuts for screenshot and pause
* added audio compression
* added CUDA RGB(A)->UYVY transformation, JPEG->DXT1/5 transcoder
* added CUDA DXT compression
* support for DELTACAST DVI/HDMI cards
* GLSL stuff (eg. RTDXT) now runs on Mac and Windows
* added video capture filters - blanking (anonymization) and frame
dropping
1.1
=====

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([UltraGrid], [1.1], [ultragrid-dev@cesnet.cz])
AC_INIT([UltraGrid], [1.2], [ultragrid-dev@cesnet.cz])
AM_INIT_AUTOMAKE([1.10])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([src/main.c])