]> git.sesse.net Git - casparcg/commitdiff
[CHANGELOG] Updated.
authorHelge Norberg <helge.norberg@svt.se>
Thu, 13 Apr 2017 09:37:38 +0000 (11:37 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Thu, 13 Apr 2017 09:37:38 +0000 (11:37 +0200)
CHANGELOG

index f48fd0c9cc0cd606bf0ece12a61291c2496450e9..c89bf372094fad4fda9ba32ebf900edb2ab863ef 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,7 @@ General
       higher (Walter Sonius).\r
   o Added support for video modes 2160p5000, 2160p5994 and 2160p6000\r
     (Antonio Ruano Cuesta).\r
+  o Fixed serious buffer overrun in FFmpeg logging code.\r
 \r
 Consumers\r
 ---------\r
@@ -73,6 +74,8 @@ Producers
     + Added DV/HDV video device support under Linux (Walter Sonius).\r
     + Remove unused flags variable in queued_seek (Dimitry Ishenko).\r
     + Now recognizes .ts files without probing contents (Ovidijus Striaukas).\r
+    + Fixed uninitialized value causing initial log printout to usually say that\r
+      clips are interlaced when they are not.\r
   o Destroy producer proxy:\r
     + Created workaround for bug in FFmpeg where every new thread used to\r
       cleanup caused handles to leak (not sure why). Reduced the effect by using\r
@@ -92,6 +95,8 @@ Producers
   o Channel producer:\r
     + Can now route from channel with an incompatible framerate.\r
     + Deinterlaces interlaced content from source channel.\r
+    + Added optional NO_AUTO_DEINTERLACE parameter to opt out of the mentioned\r
+      deinterlacing.\r
   o Scene producer:\r
     + Added abs(), floor(), to_lower(), to_upper() and length() functions to the\r
       expression language.\r
@@ -148,6 +153,8 @@ AMCP
   o Added support for listing contents of a specific directory for CLS, TLS,\r
     DATA LIST and THUMBNAIL LIST.\r
   o Fixed bug where CINF only returned the first match.\r
+  o Fixed bug where a client closing the connection after BYE instead of\r
+    letting the server close the connection caused an exception to be logged.\r
 \r
 \r
 \r