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