]> git.sesse.net Git - nageru/commitdiff
Release Nageru 1.1.0. 1.1.0
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Wed, 24 Feb 2016 09:45:29 +0000 (10:45 +0100)
committerSteinar H. Gunderson <steinar+vlc@gunderson.no>
Wed, 24 Feb 2016 09:45:29 +0000 (10:45 +0100)
NEWS
ui_aboutdialog.ui

diff --git a/NEWS b/NEWS
index e8477ebd88f734613b25eaf32dcbbf5f31f70a77..41c8144fe5ef23074712604baab1d360bec000e8 100644 (file)
--- 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.
index b6e9cb32367e35ba3edc5bdd1d996808054a7711..bf5cbf4a30b1f5e0857cdeb303ce7525118b0922 100644 (file)
@@ -17,7 +17,7 @@
    <item>
     <widget class="QLabel" name="label">
      <property name="text">
-      <string>&lt;p&gt;&lt;b&gt;Nageru 1.0.0&lt;/b&gt;&lt;/p&gt;
+      <string>&lt;p&gt;&lt;b&gt;Nageru 1.1.0&lt;/b&gt;&lt;/p&gt;
 
 &lt;p&gt;Realtime video mixer&lt;/p&gt;</string>
      </property>