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