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