]> git.sesse.net Git - casparcg/blobdiff - CHANGELOG
Added ".ts" file extension to the whitelist.
[casparcg] / CHANGELOG
index f0e1de6b165bc1b28f34019dcd452f35da1a2a9c..2f1e1cedea0715a0a0d71fb4259704419174b619 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -44,6 +44,9 @@ Consumers
   o DeckLink consumer:\r
     + Rewrote the frame hand-off between send() and ScheduledFrameCompleted() in\r
       a way that hopefully resolves all dead-lock scenarios previously possible.\r
+  o Bluefish consumer:\r
+    + Largely rewritten against newest SDK, giving support for newer hardware\r
+      and features (Satchit Nambiar and James Wise sponsored by Bluefish444).\r
 \r
 Producers\r
 ---------\r
@@ -55,6 +58,7 @@ Producers
       decode the first frame.\r
     + Added support for IN and OUT parameters (Dimitry Ishenko).\r
     + Added DV/HDV video device support under Linux (Walter Sonius).\r
+    + Remove unused flags variable in queued_seek (Dimitry Ishenko).\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
@@ -65,6 +69,8 @@ Producers
     + Fixed bug where only URL:s with . in them where recognized.\r
   o Image producer:\r
     + Added LENGTH parameter to allow for queueing with LOADBG AUTO.\r
+    + Fixed inconsistency in what file extensions are supported vs listed in\r
+      CLS/CINF.\r
   o Layer producer:\r
     + Fixed serious bug where a circular reference of layer producers caused a\r
       stack overflow and server crash.\r