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