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