]> git.sesse.net Git - casparcg/commitdiff
Corrected line lengths (should always be under 80 characters), inconsistent amount...
authorHelge Norberg <helge.norberg@gmail.com>
Thu, 27 Jun 2013 15:52:36 +0000 (17:52 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Thu, 27 Jun 2013 15:52:36 +0000 (17:52 +0200)
CHANGES.txt
README.txt

index 365284064b2b49f18a6b6a398cd7ad8d7f91ec3b..dea866c92a1d3734e547acfbe2239ac050c103f1 100644 (file)
@@ -6,12 +6,12 @@ CasparCG 2.0.4 Beta 1 (as compared to 2.0.3 Stable)
 General\r
 -------\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 Added support for video and images file thumbnail generation. By default the\r
+    media directory is scanned every 5 seconds for new/modified/removed files\r
+    and thumbnails are generated/regenerated/removed accordingly.\r
   o Support for new video modes: 2k2398, 2k2400, 2k2500, 4k2398, 4k2400, 4k2500,\r
     4k2997 and 4k3000.\r
-  o Experimental ATI graphics card support by using static linking against SFML \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
@@ -22,6 +22,7 @@ General
   o Improved audio playback with 720p5994 and 720p6000 channels.\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,25 +35,23 @@ General
         </decklink>\r
       </synchronizing>\r
     </consumers>\r
-    \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 all synchronized cards must have genlock reference \r
-    signal connected.\r
+\r
+    ...to instruct the server to keep both DeckLink consumers in sync with each\r
+    other. Consider this experimental, so don't wrap everything in\r
+    <synchronizing /> unless synchronization of consumer outputs is needed. For\r
+    synchronization to be effective all synchronized cards must have genlock\r
+    reference 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
@@ -67,11 +66,12 @@ Consumers
     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 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 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
+    parameter list. The key file will get the _A file name suffix to be picked\r
+    up by the 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
     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
@@ -117,6 +117,7 @@ AMCP
   o Added INFO <ch> DELAY and INFO <ch>-<layer> DELAY commands for showing some\r
     delay measurements.\r
 \r
+\r
 OSC\r
 ---\r
 \r
@@ -142,7 +143,6 @@ OSC
     + image producer     /file/path        [file path]\r
 \r
 \r
-\r
 CasparCG 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
 ==================================================\r
 \r
@@ -333,7 +333,6 @@ Diagnostics
   o Diagnostics window is now closable.\r
 \r
 \r
-\r
 CasparCG 2.0 Beta 1 (as compared to Alpha)\r
 ==========================================\r
 \r
index 888d64ec9a3a65aca27280f9bf4cd42c4778fea6..abb8fd1086854a61434ec2fbe6bf067ef5c31870 100644 (file)
@@ -1,12 +1,12 @@
 CasparCG Server 2.0.4 Beta 1\r
 ============================\r
 \r
-Thank you for your interest in CasparCG Server, a professional\r
-software used to play out and record professional graphics, audio and video\r
-to multiple outputs. It has been in 24/7 broadcast production since 2006.\r
+Thank you for your interest in CasparCG Server, a professional software used to\r
+play out and record professional graphics, audio and video tomultiple outputs.\r
+It has been in 24/7 broadcast production since 2006.\r
 \r
-This release is NOT considered tested and stable, and it is NOT intended for use in\r
-professional production.\r
+This release is NOT considered tested and stable, and it is NOT intended for use\r
+in professional production.\r
 \r
 More information is available at http://casparcg.com/\r
 \r
@@ -16,8 +16,8 @@ SYSTEM REQUIREMENTS
 \r
 1. Intel processor capable of using SSSE3 instructions. Please refer to\r
    http://en.wikipedia.org/wiki/SSSE3 for a complete list.\r
-   While AMD processors should work, CasparCG Server has only\r
-   been tested on Intel processors.\r
+   While AMD processors should work, CasparCG Server has only been tested on\r
+   Intel processors.\r
 \r
 2. We recommend Windows 7 (64-bit,) but this software has also been used\r
    successfully on Windows 7 (32-bit) and Windows XP SP2 (32-bit only.)\r
@@ -76,13 +76,12 @@ INSTALLATION
 DOCUMENTATION\r
 -------------\r
 \r
-The most up-to-date documentation is always available at http://casparcg.com/wiki/\r
+The most up-to-date documentation is always available at\r
+http://casparcg.com/wiki/\r
 \r
 Ask questions in the forum: http://casparcg.com/forum/\r
 \r
 \r
-\r
-\r
 LICENSING\r
 ---------\r
 \r