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