]> git.sesse.net Git - casparcg/commitdiff
Updated documents
authorHelge Norberg <helge.norberg@gmail.com>
Wed, 9 Oct 2013 15:11:12 +0000 (17:11 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Wed, 9 Oct 2013 15:11:12 +0000 (17:11 +0200)
CHANGES.txt
README.txt

index 40f3b024b441647e4578e9bb070036f7cf95b8b3..b2aef815061c34325c82321b5040343a18567a78 100644 (file)
@@ -1,10 +1,67 @@
 C H A N G E S\r
 \r
+CasparCG 2.0.4 Stable (as compared to 2.0.4 Beta 1)\r
+===================================================\r
+\r
+General\r
+-------\r
+\r
+  o Can now open media with digit only names.\r
+  o Misc stability and performance improvements.\r
+\r
+Video mixer\r
+-----------\r
+\r
+  o Conditional compilation of chroma key support and straight alpha output\r
+    support in shader (just like with blend-modes) because of performance impact\r
+    even when not in use on a layer/on a channel. New <mixer /> element added to\r
+    configuration for turning on mixer features that not everybody would want to\r
+    pay for (performance-wise). blend-modes also moved into this element.\r
+  o MIXER LEVELS interpretet arguments in the wrong order, so that gamma was\r
+    interpreted as max_input and vice versa.\r
+\r
+Consumers\r
+---------\r
+\r
+  o Replaced usage of SFML for <system-audio /> with PortAudio, because of\r
+    problems with SFML since change to static linkage. Also PortAudio seems to\r
+    give lower latency.\r
+  o Added support for NewTek AirPlay. Enables the use of the CasparCG Server\r
+    output as an input source in a NewTek TriCaster without requiring a video\r
+    card. <newtek /> element in config enables AirPlay on a channel.\r
+  o Decklink: Created custom decklink allocator for reducing memory footprint.\r
+\r
+Producers\r
+---------\r
+\r
+  o ffmpeg: Added support for arbitrary ffmpeg options in ffmpeg_producer.\r
+  o flash: No longer starts a flash player to service CG commands that means\r
+    nothing without an already running flash player.\r
+  o flash: globally serialize initialization and destruction of flash players,\r
+    to avoid race conditions in flash.\r
+  o flash: changed so that the flash buffer is filled with flash player\r
+    generated content at initialization instead of empty frames.\r
+\r
+OSC\r
+---\r
+\r
+  o Performance improvements.\r
+  o Never send old values to OSC reveivers, collect the latest value of each\r
+    path logged since last UDP send, and send the new UDP packet (to each\r
+    subscribing OSC receiver) with the values collected.\r
+  o Batch as many OSC messages as possible in an OSC bundle to reduce the number\r
+    of UDP packets sent. Breakup into separate packages if necessary to avoid\r
+    fragmentation.\r
+  o Removed usage of Microsoft Agents library (server ran out of memory after a\r
+    while) in favour of direct synchronous invocations.\r
+\r
+\r
 CasparCG 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
 ===================================================\r
 \r
 General\r
 -------\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\r
     media directory is scanned every 5 seconds for new/modified/removed files\r
@@ -101,12 +158,12 @@ AMCP
     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 CasparCG Server is 5 instead of 0, which \r
-    can be used by parent process to take other actions. \r
-    The 'casparcg_auto_restart.bat' script restarts the server if the \r
-    return code is 5.\r
+    except that the return code from CasparCG Server is 5 instead of 0, which\r
+    can be used by parent process to take other actions. The\r
+    'casparcg_auto_restart.bat' script restarts the server if the return code is\r
+    5.\r
   o DATA RETRIEVE now returns linefeeds encoded as an actual linefeed (the\r
-    single character 0x0a) instead of the previous two characters;\r
+    single character 0x0a) instead of the previous two characters:\r
     \ followed by n.\r
   o MIXER CHROMA command added to control the chroma keying. Example:\r
     MIXER 1-1 CHROMA GREEN|BLUE 0.10 0.04\r
index 28a93de9b056968eb4a5805ad7326ba52d2690cc..9bf76d1ad47ab69f2bd9204e85a8e9ee2ec2f8a8 100644 (file)
@@ -1,13 +1,12 @@
-CasparCG Server 2.0.4 Beta 1\r
-============================\r
+CasparCG Server 2.0.4\r
+=====================\r
 \r
 Thank you for your interest in CasparCG Server, a professional software used to\r
 play out and record professional graphics, audio and video to multiple 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\r
-in professional production. Please use CasparCG Server 2.0.3 if you need \r
-proven stability!\r
+This release is considered tested and stable, and is intended for use in\r
+professional production.\r
 \r
 More information is available at http://casparcg.com/\r
 \r
@@ -57,12 +56,12 @@ INSTALLATION
 \r
 1. Check that your system meets the requirements above.\r
 \r
-2. Unzip and place the "CasparCG Server 2.0.4 Beta 1" folder anywhere you like.\r
+2. Unzip and place the "CasparCG Server 2.0.4" folder anywhere you like.\r
 \r
 3. Install "Microsoft Visual C++ 2010 Redistributable Package" from\r
    http://www.microsoft.com/download/en/details.aspx?id=5555\r
 \r
-4. Install "Flash Player 10.3.183.14" from the "Flash Player Installation"\r
+4. Install "Flash Player 11.8.800.94" from the "Flash Player Installation"\r
    folder.\r
 \r
 5. Make sure you turn off Windows' "Aero Theme" and "ClearType" font smoothing\r