]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.0. 1.8.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Dec 2018 23:01:20 +0000 (00:01 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Dec 2018 23:22:43 +0000 (00:22 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 309c9d8dc3b8540e97a6d80c49481a33489e3607..06587b6084c339dc3c29f911ce45e89d4bf2dba0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Nageru and Futatabi 1.8.0, December 20th, 2018
+
+  - Initial release of Futatabi, a multicamera slow motion video server
+    designed to be used with Nageru. Futatabi is currently in alpha stage
+    and largely undocumented.
+
+  - Add support for multi-camera export from Nageru. A multi-camera stream
+    contains all frames from all camera inputs (unless overridden by
+    --mjpeg-export-cards), unprocessed except for MJPEG encoding.
+    MJPEG encoding is done in hardware (via VA-API) on Skylake or newer,
+    or using libjpeg otherwise. The intended user of this stream is Futatabi.
+
+
 Nageru 1.7.5, November 11th, 2018
 
   - Fix a bug where --record-x264-video would not work when VA-API was
index b537dd3cb26cba7e6a677a1b01ab1485a8f0cbda..404f0af3b46e856c273a0b274f2c9e4c2a527c1b 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.0-pre')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.0')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')