]> git.sesse.net Git - nageru/commitdiff
Begin the 1.3.0 NEWS entry.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 May 2016 19:56:17 +0000 (21:56 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 May 2016 20:11:17 +0000 (22:11 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6c97f59a810facd39c55166e502c9235b1b8bfd7..0efd48c5203a097862fb050b93a273ca0ae68d6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Nageru 1.3.0, not released yet
+
+ - It is now possible, given enough CPU power (e.g., a quad-core Haswell or
+   faster desktop CPU), to output a stream that is suitable for streaming
+   directly to end users without further transcoding. In particular, this
+   includes support for encoding the network stream with x264 (the stream
+   saved to disk is still done using Quick Sync), for Metacube framing (for
+   streaming to the Cubemap reflector), and for choosing the network stream
+   mux. For more information, see the README.
+
+ - Add a flag (--disable-alsa-output) to disable ALSA monitoring output.
+
+ - Do texture uploads from the main thread instead of from separate threads;
+   may or may not improve stability with NVIDIA's proprietary drivers.
+
+ - When beginning a new video segment, the shutdown of the old encoder
+   is now done in a background thread, in order to not disturb the external
+   stream. The audio still goes into a somewhat random stream, though.
+
+
 Nageru 1.2.1, April 15th, 2016
 
  - Images are now updated from disk about every second, so that it is possible