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