From 726e2b853e3b2f080a981546480eb8291b57f458 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 24 Feb 2016 10:45:29 +0100 Subject: [PATCH] Release Nageru 1.1.0. --- NEWS | 14 ++++++++++++++ ui_aboutdialog.ui | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e8477eb..41c8144 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Nageru 1.1.0, February 24th, 2016 + + - Support doing the H.264 encoding on a different graphics device from the one + doing the mixing. In particular, this makes it possible to use Nageru on an + NVIDIA GPU while still encoding H.264 video using Intel Quick Sync (NVENC + is not supported yet) -- it is less efficient since the data needs to be read + back via the CPU, but the NVIDIA cards and drivers are so much faster that it + doesn't really matter. Tested on a GTX 950 with the proprietary drivers. + + - In the included example theme, fix fading to/from deinterlaced sources. + + - Various smaller compilation, distribution and documentation fixes. + + Nageru 1.0.0, January 30th, 2016 - Initial release. diff --git a/ui_aboutdialog.ui b/ui_aboutdialog.ui index b6e9cb3..bf5cbf4 100644 --- a/ui_aboutdialog.ui +++ b/ui_aboutdialog.ui @@ -17,7 +17,7 @@ - <p><b>Nageru 1.0.0</b></p> + <p><b>Nageru 1.1.0</b></p> <p>Realtime video mixer</p> -- 2.39.2