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