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