]> git.sesse.net Git - casparcg/commitdiff
Updated CHANGES.TXT
authorJonas Hummelstrand <jonas@hummelstrand.com>
Thu, 27 Jun 2013 09:44:35 +0000 (11:44 +0200)
committerJonas Hummelstrand <jonas@hummelstrand.com>
Thu, 27 Jun 2013 09:44:35 +0000 (11:44 +0200)
CHANGES.txt

index 7b6beb7b65d008f9d2959cb86e75f99f31f4b1d9..b2e49ec61ccd59fdbabe5df2c073a3785a45d002 100644 (file)
@@ -1,26 +1,24 @@
-CasparCG 2.0.4 Beta (w.r.t 2.0.3 Stable)\r
-========================================\r
+CasparCG 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
+===================================================\r
 \r
 General\r
 -------\r
-\r
-  o Logging output now includes milliseconds and has modified format:\r
-    yyyy-mm-d HH:MM:SS.ZZZ\r
-  o Added support for generating thumbnails for media files. Currently only\r
-    video files and images are supported. By default the media directory is\r
-    scanned every 5 seconds for new/modified/removed files and thumbnails are\r
-    generated/regenerated/removed accordingly.\r
+  o Front-end GUI for simplified configuration and easy access to common tasks.\r
+  o Added support for video and images file thumbnail generation. By default the media \r
+    directory is scanned every 5 seconds for new/modified/removed files and thumbnails \r
+    are generated/regenerated/removed accordingly.\r
   o Support for new video modes: 2k2398, 2k2400, 2k2500, 4k2398, 4k2400, 4k2500,\r
     4k2997 and 4k3000.\r
-  o Optimizations in AMCP protocol implementations for large incoming messages\r
-    like for example base64 encoded PNG-images.\r
-  o Added support for more than 2 audio channels in caspar. See\r
+  o Experimental ATI graphics card support by using static linking against SFML \r
+    instead of dynamic. Should improve ATI GPU support, but needs testing.\r
+  o Added support for playback and pass-through of up to 16 audio channels. See\r
     http://casparcg.com/forum/viewtopic.php?f=3&t=1453 for more information.\r
-  o ATI graphics card support. Static linking against SFML instead of dynamic.\r
-    Should inprove ATI card support. Needs testing.\r
+  o Optimizations in AMCP protocol implementations for large incoming messages,\r
+    for example base64 encoded PNG images.\r
+  o Logging output now includes milliseconds and has modified format:\r
+    YY-MM-DD hh:mm:ss.fff\r
   o An attempt to improve output synchronization of consumers has been made. Use\r
     for example:\r
-    \r
     <consumers>\r
       <synchronizing>\r
         <decklink>\r
@@ -34,22 +32,24 @@ General
       </synchronizing>\r
     </consumers>\r
     \r
-    to say that both decklink consumers should be in sync with each other.\r
+    ...to instruct both DeckLink consumers to stay in sync with each other.\r
     Consider this experimental, so don't wrap everything in <synchronizing />\r
     unless synchronization of consumer outputs is needed. For synchronization to\r
-    be effective both cards (or same if it is for example a Decklink Quad) must\r
-    have reference signal connected.\r
+    be effective all synchronized cards must have genlock reference \r
+    signal connected.\r
 \r
 Layer\r
 -----\r
 \r
   o Fixed a problem where the first frame was not always shown on LOAD.\r
 \r
+\r
 Audio mixer\r
 -----------\r
 \r
   o Added support for a master volume mixer setting for each channel.\r
 \r
+\r
 Video mixer\r
 -----------\r
 \r
@@ -60,17 +60,16 @@ Video mixer
 Consumers\r
 ---------\r
 \r
-  o Avoid that the ffmpeg consumer blocks the channel output when it can't keep\r
-    up with the frame rate (drops instead).\r
+  o Avoid that the FFmpeg consumer blocks the channel output when it can't keep\r
+    up with the frame rate (drops frames instead).\r
   o Added support for to create a separate key and fill file when recording with\r
