]> git.sesse.net Git - casparcg/commitdiff
Added Flash Player 11.8 and changed spelling and punctuation.
authorJonas Hummelstrand <jonas@hummelstrand.com>
Wed, 16 Oct 2013 10:21:22 +0000 (12:21 +0200)
committerJonas Hummelstrand <jonas@hummelstrand.com>
Wed, 16 Oct 2013 10:21:22 +0000 (12:21 +0200)
CHANGES.txt

index 97a17a69f92b11aa19f6019bc6e312f0eb5e4de2..d610712de75b869a4357b2689374df2275474693 100644 (file)
@@ -12,42 +12,44 @@ Video mixer
 -----------\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 interpreted arguments in the wrong order, so that gamma was\r
-    interpreted as max_input and vice versa.\r
+    even when not in use on a layer or on a channel. New <mixer /> element added\r
+    to configuration for turning on mixer features that not everybody would want\r
+    to pay for (performance-wise.) blend-modes also moved into this element.\r
+  o Fixed bug where MIXER LEVELS interpreted arguments in the wrong order, so \r
+    that gamma was interpreted as max_input and vice versa.\r
 \r
 Consumers\r
 ---------\r
+  o Added support for NewTek iVGA, which enables the use of CasparCG Server \r
+    fill+key output(s) as input source(s) to a NewTek TriCaster without \r
+    requiring video card(s) in the CasparCG Server machine, or taking up inputs\r
+    in the TriCaster. <newtek-ivga /> element in config enables iVGA on a channel.\r
+  o Decklink: Created custom decklink allocator to reduce the memory footprint.\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 iVGA. Enables the use of the CasparCG Server\r
-    output as an input source in a NewTek TriCaster without requiring a video\r
-    card. <newtek-ivga /> element in config enables iVGA on a channel.\r
-  o Decklink: Created custom decklink allocator for reducing memory footprint.\r
 \r
 Producers\r
 ---------\r
   o FFmpeg: Added support for arbitrary FFmpeg options in ffmpeg_producer.\r
+  o Flash: Flash Player 11.8 now tested and fully supported.\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
+  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
   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
+  o Never sends old values to OSC reveivers. Collects the latest value of each\r
+    path logged since last UDP send, and sends 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
+  o Batches as many OSC messages as possible in an OSC bundle to reduce the \r
+    number of UDP packets sent. Breakup into separate packages if necessary to \r
+    avoid 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