]> git.sesse.net Git - casparcg/blob - CHANGES.txt
Fixed bug where audio wasn't routed via layer_producer and channel_producer.
[casparcg] / CHANGES.txt
1 C H A N G E S\r
2 \r
3 CasparCG Server 2.0.7 (as compared to CasparCG Server 2.0.7 Beta 2)\r
4 ===================================================================\r
5 \r
6 General\r
7 -------\r
8 \r
9   o Added support for using a different configuration file at startup than the\r
10     default casparcg.config by simply adding the name of the file to use as the\r
11     first command line argument to casparcg.exe.\r
12   o Fixed various bugs.\r
13   o Upgraded FFmpeg to latest stable.\r
14 \r
15 Mixer\r
16 -----\r
17 \r
18   o Added support for rotation.\r
19   o Added support for changing the anchor point around which fill_translation,\r
20     fill_scale and rotation will be done from.\r
21   o Added support for perspective correct corner pinning.\r
22   o Added support for mipmapped textures with anisotropic filtering for\r
23     increased downscaling quality.\r
24   o Added support for cropping a layer. Not the same as clipping.\r
25 \r
26 AMCP\r
27 ----\r
28 \r
29   o Added RESUME command to complement PAUSE. (Peter Keuter)\r
30   o To support the new mixer features the following commands has been added:\r
31 \r
32     - MIXER ANCHOR -- will return or modify the anchor point for a layer\r
33       (default is 0 0 for backwards compatibility). Example:\r
34       MIXER 1-10 ANCHOR 0.5 0.5\r
35       ...for changing the anchor to the middle of the layer\r
36       (a MIXER 1-10 FILL 0.5 0.5 1 1 will be necessary to place the layer at the\r
37       same place on screen as it was before).\r
38 \r
39     - MIXER ROTATION -- will return or modify the angle of which a layer is\r
40       rotated by (clockwise degrees) around the point specified by ANCHOR.\r
41 \r
42     - MIXER PERSPECTIVE -- will return or modify the corners of the perspective\r
43       transformation of a layer. One X Y pair for each corner (order upper left,\r
44       upper right, lower right and lower left). Example:\r
45       MIXER 1-10 PERSPECTIVE 0.4 0.4 0.6 0.4 1 1 0 1\r
46 \r
47     - MIXER MIPMAP -- will return or modify whether to enable mipmapping of\r
48       textures produced on a layer. Only frames produced after a change will be\r
49       affected. So for example image_producer will not be affected while the\r
50       image is displayed.\r
51 \r
52     - MIXER CROP -- will return or modify how textures on a layer will be\r
53       cropped. One X Y pair each for the upper left corner and for the lower\r
54       right corner.\r
55 \r
56 Consumers\r
57 ---------\r
58 \r
59   o Removed blocking_decklink_consumer. It was more like an experiment at best\r
60     and its usefulness was questionable.\r
61 \r
62 HTML producer\r
63 -------------\r
64 \r
65   o No longer tries to play all files with a . in their name.\r
66     (Georgi Chorbadzhiyski)\r
67   o Reimplemented using CEF3 instead of Berkelium, which enables use of WebGL\r
68     and more. CEF3 is actively maintained, which Berkelium is not. (Robert Nagy)\r
69   o Implements a custom version of window.requestAnimationFrame which will\r
70     follow the pace of the channel, for perfectly smooth animations.\r
71   o No longer manually interlaces frames, to allow for mixer fill transforms\r
72     without artifacts.\r
73   o Now uses CEF3 event loop to avoid 100% CPU core usage.\r
74 \r
75 \r
76 \r
77 CasparCG Server 2.0.7 Beta 2 (as compared to CasparCG Server 2.0.7 Beta 1)\r
78 ==========================================================================\r
79 \r
80 General\r
81 -------\r
82 \r
83   o Added sendings of OSC messages for channel_grid channel in addition to\r
84     regular channels.\r
85 \r
86 Producers\r
87 ---------\r
88 \r
89   o FFmpeg: Reports correct nb_frames() when using SEEK (Thomas Kaltz III)\r
90   o Flash: Fixed bug wherer CG PLAY, CG INVOKE\r
91 \r
92 Consumers\r
93 ---------\r
94 \r
95   o channel_consumer: Added support for more than one channel_consumer per\r
96     channel.\r
97   o decklink_consumer: Added support for a single instance of the consumer to\r
98     manage a separate key output for use with decklink duo/quad cards:\r
99 \r
100     <decklink>\r
101       <device>1</device>\r
102       <key-device>2</key-device>\r
103       <keyer>external_separate_device</keyer>\r
104     </decklink>\r
105 \r
106     ...in the configuration will enable the feature. The value of <key-device />\r
107     defaults to the value of <device /> + 1.\r
108   o synchronizing_consumer: Removed in favour of a single decklink_consumer\r
109     managing both fill and key device.\r
110   o streaming_consumer: A new implementation of ffmpeg_consumer with added\r
111     support for streaming and other PTS dependent protocols. Examples:\r
112 \r
113     <stream>\r
114       <path>udp://localhost:5004</path>\r
115       <args>-vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180</args>\r
116     </stream>\r
117 \r
118     ...in configuration or:\r
119 \r
120     ADD 1 STREAM udp://localhost:5004 -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180\r
121 \r
122     ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services)\r
123   o newtek_ivga_consumer: Added support for iVGA consumer to not provide channel\r
124     sync even though connected. Useful for iVGA clients that downloads as fast\r
125     as possible instead of in frame-rate pace, like Wirecast. To enable:\r
126 \r
127     <newtek-ivga>\r
128       <provide-sync>false</provide-sync>\r
129     </newtek-ivga>\r
130 \r
131     ...in config to not provide channel sync when connected. The default is\r
132     true.\r
133 \r
134 AMCP\r
135 ----\r
136 \r
137   o Added support in ADD and REMOVE for a placeholder <CLIENT_IP_ADDRESS> which\r
138     will resolve to the connected AMCP client's IPV4 address.\r
139   o Fixed bug where AMCP commands split into multiple TCP packets where not\r
140     correctly parsed (http://casparcg.com/forum/viewtopic.php?f=3&t=2480)\r
141 \r
142 \r
143 \r
144 CasparCG Server 2.0.7 Beta 1 (as compared to 2.0.6 Stable)\r
145 ==========================================================\r
146 \r
147 General\r
148 -------\r
149   o FFmpeg: Upgraded to master and adapted CasparCG to FFmpeg API changes\r
150     (Robert Nagy sponsored by SVT)\r
151   o FFmpeg: Fixed problem with frame count calculation (Thomas Kaltz III)\r
152   o Fixed broken CG UPDATE.\r
153 \r
154 Producers\r
155 ---------\r
156 \r
157   o New HTML producer has been created (Robert Nagy sponsored by Flemish Radio\r
158     and Television Broadcasting Organization, VRT)\r
159 \r
160 \r
161 \r
162 CasparCG Server 2.0.6 Stable (as compared to 2.0.4 Stable)\r
163 ==========================================================\r
164 \r
165 General\r
166 -------\r
167   o iVGA: Allow for the server to work without Processing.AirSend.x86.dll to\r
168     prevent a possible GPL violation. It is available as a separate optional\r
169     download.\r
170   o iVGA: Only provide sync to channel while connected, to prevent channel\r
171     ticking too fast.\r
172   o FFmpeg: Fixed bug during deinterlace-bob-reinterlace where output fields\r
173     were offset by one field in relation to input fields.\r
174   o FFmpeg: Fixed bug in ffmpeg_consumer where an access violation occurred\r
175     during destruction.\r
176   o FFmpeg: Improved seeking. (Robert Nagy and Thomas Kaltz III)\r
177   o Frontend: Only writes elements to casparcg.config which overrides a default\r
178     value to keep the file as compact as possible.\r
179   o System audio: Patched sfml-audio to work better with oal-consumer and\r
180     therefore removed portaudio as the system audio implementation and went back\r
181     to oal.\r
182   o Flash: Changed so that the initial buffer fill of frames is rendered at a\r
183     frame-duration pace instead of as fast as possible. Otherwise time based\r
184     animations render incorrectly. During buffer recovery, a higher paced\r
185     rendering takes place, but still not as fast as possible, which can cause\r
186     animations to be somewhat incorrectly rendered. This is the only way though\r
187     if we want the buffer to be able to recover after depletion.\r
188   o Fixed race condition during server shutdown.\r
189   o OSC: outgoing audio levels from the audio mixer for each audio channel is\r
190     now transmitted (pFS and dBFS). (Thomas Kaltz III)\r
191   o Stage: Fixed bug where tweened transforms were only ticked when a\r
192     corresponding layer existed.\r
193   o Screen consumer: Added borderless option and correct handling of name\r
194     option. (Thomas Kaltz III)\r
195   o AMCP: CLS now reports duration and framerate for MOVIE files were\r
196     information is possible to extract. (Robert Nagy)\r
197   o Version bump to keep up with CasparCG Client version.\r
198 \r
199 \r
200 \r
201 CasparCG Server 2.0.4 Stable (as compared to 2.0.4 Beta 1)\r
202 ==========================================================\r
203 \r
204 General\r
205 -------\r
206   o Can now open media with file names that only consist of digits.\r
207     (Cambell Prince)\r
208   o Miscellaneous stability and performance improvements.\r
209 \r
210 Video mixer\r
211 -----------\r
212   o Conditional compilation of chroma key support and straight alpha output\r
213     support in shader (just like with blend-modes) because of performance impact\r
214     even when not in use on a layer or on a channel. New <mixer /> element added\r
215     to configuration for turning on mixer features that not everybody would want\r
216     to pay for (performance-wise.) blend-modes also moved into this element.\r
217   o Fixed bug where MIXER LEVELS interpreted arguments in the wrong order, so \r
218     that gamma was interpreted as max_input and vice versa.\r
219 \r
220 Consumers\r
221 ---------\r
222   o Added support for NewTek iVGA, which enables the use of CasparCG Server \r
223     fill+key output(s) as input source(s) to a NewTek TriCaster without \r
224     requiring video card(s) in the CasparCG Server machine, or taking up inputs\r
225     in the TriCaster. <newtek-ivga /> element in config enables iVGA on a\r
226     channel. (Robert Nagy sponsored by NewTek)\r
227   o Decklink: Created custom decklink allocator to reduce the memory footprint.\r
228   o Replaced usage of SFML for <system-audio /> with PortAudio, because of\r
229     problems with SFML since change to static linkage. Also PortAudio seems to\r
230     give lower latency.\r
231 \r
232 Producers\r
233 ---------\r
234   o FFmpeg: Added support for arbitrary FFmpeg options/parameters\r
235     in ffmpeg_producer. (Cambell Prince)\r
236   o Flash: Flash Player 11.8 now tested and fully supported.\r
237   o Flash: No longer starts a Flash Player to service CG commands that mean\r
238     nothing without an already running Flash Player.\r
239   o Flash: globally serialize initialization and destruction of Flash Players,\r
240     to avoid race conditions in Flash.\r
241   o Flash: changed so that the Flash buffer is filled with Flash Player\r
242     generated content at initialization instead of empty frames.\r
243 \r
244 OSC\r
245 ---\r
246   o Performance improvements. (Robert Nagy sponsored by Boffins Technologies)\r
247   o Never sends old values to OSC reveivers. Collects the latest value of each\r
248     path logged since last UDP send, and sends the new UDP packet (to each\r
249     subscribing OSC receiver) with the values collected. (Robert Nagy sponsored\r
250     by Boffins Technologies)\r
251   o Batches as many OSC messages as possible in an OSC bundle to reduce the \r
252     number of UDP packets sent. Breakup into separate packages if necessary to \r
253     avoid fragmentation. (Robert Nagy sponsored by Boffins Technologies)\r
254   o Removed usage of Microsoft Agents library (Server ran out of memory after a\r
255     while) in favour of direct synchronous invocations.\r
256 \r
257 \r
258 \r
259 CasparCG Server 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
260 ==========================================================\r
261 \r
262 General\r
263 -------\r
264   o Front-end GUI for simplified configuration and easy access to common tasks.\r
265     (Thomas Kaltz III and Jeff Lafforgue)\r
266   o Added support for video and images file thumbnail generation. By default the\r
267     media directory is scanned every 5 seconds for new/modified/removed files\r
268     and thumbnails are generated/regenerated/removed accordingly.\r
269   o Support for new video modes: 1556p2398, 1556p2400, 1556p2500, 2160p2398,\r
270     2160p2400, 2160p2500, 2160p2997 and 2160p3000.\r
271   o Experimental ATI graphics card support by using static linking against SFML\r
272     instead of dynamic. Should improve ATI GPU support, but needs testing.\r
273   o Added support for playback and pass-through of up to 16 audio channels. See\r
274     http://casparcg.com/forum/viewtopic.php?f=3&t=1453 for more information.\r
275   o Optimizations in AMCP protocol implementations for large incoming messages,\r
276     for example base64 encoded PNG images.\r
277   o Logging output now includes milliseconds and has modified format:\r
278     YYYY-MM-DD hh:mm:ss.zzz\r
279   o Improved audio playback with 720p5994 and 720p6000 channels.\r
280   o An attempt to improve output synchronization of consumers has been made. Use\r
281     for example:\r
282 \r
283     <consumers>\r
284       <synchronizing>\r
285         <decklink>\r
286           <device>1</device>\r
287           <embedded-audio>true</embedded-audio>\r
288         </decklink>\r
289         <decklink>\r
290           <device>2</device>\r
291           <key-only>true</key-only>\r
292         </decklink>\r
293       </synchronizing>\r
294     </consumers>\r
295 \r
296     ...to instruct the server to keep both DeckLink consumers in sync with each\r
297     other. Consider this experimental, so don't wrap everything in\r
298     <synchronizing /> unless synchronization of consumer outputs is needed. For\r
299     synchronization to be effective all synchronized cards must have genlock\r
300     reference signal connected.\r
301   o Transfer of source code and issue tracker to github. (Thomas Kaltz III)\r
302 \r
303 Layer\r
304 -----\r
305   o Fixed a problem where the first frame was not always shown on LOAD.\r
306     (Robert Nagy)\r
307 \r
308 Stage\r
309 -----\r
310 \r
311   o Support for layer consumers for listening to frames coming out of producers.\r
312     (Cambell Prince)\r
313 \r
314 Audio mixer\r
315 -----------\r
316   o Added support for a master volume mixer setting for each channel.\r
317 \r
318 Video mixer\r
319 -----------\r
320   o Added support for chroma keying. (Cambell Prince)\r
321   o Fixed bug where MIXER CONTRAST set to < 1 can cause transparency issues.\r
322   o Experimental support for straight alpha output.\r
323 \r
324 Consumers\r
325 ---------\r
326   o Avoid that the FFmpeg consumer blocks the channel output when it can't keep\r
327     up with the frame rate (drops frames instead).\r
328   o Added support for to create a separate key and fill file when recording with\r
329     the FFmpeg consumer. Add the SEPARATE_KEY parameter to the FFmpeg consumer\r
330     parameter list. The key file will get the _A file name suffix to be picked\r
331     up by the separated_producer when doing playback.\r
332   o The Image consumer now writes to the media folder instead of the data\r
333     folder.\r
334   o Fixed bug in DeckLink consumer where we submit too few audio samples to the\r
335     driver when the video format has a frame rate > 50.\r
336   o Added another experimental DeckLink consumer implementation where scheduled\r
337     playback is not used, but a similar approach as in the bluefish consumer\r
338     where we wait for a frame to be displayed and then display the next frame.\r
339     It is configured via a <blocking-decklink> consumer element. The benefits of\r
340     this consumer is lower latency and more deterministic synchronization\r
341     between multiple instances (should not need to be wrapped in a\r
342     <synchronizing> element when separated key/fill is used).\r
343 \r
344 Producers\r
345 ---------\r
346   o Added support for playing .swf files using the Flash producer. (Robert Nagy)\r
347   o Image producer premultiplies PNG images with their alpha.\r
348   o Image producer can load a PNG image encoded as base64 via:\r
349     PLAY 1-0 [PNG_BASE64] <base64 string>\r
350   o FFmpeg producer can now use a directshow input filters:\r
351     PLAY 1-10 "dshow://video=Some Camera"\r
352     (Cambell Prince, Julian Waller and Robert Nagy)\r
353   o New layer producer which directs the output of a layer to another layer via\r
354     a layer consumer. (Cambell Prince)\r
355 \r
356 AMCP\r
357 ----\r
358   o The master volume feature is controlled via the MASTERVOLUME MIXER\r
359     parameter. Example: MIXER 1 MASTERVOLUME 0.5\r
360   o THUMBNAIL LIST/RETRIEVE/GENERATE/GENERATE_ALL command was added to support\r
361     the thumbnail feature.\r
362   o ADD 1 FILE output.mov SEPARATE_KEY activates the separate key feature of the\r
363     FFmpeg consumer creating an additional output_a.mov containing only the key.\r
364   o Added KILL command for shutting down the server without console access.\r
365   o Added RESTART command for shutting down the server in the same way as KILL\r
366     except that the return code from CasparCG Server is 5 instead of 0, which\r
367     can be used by parent process to take other actions. The\r
368     'casparcg_auto_restart.bat' script restarts the server if the return code is\r
369     5.\r
370   o DATA RETRIEVE now returns linefeeds encoded as an actual linefeed (the\r
371     single character 0x0a) instead of the previous two characters:\r
372     \ followed by n.\r
373   o MIXER CHROMA command added to control the chroma keying. Example:\r
374     MIXER 1-1 CHROMA GREEN|BLUE 0.10 0.04\r
375     (Cambell Prince)\r
376   o Fixed bug where MIXER FILL overrides any previous MIXER CLIP on the same\r
377     layer. The bugfix also has the side effect of supporting negative scale on\r
378     MIXER FILL, causing the image to be flipped.\r
379   o MIXER <ch> STRAIGHT_ALPHA_OUTPUT added to control whether to output straight\r
380     alpha or not.\r
381   o Added INFO <ch> DELAY and INFO <ch>-<layer> DELAY commands for showing some\r
382     delay measurements.\r
383   o PLAY 1-1 2-10 creates a layer producer on 1-1 redirecting the output of\r
384     2-10. (Cambell Prince)\r
385 \r
386 OSC\r
387 ---\r
388   o Support for sending OSC messages over UDP to either a predefined set of\r
389     clients (servers in the OSC sense) or dynamically to the ip addresses of the\r
390     currently connected AMCP clients.\r
391     (Robert Nagy sponsored by Boffins Technologies)\r
392   o /channel/[1-9]/stage/layer/[0-9]\r
393     + always             /paused           [paused or not]\r
394     + color producer     /color            [color string]\r
395     + ffmpeg producer    /profiler/time    [render time]     [frame duration]\r
396     + ffmpeg producer    /file/time        [elapsed seconds] [total seconds]\r
397     + ffmpeg producer    /file/frame       [frame]           [total frames]\r
398     + ffmpeg producer    /file/fps         [fps]\r
399     + ffmpeg producer    /file/path        [file path]\r
400     + ffmpeg producer    /loop             [looping or not]\r
401     + during transitions /transition/frame [current frame]   [total frames]\r
402     + during transitions /transition/type  [transition type]\r
403     + flash producer     /host/path        [filename]\r
404     + flash producer     /host/width       [width]\r
405     + flash producer     /host/height      [height]\r
406     + flash producer     /host/fps         [fps]\r
407     + flash producer     /buffer           [buffered]        [buffer size]\r
408     + image producer     /file/path        [file path]\r
409 \r
410 \r
411 \r
412 CasparCG Server 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
413 =========================================================\r
414 \r
415 Stage\r
416 -----\r
417 \r
418   o Fixed dead-lock that can occur with multiple mixer tweens. (Robert Nagy)\r
419 \r
420 AMCP\r
421 ----\r
422 \r
423   o DATA STORE now supports creating folders of path specified if they does not\r
424     exist. (Jeff Lafforgue)\r
425   o DATA REMOVE command was added. (Jeff Lafforgue)\r
426 \r
427 \r
428 \r
429 CasparCG Server 2.0.3 Alpha (as compared to 2.0 Stable)\r
430 =======================================================\r
431 \r
432 General\r
433 -------\r
434 \r
435   o Data files are now stored in UTF-8 with BOM. Latin1 files are still\r
436     supported for backwards compatibility.\r
437   o Commands written in UTF-8 to log file but only ASCII characters to console.\r
438   o Added supported video formats:\r
439     + 720p2398 (not supported by DeckLink)\r
440     + 720p2400 (not supported by DeckLink)\r
441     + 1080p5994\r
442     + 1080p6000\r
443     + 720p30 (not supported by DeckLink)\r
444     + 720p29.976 (not supported by DeckLink)\r
445 \r
446 CLK\r
447 ---\r
448 \r
449   o CLK protocol implementation can now serve more than one connection at a time\r
450     safely.\r
451   o Added timeline support to the CLK protocol.\r
452   o Refactored parts of the CLK parser implementation.\r
453 \r
454 Consumers\r
455 ---------\r
456 \r
457   o Consumers on same channel now invoked asynchronously to allow for proper\r
458     sync of multiple consumers.\r
459   o System audio consumer:\r
460     + no longer provides sync to caspar.\r
461   o Screen consumer:\r
462     + Support for multiple screen consumers on the same channel\r
463     + No longer spin-waits for vsync\r
464     + Now deinterlaces to two separate frames so for example 50i will no longer\r
465       be converted to 25p but instead to 50p for smooth playback of interlaced\r
466       content.\r
467   o Decklink consumer now logs whether a reference signal is detected or not.\r
468 \r
469 Producers\r
470 ---------\r
471 \r
472   o Image scroll producer:\r
473     + Field-rate motion instead of frame-rate motion with interlaced video\r
474       formats. This can be overridden by giving the PROGRESSIVE parameter.\r
475     + SPEED parameter now defines pixels per frame/field instead of half pixels\r
476       per frame. The scrolling direction is also reversed so SPEED 0.5 is the\r
477       previous equivalent of SPEED -1. Movements are done with subpixel accuracy\r
478     + Fixed incorrect starting position of image.\r
479     + Rounding error fixes to allow for more exact scrolling.\r
480     + Added support for motion blur via a new BLUR parameter\r
481     + Added PREMULTIPLY parameter to support images stored with straight alpha.\r
482 \r
483 \r
484 \r
485 CasparCG Server 2.0 Stable (as compared to Beta 3)\r
486 ==================================================\r
487 \r
488 General\r
489 -------\r
490 \r
491   o Misc stability and performance fixes.\r
492 \r
493 Consumers\r
494 ---------\r
495 \r
496   o File Consumer\r
497     + Changed semantics to more closely follow FFmpeg (see forums).\r
498     + Added options, -r, -acodec, -s, -pix_fmt, -f and more.\r
499   o Screen Consumer\r
500     + Added vsync support.\r
501 \r
502 \r
503 \r
504 CasparCG Server 2.0 Beta 3 (as compared to Beta 1)\r
505 ==================================================\r
506 \r
507 Formats\r
508 -------\r
509 \r
510   o ProRes Support\r
511     + Both encoding and decoding.\r
512   o NTSC Support\r
513     + Updated audio-pipeline for native NTSC support. Previous implementation\r
514       did not fully support NTSC audio and could cause incorrect behaviour or\r
515       even crashes.\r
516 \r
517 Consumers\r
518 ---------\r
519 \r
520   o File Consumer added\r
521     + See updated wiki or ask in forum for more information.\r
522     + Should support anything FFmpeg supports. However, we will work mainly with\r
523       DNXHD, PRORES and H264.\r
524     - Key-only is not supported.\r
525   o Bluefish Consumer\r
526     + 24 bit audio support.\r
527     - Embedded-audio does not work with Epoch cards.\r
528   o Decklink Consumer\r
529     + Low latency enabled by default.\r
530     + Added graphs for driver buffers.\r
531   o Screen Consumer\r
532     + Changed screen consumer square PAL to the more common wide-square PAL.\r
533     + Can now be closed.\r
534     + Fixed interpolation artifacts when running non-square video-modes.\r
535     + Automatically deinterlace interlaced input.\r
536 \r
537 Producers\r
538 ---------\r
539 \r
540   o Decklink Producer\r
541     + Improved color quality be avoiding uneccessary conversion to BGRA.\r
542   o FFMPEG Producer\r
543     + Fixed missing alpha for (RGB)A formats when deinterlacing.\r
544     + Updated buffering to work better with files with long audio/video\r
545       interleaving.\r
546     + Seekable while running and after reaching EOF. CALL 1-1 SEEK 200.\r
547     + Enable/disable/query looping while running. CALL 1-1 LOOP 1.\r
548     + Fixed bug with duration calculation.\r
549     + Fixed bug with fps calculation.\r
550     + Improved auto-transcode accuracy.\r
551     + Improved seeking accuracy.\r
552     + Fixed bug with looping and LENGTH.\r
553     + Updated to newer FFmpeg version.\r
554     + Fixed incorrect scaling of NTSC DV files.\r
555     + Optimized color conversion when using YADIF filters.\r
556   o Flash Producer\r
557     + Release Flash Player when empty.\r
558     + Use native resolution TemplateHost.\r
559     + TemplateHosts are now choosen automatically if not configured. The\r
560       TemplateHost with the corresponding video-mode name is now chosen.\r
561     + Use square pixel dimensions.\r
562 \r
563 AMCP\r
564 ----\r
565 \r
566   o When possible, commands will no longer wait for rendering pipeline. This\r
567     reduces command execution latencies, especially when sending a lot of\r
568     commands in a short timespan.\r
569   o Fixed CINF command.\r
570   o ADD/REMOVE no longer require subindex,\r
571     e.g. "ADD 1 SCREEN" / "REMOVE 1 SCREEN" instead of "ADD 1-1 SCREEN" / ...\r
572   o PARAM is renamed to CALL.\r
573   o STATUS command is replaced by INFO.\r
574   o INFO command has been extended:\r
575     + INFO (lists channels).\r
576     + INFO 1 (channel info).\r
577     + INFO 1-1 (layer info).\r
578     + INFO 1-1 F (foreground producer info).\r
579     + INFO 1-1 B (background producer info).\r
580     + INFO TEMPLATE mytemplate (template meta-data info, e.g. field names).\r
581   o CG INFO command has been extended.\r
582     + CG INFO 1 (template-host information, e.g. what layers are occupied).\r
583 \r
584 Mixer\r
585 -----\r
586 \r
587   o Fixed alpha with blend modes.\r
588   o Automatically deinterlace for MIXER FILL commands.\r
589 \r
590 Channel\r
591 -------\r
592 \r
593   o SET MODE now reverts back to old video-mode on failure.\r
594 \r
595 Diagnostics\r
596 -----------\r
597 \r
598   o Improved graphs and added more status information.\r
599   o Print configuration into log at startup.\r
600   o Use the same log file for the entire day, instead of one per startup as\r
601     previously.\r
602   o Diagnostics window is now closable.\r
603 \r
604 \r
605 \r
606 CasparCG Server 2.0 Beta 1 (as compared to Alpha)\r
607 =================================================\r
608 \r
609   o Blending Modes (needs to be explicitly enabled)\r
610     + overlay\r
611     + screen\r
612     + multiply\r
613     + and many more.\r
614   o Added additive keyer in addition to linear keyer.\r
615   o Image adjustements\r
616     + saturation\r
617     + brightness\r
618     + contrast\r
619     + min input-level\r
620     + max input-level\r
621     + min output-level\r
622     + max output-level\r
623     + gamma\r
624   o Support for FFmpeg-filters such as (ee http://ffmpeg.org/libavfilter.html)\r
625     + yadif deinterlacer (optimized in CasparCG for full multi-core support)\r
626     + de-noising\r
627     + dithering\r
628     + box blur\r
629     + and many more\r
630   o 32-bit SSE optimized audio pipeline.\r
631   o Decklink-Consumer uses external-key by default.\r
632   o Decklink-Consumer has 24 bit embedded-audio support.\r
633   o Decklink-Producer has 24 bit embedded-audio support.\r
634   o LOADBG with AUTO feature which automatically playes queued clip when\r
635     foreground clip has ended.\r
636   o STATUS command for layers.\r
637   o LOG LEVEL command for log filtering.\r
638   o MIX transitation work with transparent clips.\r
639   o Freeze on last frame.\r
640   o Producer buffering is now configurable.\r
641   o Consumer buffering is now configurable.\r
642   o Now possible to configure template-hosts for different video-modes.\r
643   o Added auto transcoder for FFmpeg producer which automatically transcodes\r
644     input video into compatible video format for the channel.\r
645     + interlacing (50p -> 50i)\r
646     + deinterlacing (50i -> 25p)\r
647     + bob-deinterlacing (50i -> 50p)\r
648     + bob-deinterlacing and reinterlacing (w1xh150i -> w2xh250i)\r
649     + doubling (25p -> 50p)\r
650     + halfing (50p -> 25p)\r
651     + field-order swap (upper <-> lower)\r
652   o Screen consumer now automatically deinterlaces when receiveing interlaced\r
653     content.\r
654   o Optimized renderer.\r
655   o Renderer can now be run asynchronously with producer by using a\r
656     producer-buffer size greater than 0.\r
657   o Improved error and crash recovery.\r
658   o Improved logging.\r
659   o Added Image-Scroll-Producer.\r
660   o Key-only has now near zero performance overhead.\r
661   o Reduced memory requirements.\r
662   o Removed "warm up lag" which occured when playing the first media clip after\r
663     the server has started.\r
664   o Added read-back fence for OpenGL device for improved multi-channel\r
665     performance.\r
666   o Memory support increased from standard 2 GB to 4 GB on 64 bit Win 7 OS.\r
667   o Added support for 2* Decklink cards in FullHD.\r
668   o Misc bugs fixes and performance improvements.\r
669   o Color producer now support some color codes in addition to color codes, e.g.\r
670     EMPTY, BLACK, RED etc...\r
671   o Alpha value in color codes is now optional.\r
672   o More than 2 Decklink cards might be possible but have not yet been tested.\r
673 \r
674 \r
675 \r
676 CasparCG Server 2.0 Alpha (as compared to 1.8)\r
677 ==============================================\r
678 \r
679 General\r
680 -------\r
681 \r
682   o Mayor refactoring for improved readability and mainainability.\r
683   o Some work towards platorm-independence. Currently the greatest challenge for\r
684     full platform-independence is flash-producer.\r
685   o Misc improved scalability.\r
686   o XML-configuration.\r
687   o Decklink\r
688     + Support for multiple DeckLink cards.\r
689 \r
690 Core\r
691 ----\r
692 \r
693   o Multiple producers per video_channel.\r
694   o Multiple consumers per video_channel.\r
695   o Swap producers between layers and channels during run-time.\r
696   o Support for upper-field and lower-field interlacing.\r
697   o Add and remove consumers during run-time.\r
698   o Preliminary support for NTSC.\r
699 \r
700 AMCP\r
701 ----\r
702 \r
703   o Query flash and template-host version.\r
704   o Recursive media-folder listing.\r
705   o Misc changes.\r
706 \r
707 Mixer\r
708 -----\r
709 \r
710   o Animated tween transforms.\r
711   o Image-Mixer\r
712     + Fully GPU accelerated (all features listed below are done on the gpu),\r
713     + Layer composition.\r
714     + Colorspaces (rgba, bgra, argb, yuv, yuva, yuv-hd, yuva-hd).\r
715     + Interlacing.\r
716     + Per-layer image-transforms:\r
717       + Opacity\r
718       + Gain\r
719       + Scaling\r
720       + Clipping\r
721       + Translation\r
722   o Audio-Mixer\r
723     + Per-layer and per-sample audio-transforms:\r
724         + Gain\r
725     + Fully internal audio-mixing. Single output-video_channel.\r
726 \r
727 Consumers\r
728 ---------\r
729 \r
730   o Decklink-Consumer\r
731     + Embedded audio.\r
732     + HD support.\r
733     + Hardware clock.\r
734   o Bluefish-Consumer\r
735     + Drivers are loaded on-demand (server now runs on computers without\r
736       installed bluefish-drivers).\r
737     + Embedded-audio.\r
738     + Allocated frames are no longer leaked.\r
739 \r
740 Producers\r
741 ---------\r
742 \r
743   o Decklink-Producer\r
744     + Embedded audio.\r
745     + HD support.\r
746   o Color-Producer\r
747     + GPU accelerated.\r
748   o FFMPEG-Producer\r
749     + Asynchronous file IO.\r
750     + Parallel decoding of audio and video.\r
751     + Colorspace transform are moved to gpu.\r
752   o Transition-Producer\r
753     + Fully interlaced transition (previsously only progressive, even when\r
754       running in interlaced mode).\r
755     + Per-sample mixing between source and destination clips.\r
756     + Tween transitions.\r
757   o Flash-Producer\r
758     + DirectDraw access (sligthly improved performance).\r
759     + Improved time-sync. Smoother animations and proper interlacing.\r
760   o Image-Producer\r
761     + Support for various imageformats through FreeImage library.\r
762 \r
763 Diagnostics\r
764 -----------\r
765 \r
766   o Graphs for monitoring performance and events.\r
767   o Misc logging improvements.\r
768   o Seperate log-file for every run of the server.\r
769   o Error logging provides full exception details, instead of only printing that\r
770     an error has occured.\r
771   o Console with real-time logging output.\r
772   o Console with AMCP input.\r
773 \r
774 Removed\r
775 -------\r
776 \r
777   o Registry-configuration (replaced by XML-Configuration).\r
778   o TGA-Producer (replaced by Image-Producer).\r
779   o TGA-Scroll-Producer\r