-    the ffmpeg consumer. Add the SEPARATE_KEY parameter to the ffmpeg consumer\r
-    parameter list. The key file will get the _A suffix to be picked up by the\r
+    the FFmpeg consumer. Add the SEPARATE_KEY parameter to the FFmpeg consumer\r
+    parameter list. The key file will get the _A file name suffix to be picked up by the\r
     separated_producer when doing playback.\r
-  o The image consumer now writes to the media folder instead of the data\r
-    folder.\r
-  o Fixed bug in decklink consumer where we submit too few audio samples to the\r
-    driver when the video format has a frame rate > 50.\r
-  o Added another experimental decklink consumer implementation where scheduled\r
+  o The image consumer now writes to the media folder instead of the data folder.\r
+  o Fixed bug in DeckLink consumer where we submit too few audio samples to the driver \r
+    when the video format has a frame rate > 50.\r
+  o Added another experimental DeckLink consumer implementation where scheduled\r
     playback is not used, but a similar approach as in the bluefish consumer\r
        where we wait for a frame to be displayed and then display the next frame.\r
        It is configured via a <blocking-decklink> consumer element. The benefits of\r
@@ -81,11 +80,11 @@ Consumers
 Producers\r
 ---------\r
 \r
-  o Added support for playing .swf files using the flash producer.\r
-  o image producer premultiplies PNG images with their alpha.\r
-  o image producer can load a PNG image encoded as base64 via:\r
+  o Added support for playing .swf files using the Flash producer.\r
+  o Image producer premultiplies PNG images with their alpha.\r
+  o Image producer can load a PNG image encoded as base64 via:\r
     PLAY 1-0 [PNG_BASE64] <base64 string>\r
-  o ffmpeg producer can now use a directshow input filters:\r
+  o FFmpeg producer can now use a directshow input filters:\r
     PLAY 1-10 "dshow://video=Some Camera"\r
 \r
 AMCP\r
@@ -96,7 +95,7 @@ AMCP
   o THUMBNAIL LIST/RETRIEVE/GENERATE/GENERATE_ALL command was added to support\r
     the thumbnail feature.\r
   o ADD 1 FILE output.mov SEPARATE_KEY activates the separate key feature of the\r
-    ffmpeg consumer creating an additional output_a.mov containing only the key.\r
+    FFmpeg consumer creating an additional output_a.mov containing only the key.\r
   o Added KILL command for shutting down the server without console access.\r
   o Added RESTART command for shutting down the server in the same way as KILL\r
     except that the return code from caspar is 5 instead of 0, which can be used\r
@@ -140,8 +139,8 @@ OSC
     + image producer     /file/path        [file path]\r
 \r
 \r
-CasparCG 2.0.3 Stable (w.r.t 2.0.3 Alpha)\r
-=========================================\r
+CasparCG 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
+==================================================\r
 \r
 Stage\r
 -----\r
@@ -156,8 +155,8 @@ AMCP
   o DATA REMOVE command was added.\r
 \r
 \r
-CasparCG 2.0.3 Alpha (w.r.t 2.0 Stable)\r
-=======================================\r
+CasparCG 2.0.3 Alpha (as compared to 2.0 Stable)\r
+================================================\r
 \r
 General\r
 -------\r
@@ -166,12 +165,12 @@ General
     supported for backwards compatibility\r
   o Commands written in UTF-8 to log file but only ascii characters to console.\r
   o Added supported video formats:\r
-    + 720p2398 (not supported by decklink)\r
-    + 720p2400 (not supported by decklink)\r
+    + 720p2398 (not supported by DeckLink)\r
+    + 720p2400 (not supported by DeckLink)\r
     + 1080p5994\r
     + 1080p6000\r
-    + 720p30 (not supported by decklink)\r
-    + 720p29.976 (not supported by decklink)\r
+    + 720p30 (not supported by DeckLink)\r
+    + 720p29.976 (not supported by DeckLink)\r
 \r
 CLK\r
 ---\r
