]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 2.0.2. 2.0.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 3 Sep 2021 16:44:26 +0000 (18:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 3 Sep 2021 16:44:26 +0000 (18:44 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index b14a2df1d05eba5d8fc83da3d9c5cfaf266431f8..397ec588881bb923e1ac8434fd85e19eea25aa4d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Nageru and Futatabi 2.0.2, September 3rd, 2021
+
+  - Fix issues with various upstream software:
+    DeckLink 11.7 (and newer) drivers, FFmpeg 4.4, newer CEF.
+
+  - Add a --no-transcode-video flag to Kaeru.
+    
+    This is useful primarily if you want Kaeru to rewrap the stream into
+    Metacube (for Cubemap) and do nothing else with it. Only H.264
+    is supported for now, since everything else assumes that.
+
+
 Nageru and Futatabi 2.0.1, July 9th, 2020
 
   - Upgrade DeckLink SDK to 10.11.4.
index 5da809c713d8a0b28906c62119f9fd36b4949cd5..b10655c6806b62b3489c12fa2717d5bf2a897870 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.1')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.2')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')