]> git.sesse.net Git - casparcg/commitdiff
Updated CHANGES.txt
authorHelge Norberg <helge.norberg@gmail.com>
Fri, 27 Jun 2014 15:00:00 +0000 (17:00 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Fri, 27 Jun 2014 15:00:00 +0000 (17:00 +0200)
CHANGES.txt

index 7a028201ae629b4703274efe31420324d5bae077..1ee5bab5506d9dd78bb2fd7cd2ae505109d10bce 100644 (file)
@@ -1,13 +1,81 @@
 C H A N G E S\r
 \r
-CasparCG 2.0.7 Beta (as compared to 2.0.6 Stable)\r
-=================================================\r
+CasparCG 2.0.7 Beta 2 (as compared to CasparCG 2.0.7 Beta 1)\r
+============================================================\r
+\r
+General\r
+-------\r
+\r
+  o Added sendings of OSC messages for channel_grid channel in addition to\r
+    regular channels.\r
+\r
+Producers\r
+---------\r
+\r
+  o FFmpeg: Reports correct nb_frames() when using SEEK (Thomas Kaltz III)\r
+  o Flash: Fixed bug wherer CG PLAY, CG INVOKE\r
+\r
+Consumers\r
+---------\r
+\r
+  o channel_consumer: Added support for more than one channel_consumer per\r
+    channel.\r
+  o decklink_consumer: Added support for a single instance of the consumer to\r
+    manage a separate key output for use with decklink duo/quad cards:\r
+\r
+    <decklink>\r
+         <device>1</device>\r
+         <key-device>2</key-device>\r
+         <keyer>external_separate_device</keyer>\r
+       </decklink>\r
+\r
+       ...in the configuration will enable the feature. The value of <key-device />\r
+       defaults to the value of <device /> + 1.\r
+  o synchronizing_consumer: Removed in favour of a single decklink_consumer\r
+    managing both fill and key device.\r
+  o streaming_consumer: A new implementation of ffmpeg_consumer with added\r
+    support for streaming and other PTS dependent protocols. Examples:\r
+\r
+    <stream>\r
+      <path>udp://localhost:5004</path>\r
+      <args>-vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180</args>\r
+    </stream>\r
+\r
+    ...in configuration or:\r
+\r
+    ADD 1 STREAM udp://localhost:5004 -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180\r
+\r
+       ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services)\r
+  o newtek_ivga_consumer: Added support for iVGA consumer to not provide channel\r
+    sync even though connected. Useful for iVGA clients that downloads as fast\r
+       as possible instead of in frame-rate pace, like Wirecast. To enable:\r
+\r
+    <newtek-ivga>\r
+         <provide-sync>false</provide-sync>\r
+       </newtek-ivga>\r
+\r
+    ...in config to not provide channel sync when connected. The default is\r
+       true.\r
+\r
+AMCP\r
+----\r
+\r
+  o Added support in ADD and REMOVE for a placeholder <CLIENT_IP_ADDRESS> which\r
+    will resolve to the connected AMCP client's IPV4 address.\r
+  o Fixed bug where AMCP commands split into multiple TCP packets where not\r
+    correctly parsed (http://casparcg.com/forum/viewtopic.php?f=3&t=2480)\r
+\r
+\r
+\r
+CasparCG 2.0.7 Beta 1 (as compared to 2.0.6 Stable)\r
+===================================================\r
 \r
 General\r
 -------\r
   o FFmpeg: Upgraded to master and adapted CasparCG to FFmpeg API changes\r
     (Robert Nagy sponsored by SVT)\r
   o FFmpeg: Fixed problem with frame count calculation (Thomas Kaltz III)\r
+  o Fixed broken CG UPDATE.\r
 \r
 Producers\r
 ---------\r
@@ -241,7 +309,6 @@ AMCP
   o PLAY 1-1 2-10 creates a layer producer on 1-1 redirecting the output of\r
     2-10. (Cambell Prince)\r
 \r
-\r
 OSC\r
 ---\r
   o Support for sending OSC messages over UDP to either a predefined set of\r