@@ -211,8 +210,8 @@ Producers
     + Added PREMULTIPLY parameter to support images stored with straight alpha.\r
 \r
 \r
-CasparCG 2.0 Stable (w.r.t Beta 3)\r
-==================================\r
+CasparCG 2.0 Stable (as compared to Beta 3)\r
+===========================================\r
 \r
 General\r
 -------\r
@@ -223,14 +222,14 @@ Consumers
 ---------\r
 \r
   o File Consumer\r
-    + Changed semantics to more closely follow ffmpeg (see forums).\r
+    + Changed semantics to more closely follow FFmpeg (see forums).\r
     + Added options, -r, -acodec, -s, -pix_fmt, -f and more.\r
   o Screen Consumer\r
     + Added vsync support.\r
 \r
 \r
-CasparCG 2.0 Beta 3 (w.r.t Beta 1)\r
-==================================\r
+CasparCG 2.0 Beta 3 (as compared to Beta 1)\r
+===========================================\r
 \r
 Formats\r
 -------\r
@@ -247,7 +246,7 @@ Consumers
 \r
   o File Consumer added\r
     + See updated wiki or ask in forum for more information.\r
-    + Should support anything ffmpeg supports. However, we will work mainly with\r
+    + Should support anything FFmpeg supports. However, we will work mainly with\r
       DNXHD, PRORES and H264.\r
     - Key-only is not supported.\r
   o Bluefish Consumer\r
@@ -278,14 +277,14 @@ Producers
     + Improved auto-transcode accuracy.\r
     + Improved seeking accuracy.\r
     + Fixed bug with looping and LENGTH.\r
-    + Updated to newer ffmpeg version.\r
+    + Updated to newer FFmpeg version.\r
     + Fixed incorrect scaling of NTSC DV files.\r
     + Optimized color conversion when using YADIF filters.\r
   o Flash Producer\r
-    + Release flash-player when empty.\r
-    + Use native resolution template-host.\r
-    + Template-hosts are now choosen automatically if not configured. The\r
-      template-host with the corresponding video-mode name is now chosen.\r
+    + Release Flash Player when empty.\r
+    + Use native resolution TemplateHost.\r
+    + TemplateHosts are now choosen automatically if not configured. The\r
+      TemplateHost with the corresponding video-mode name is now chosen.\r
     + Use square pixel dimensions.\r
 \r
 AMCP\r
@@ -329,14 +328,10 @@ Diagnostics
     previously.\r
   o Diagnostics window is now closable.\r
 \r
-Configuration\r
--------------\r
 \r
-  o Simplified.\r
 \r
-\r
-CasparCG 2.0 Beta 1 (w.r.t Alpha)\r
-=================================\r
+CasparCG 2.0 Beta 1 (as compared to Alpha)\r
+==========================================\r
 \r
   o Blending Modes (needs to be explicitly enabled)\r
     + overlay\r
@@ -353,7 +348,7 @@ CasparCG 2.0 Beta 1 (w.r.t Alpha)
     + min output-level\r
     + max output-level\r
     + gamma\r
-  o Support for ffmpeg-filters such as (ee http://ffmpeg.org/libavfilter.html)\r
+  o Support for FFmpeg-filters such as (ee http://ffmpeg.org/libavfilter.html)\r
     + yadif deinterlacer (optimized in CasparCG for full multi-core support)\r
     + de-noising\r
     + dithering\r
@@ -404,8 +399,8 @@ CasparCG 2.0 Beta 1 (w.r.t Alpha)
   o More than 2 Decklink cards might be possible but have not yet been tested.\r
 \r
 \r
-CasparCG 2.0 Alpha (w.r.t 1.8)\r
-==============================\r
+CasparCG 2.0 Alpha (as compared to 1.8)\r
+=======================================\r
 \r
 General\r
 -------\r
@@ -416,7 +411,7 @@ General
   o Misc improved scalability.\r
   o XML-configuration.\r
   o Decklink\r
-    + Support for multiple decklink-cards.\r
+    + Support for multiple DeckLink cards.\r
 \r
 Core\r
 ----\r