]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.1. 1.8.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Dec 2018 18:51:49 +0000 (19:51 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 30 Dec 2018 18:51:49 +0000 (19:51 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 06587b6084c339dc3c29f911ce45e89d4bf2dba0..687c43e1fd12a1eca064cdd898a62cf3e876fc51 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Nageru and Futatabi 1.8.1, December 30th, 2018
+
+  - Futatabi can now communicate its queue status through a subtitle track,
+    and Nageru can consume it. This allows Nageru themes to get precise
+    information programmatically, e.g. to show status or automatically
+    switch away when the queue is about to end.
+
+  - Futatabi can now reuse the computed flow across successive frames when
+    interpolating between the same frame pair. This significantly reduces
+    the GPU load when doing super-slow motion (slower than 0.5x).
+
+  - Various smaller fixes.
+
+
 Nageru and Futatabi 1.8.0, December 20th, 2018
 
   - Initial release of Futatabi, a multicamera slow motion video server
index 5b11adb4feb4ac05c73cde5e580cf48c400d35be..461c12559dc58dcfeb942203eda8b90d0d45319d 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.1-pre')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.1')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')