]> git.sesse.net Git - cubemap/commitdiff
Release Cubemap 1.5.0. 1.5.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 15:32:27 +0000 (16:32 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 15:32:27 +0000 (16:32 +0100)
NEWS
version.h

diff --git a/NEWS b/NEWS
index a154c1e2f556607c5e5222e5a668735977233cae..209f90c47eb37c1a7264d5ea6b884ac2afc7f090 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Cubemap 1.5.0, 2023-12-09
+
+  * Support input from pipes (subprocesses).
+
+    With a program that can output Metacube on stdout, such as a suitably
+    patched FFmpeg binary, this gives Cubemap transcoding/remuxing capabilities.
+
+    Of course, one cannot upgrade such a binary by SIGHUP-ing it, but it will
+    survive a Cubemap reload/restart.
+
+  * Add a LD_PRELOAD-able library to force Metacube output from FFmpeg.
+
+    This hooks just the right amount of functions to add Metacube output
+    to arbitrary FFmpeg programs, but is obviously very brittle.
+    (Native FFmpeg support would be better, but a patch did not
+    go through when I tried a while back.) It is only lightly tested.
+    Documentation in the README and cubemap.config.sample.
+
+  * Various bugfixes.
+
+
 Cubemap 1.4.3, 2019-11-17
 
   * Keep the HLS backlog even if the stream header changes. Useful
@@ -6,7 +27,7 @@ Cubemap 1.4.3, 2019-11-17
     discontinuities).
 
   * Various bugfixes.
-    
+
 
 Cubemap 1.4.2, 2018-12-21
 
index 074eba2b21999fdce4be1e982afc56a8082f4282..97fbe857c871a94022d6ff5d44a28473ac73dfad 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
 #ifndef _VERSION_H
 #define _VERSION_H
 
-#define SERVER_VERSION "1.5.0-pre"
+#define SERVER_VERSION "1.5.0"
 #define SERVER_IDENTIFICATION "Cubemap/" SERVER_VERSION
 
 #endif  // !defined(_VERSION_H)