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