]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 2.1.0. 2.1.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 6 Feb 2022 15:09:11 +0000 (16:09 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 6 Feb 2022 15:09:11 +0000 (16:09 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 397ec588881bb923e1ac8434fd85e19eea25aa4d..59b01b44ed6e3abb083e0ca239cbd97a73713064 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Nageru and Futatabi 2.1.0, February 6th, 2022
+
+  - Support unsynchronized HDMI/SDI output.
+    
+    This is for if you want just a monitor output without synchronizing
+    your entire stream chain to the output card (ie., you want to keep
+    some other camera as the master). Sound support is untested, and is
+    probably going to crackle a fair bit.
+    
+    There's no GUI support for changing this currently (you enable it
+    by using --output-card-unsynchronized and then using HDMI/SDI output
+    as usual).
+
+  - Support sending a separate x264 encode to disk
+    (--separate-x264-disk-encode and associated --x264-separate-disk-*
+    flags).
+    
+    This is useful for machines that don't have Quick Sync, but where
+    you want to have an archival copy on disk in higher quality
+    than what you streamed out.
+
+  - Fix compilation issues with FFmpeg 5.0.
+
+
 Nageru and Futatabi 2.0.2, September 3rd, 2021
 
   - Fix issues with various upstream software:
index b10655c6806b62b3489c12fa2717d5bf2a897870..bb37e716efa7e89d1742261f03046224dcfd1819 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.0.2')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '2.1.0')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')