From a71e57d444a2f7312e052337ea668c0d432d6497 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 30 Dec 2018 19:51:49 +0100 Subject: [PATCH] Release Nageru and Futatabi 1.8.1. --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06587b6..687c43e 100644 --- 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 diff --git a/meson.build b/meson.build index 5b11adb..461c125 100644 --- a/meson.build +++ b/meson.build @@ -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') -- 2.39.2