]> git.sesse.net Git - casparcg/blob - CHANGELOG
[CHANGELOG] Updated.
[casparcg] / CHANGELOG
1 C H A N G E S\r
2 \r
3 CasparCG 2.1.0 Next (w.r.t 2.1.0 Beta 1)\r
4 ========================================\r
5 \r
6 General\r
7 -------\r
8 \r
9   o Fail early with clear error message if configured paths are not\r
10     creatable/writable.\r
11   o Added backwards compatibility (with deprecation warning) for using\r
12     thumbnails-path instead of thumbnail-path in casparcg.config.\r
13   o Suppress the logging of full path names in stack traces so that only the\r
14     relative path within the source tree is visible.\r
15   o General stability improvements.\r
16   o Native thread id is now logged in Linux as well. Finally they are mappable\r
17     against INFO THREADS, ps and top.\r
18   o Created automatically generated build number, so that it is easier to see\r
19     whether a build is newer or older than an other.\r
20   o Changed configuration element mipmapping_default_on to mipmapping-default-on\r
21     for consistency with the rest of the configuration (Jesper Stærkær).\r
22   o Handle stdin EOF as EXIT.\r
23   o Added support for RESTART in Linux startup script run.sh.\r
24   o Copy casparcg_auto_restart.bat into Windows releases.\r
25   o Fixed bug with thumbnail generation when there are .-files in the media\r
26     folder.\r
27   o Removed CMake platform specification in Linux build script\r
28     (Krzysztof Pyrkosz).\r
29   o Build script for building FFmpeg for Linux now part of the repository.\r
30     Contributions during development (not w.r.t 2.1.0 Beta 1):\r
31     + Fix ffmpeg build dependencies on clean Ubuntu desktop amd64 14.04.3 or\r
32       higher (Walter Sonius).\r
33   o Added support for video modes 2160p5000, 2160p5994 and 2160p6000\r
34     (Antonio Ruano Cuesta).\r
35 \r
36 Consumers\r
37 ---------\r
38 \r
39   o FFmpeg consumer:\r
40     + Fixed long overdue bug where HD material was always recorded using the\r
41       BT.601 color matrix instead of the BT.709 color matrix. RGB codecs like\r
42       qtrle was never affected but all the YCbCr based codecs were.\r
43     + Fixed bug in parsing of paths containing -.\r
44     + Fixed bugs where previously effective arguments like -pix_fmt were\r
45       ignored.\r
46     + Fixed bug where interlaced channels where not recorded correctly for\r
47       some codecs.\r
48   o DeckLink consumer:\r
49     + Rewrote the frame hand-off between send() and ScheduledFrameCompleted() in\r
50       a way that hopefully resolves all dead-lock scenarios previously possible.\r
51   o Bluefish consumer:\r
52     + Largely rewritten against newest SDK, giving support for newer hardware\r
53       and features (Satchit Nambiar and James Wise sponsored by Bluefish444).\r
54   o Screen consumer:\r
55     + Fixed full screen mode.\r
56 \r
57 Producers\r
58 ---------\r
59 \r
60   o FFmpeg producer:\r
61     + Increased the max number of frames that audio/video can be badly\r
62       interleaved with (Dimitry Ishenko).\r
63     + Fixed bug where decoders sometimes requires more than one video packet to\r
64       decode the first frame.\r
65     + Added support for IN and OUT parameters (Dimitry Ishenko).\r
66     + Added DV/HDV video device support under Linux (Walter Sonius).\r
67     + Remove unused flags variable in queued_seek (Dimitry Ishenko).\r
68     + Now recognizes .ts files without probing contents (Ovidijus Striaukas).\r
69   o Destroy producer proxy:\r
70     + Created workaround for bug in FFmpeg where every new thread used to\r
71       cleanup caused handles to leak (not sure why). Reduced the effect by using\r
72       only one thread for all producer destructions.\r
73   o Framerate producer:\r
74     + Fixed bug when INFO was used on a not yet playing framerate producer.\r
75   o HTML producer:\r
76     + Fixed bug where only URL:s with . in them where recognized.\r
77   o Image producer:\r
78     + Added LENGTH parameter to allow for queueing with LOADBG AUTO.\r
79     + Fixed inconsistency in what file extensions are supported vs listed in\r
80       CLS/CINF.\r
81   o Layer producer:\r
82     + Fixed serious bug where a circular reference of layer producers caused a\r
83       stack overflow and server crash.\r
84     + Can now route from layer on a channel with an incompatible framerate.\r
85   o Channel producer:\r
86     + Can now route from channel with an incompatible framerate.\r
87     + Deinterlaces interlaced content from source channel.\r
88   o Scene producer:\r
89     + Added abs(), floor(), to_lower(), to_upper() and length() functions to the\r
90       expression language.\r
91     + Created XML Schema for the *.scene XML format. Allows for IDE-like auto-\r
92       completion, API documentation and validation.\r
93     + Added possibility to specify the width and height of a layer instead of\r
94       letting the producer on the layer decide.\r
95     + Added global variables scene_width, scene_height and fps.\r
96     + Made it possible to use expressions in keyframe values.\r
97     + Fixed serious bug where uninitialized values were used.\r
98     + Created more example scenes.\r
99     + Can now forward CALL, CG PLAY, CG STOP, CG NEXT and CG INVOKE to the\r
100       producer on a layer.\r
101   o CG proxy wrapper producer:\r
102     + New in 2.1.0.\r
103     + Allows all CG producers to be used as an ordinary producer inside a layer\r
104       in a scene.\r
105     + Allows the Scene producer to know what variables are available in a\r
106       template.\r
107   o Color producer:\r
108     + Now has support for gradients.\r
109   o PSD producer:\r
110     + Added support for centered and right justified text.\r
111 \r
112 Mixer\r
113 -----\r
114 \r
115   o Fixed bug in the contrast/saturation/brightness code where the wrong luma\r
116     coefficients was used.\r
117   o Rewrote the chroma key code to support variable hue, instead of fixed green\r
118     or blue. Threshold setting was removed in favour of separate hue width,\r
119     minimum saturation and minimum brightness constraints. Also a much more\r
120     effective spill suppression method was implemented.\r
121   o Fixed bug where glReadPixels() was done from the last drawn to texture\r
122     instead of always from the target texture. This means that for example a\r
123     MIXER KEYER layer without a layer above to key, as well as a separate alpha\r
124     file with MIXER OPACITY 0 now works as expected.\r
125   o Fixed bug where already drawn GL_QUADS were not composited against, causing\r
126     for example italic texts to be rendered incorrectly in the text_producer.\r
127 \r
128 AMCP\r
129 ----\r
130 \r
131   o INFO PATHS now adds all the path elements even if they are using the default\r
132     values.\r
133   o MIXER CHROMA syntax deprecated (still supported) in favour of the more\r
134     advanced syntax required by the rewritten chroma key code.\r
135   o Added special command REQ that can be prepended before any command to\r
136     identify the response with a client specified request id, allowing a client\r
137     to know exactly what asynchronous response matched a specific request.\r
138   o Added support for listing contents of a specific directory for CLS, TLS,\r
139     DATA LIST and THUMBNAIL LIST.\r
140   o Fixed bug where CINF only returned the first match.\r
141 \r
142 \r
143 \r
144 CasparCG 2.1.0 Beta 1 (w.r.t 2.0.7 Stable)\r
145 ==========================================\r
146 \r
147 General\r
148 -------\r
149 \r
150   o 64 bit!\r
151   o Linux support!\r
152     + Moved to CMake build system for better platform independence.\r
153       + Contributions before build system switch (not w.r.t 2.0.7 Stable):\r
154         + gitrev.bat adaptions for 2.1 (Thomas Kaltz III).\r
155     + Thanks to our already heavy use of the pimpl idiom, abstracting platform\r
156       specifics was easily done by having different versions of the .cpp files\r
157       included in the build depending on target platform. No #ifdef necessary,\r
158       except for in header only platform specific code.\r
159     + Flash, Bluefish and NewTek modules are not ported to the Linux build.\r
160     + Contributions during development (not w.r.t 2.0.7 Stable):\r
161       + Fixed compilation problems in Linux build (Dimitry Ishenko).\r
162       + Fixed compilation problem in GCC 5 (Krzysztof Pyrkosz).\r
163       + Fixed thumbnail image saving on Linux (Krzysztof Pyrkosz).\r
164       + Fixed compilation problem in PSD module (Krzysztof Pyrkosz).\r
165   o Major code refactoring:\r
166     + Mixer abstraction so different implementations can be created. Currently\r
167       CPU mixer and GPU mixer (previously the usage of the GPU was mandatory)\r
168       exists.\r
169     + Flattened folder structure for easier inclusion of header files.\r
170     + Many classes renamed to better describe the abstractions they provide.\r
171     + Sink parameters usually taken by value and moved into place instead of\r
172       taken by const reference as previously done.\r
173     + Old Windows specific AsyncEventServer class has been replaced by platform\r
174       independent implementation based on Boost.Asio.\r
175     + Pimpl classes are now stack allocated with internal shared_ptr to\r
176       implementation, instead of both handle and body being dynamically\r
177       allocated. This means that objects are now often passed by value instead\r
178       of via safe_ptr/shared_ptr, because they are internally reference counted.\r
179     + Protocol strategies are now easier to implement correctly, because of\r
180       separation of state between different client connections.\r
181     + Complete AMCP command refactoring.\r
182     + On-line help system that forces the developer to document AMCP commands,\r
183       producer syntaxes and consumer syntaxes making the documentation coupled\r
184       to the code, which is great.\r
185       + Added missing help for VERSION command (Jesper Stærkær).\r
186     + Upgraded Windows build to target Visual Studio 2015 making it possible to\r
187       use the C++11 features also supported by GCC 4.8 which is targeted on\r
188       Linux.\r
189       + Fixed compilation problems in Visual Studio 2015 Update 1\r
190         (Roman Tarasov)\r
191     + Created abstraction of the different forms of templates (flash, html, psd\r
192       and scene). Each module registers itself as a CG producer provides. All CG\r
193       commands transparently works with all of them.\r
194     + Audio mixer now uses double samples instead of float samples to fully\r
195       accommodate all int32 samples.\r
196     + Reduced coupling between core and modules (and modules and modules):\r
197       + Modules can register system info providers to contribute to INFO SYSTEM.\r
198       + XML configuration factories for adding support for new consumer elements\r
199         in casparcg.config.\r
200       + Server startup hooks can be registered (used by HTML producer to fork\r
201         its sub process).\r
202       + Version providers can contribute content to the VERSION command.\r
203   o Refactored multichannel audio support to use FFmpeg's PAN filter and\r
204     simplified the configuration a lot.\r
205   o Upgraded most third party libraries we depend on.\r
206   o Some unit tests have been created.\r
207   o Renamed README.txt to README, CHANGES.txt to CHANGELOG and LICENSE.txt to\r
208     LICENSE\r
209   o Created README.md for github front page in addition to README which is\r
210     distributed with builds.\r
211   o README file updates (Jonas Hummelstrand).\r
212   o Created BUILDING file describing how to build the server on Windows and\r
213     Linux.\r
214   o Diagnostics:\r
215     + Now also sent over OSC.\r
216     + Diag window is now scrollable and without squeezing of graphs.\r
217     + Contextual information such as video channel and video layer now included\r
218       in graphs.\r
219   o Logging:\r
220     + Implemented a TCP server, simply sending every log line to each connected\r
221       client. Default port is 3250.\r
222     + Changed default log level to info and moved debug statements that are\r
223       interesting in a production system to info.\r
224     + Try to not log full stack traces when user error is the cause. Stacktraces\r
225       should ideally only be logged when a system error or a programming error\r
226       has occurred.\r
227     + More contextual information about an error added to exceptions. An example\r
228       of this is that XML configuration errors now cause the XPath of the error\r
229       is logged.\r
230     + Improved the readability of the log format.\r
231     + Added optional calltrace.log for logging method calls. Allows for trace\r
232       logging to be enabled while calltracing is disabled etc.\r
233 \r
234 OSC\r
235 ---\r
236 \r
237   o Improved message formatting performance.\r
238   o Added possibility to disable sending OSC to connected AMCP clients.\r
239   o Fixed inconsistent element name predefined_client to predefined-client in\r
240     casparcg.config (Krzysztof Pyrkosz).\r
241 \r
242 Consumers\r
243 ---------\r
244 \r
245   o System audio consumer:\r
246     + Pushes data to openal instead of being callbacked by SFML when data is\r
247       needed.\r
248     + Added possibility to specify the expected delay in the sound card. Might\r
249       help get better consumer synchronization.\r
250   o Screen consumer:\r
251     + Added mouse interaction support, usable by the producers running on the\r
252       video channel.\r
253   o FFmpeg consumer:\r
254     + Replaced by Streaming Consumer after it was adapted to support everything\r
255       that FFmpeg Consumer did.\r
256     + Added support for recording all audio channels into separate mono audio\r
257       streams.\r
258     + Now sends recording progress via OSC.\r
259   o SyncTo consumer:\r
260     + New in 2.1.0.\r
261     + Allows the pace of a channel to follow another channel. This is useful for\r
262       virtual "precomp" channels without a DeckLink consumer to pace it.\r
263   o DeckLink consumer:\r
264     + Added workaround for timescale bug found in Decklink SDK 10.7.\r
265     + Now ScheduledFrameCompleted is no longer only used for video scheduling\r
266       but for audio as well, simplifying the code a lot.\r
267   o iVGA consumer:\r
268     + No longer provides sync to the video channel.\r
269     + Supports NewTek NDI out of the box just by upgrading the\r
270       Processing.AirSend library.\r
271   \r
272 Producers\r
273 ---------\r
274 \r
275   o Scene producer:\r
276     + New in 2.1.0.\r
277     + Utilizes CasparCG concepts such as producers, mixer transforms and uses\r
278       them in a nested way to form infinite number of sub layers. Think movie\r
279       clip in Flash.\r
280     + A scene consists of variables, layers, timelines and marks (intro and\r
281       outro for example).\r
282     + Mostly for use by other producers but comes with a XML based producer that\r
283       is a registered CG producer and shows up in TLS.\r
284     + Enables frame accurate compositions and animations.\r
285     + Has a powerful variable binding system (think expressions in After Effects\r
286       or JavaFX Bindings).\r
287   o PSD producer:\r
288     + New in 2.1.0.\r
289     + Parses PSD files and sets up a scene for the Scene producer to display.\r
290     + Text layers based on CG parameters.\r
291     + Supports Photoshop timeline.\r
292     + Uses Photoshop comment key-frames to describe where intro and outro (CG\r
293       PLAY and CG STOP) should be in the timeline.\r
294     + Shows up as regular templates in TLS.\r
295   o Text producer:\r
296     + New in 2.1.0.\r
297     + Renders text using FreeType library.\r
298     + Is used by the PSD producer for dynamic text layers.\r
299   o Image scroll producer:\r
300     + Speed can be changed while running using a CALL. The speed change can be\r
301       tweened.\r
302     + Added support for an absolute end time so that the duration is calculated\r
303       based on when PLAY is called for shows when an exact end time is\r
304       important.\r
305   o Image producer:\r
306     + Fixed bug where too large (OpenGL limit) images were accepted, causing\r
307       problems during thumbnail generation.\r
308   o Framerate producer:\r
309     + New in 2.1.0.\r
310     + Wraps a producer with one framerate and converts it to another. It is not\r
311       usable on its own but is utilized in the FFmpeg producer and the DeckLink\r
312       consumer.\r
313     + Supports different interpolation algorithms. Currently a no-op\r
314       drop-and-repeat mode and a two different frame blending modes.\r
315     + It also supports changing the speed on demand with tweening support.\r
316   o FFmpeg producer:\r
317     + Supports decoding all audio streams from a clip. Useful with .mxf files\r
318       which usually have separate mono streams for every audio channel.\r
319     + No longer do framerate conversion (half or double), but delegates that\r
320       task to the Framerate producer.\r
321     + Added support for v4l2 devices.\r
322     + Added relative and "from end" seeking (Dimitry Ishenko).\r
323     + Contributions during development (not w.r.t 2.0.7 Stable):\r
324       + Fixed 100% CPU problem on clip EOF (Peter Keuter, Robert Nagy).\r
325       + Constrained SEEK within the length of a clip (Dimitry Ishenko).\r
326       + Fixed a regular expression (Dimitry Ishenko).\r
327   o DeckLink producer:\r
328     + No longer do framerate conversion (half or double), but delegates that\r
329       task to the Framerate producer.\r
330   o Route producer:\r
331     + Added possibility to delay frames routed from a layer or a channel.\r
332   o HTML Producer:\r
333     + Disabled web security in HTML Producer (Robert Nagy).\r
334     + Reimplemented requestAnimationFrame handling in Javascript instead of C++.\r
335     + Implemented cancelAnimationFrame.\r
336     + Increased animation smoothness in HTML Producer with interlaced video\r
337       modes.\r
338     + Added remote debugging support.\r
339     + Added mouse interaction support by utilizing the Screen consumer's new\r
340       interaction support.\r
341   o Flash Producer:\r
342     + Contributions during development (not w.r.t 2.0.7 Stable):\r
343       + Workaround for flickering with high CPU usage and CPU accelerator\r
344         (Robert Nagy)\r
345 \r
346 AMCP\r
347 ----\r
348 \r
349   o TLS has a new column for "template type" for clients that want to\r
350     differentiate between html and flash for example.\r
351   o SET CHANNEL_LAYOUT added to be able to change the audio channel layout of a\r
352     video channel at runtime.\r
353   o HELP command added for accessing the new on-line help system.\r
354   o FLS added to list the fonts usable by the Text producer.\r
355   o LOCK command added for controlling/gaining exclusive access to a video\r
356     channel.\r
357   o LOG CATEGORY command added to enable/disable the new log categories.\r
358   o SWAP command now optionally supports swapping the transforms as well as the\r
359     layers.\r
360   o VERSION command can now provide CEF version.\r
361 \r
362 \r
363 \r
364 CasparCG Server 2.0.7 Stable (as compared to CasparCG Server 2.0.7 Beta 2)\r
365 ==========================================================================\r
366 \r
367 General\r
368 -------\r
369 \r
370   o Added support for using a different configuration file at startup than the\r
371     default casparcg.config by simply adding the name of the file to use as the\r
372     first command line argument to casparcg.exe.\r
373   o Upgraded FFmpeg to latest stable.\r
374   o Created build script.\r
375   o Fixed bug where both layer_producer and channel_producer display:s and\r
376     empty/late first frame when the producer is called before the consumer in\r
377     the other end has received the first frame.\r
378   o Added rudimentary support for audio for layer_producer and channel_producer.\r
379   o Upgraded DeckLink SDK to 10.1.4, bringing new 2K and 4K DCI video modes. New\r
380     template hosts also available for those modes.\r
381   o General bug fixes (mostly memory and resource leaks, some serious).\r
382   o Updated Boost to version 1.57\r
383   o Frontend no longer maintained and therefore not included in the release.\r
384 \r
385 Mixer\r
386 -----\r
387 \r
388   o Added support for rotation.\r
389   o Added support for changing the anchor point around which fill_translation,\r
390     fill_scale and rotation will be done from.\r
391   o Added support for perspective correct corner pinning.\r
392   o Added support for mipmapped textures with anisotropic filtering for\r
393     increased downscaling quality. Whether to enable by default can be\r
394     configured in casparcg.config.\r
395   o Added support for cropping a layer. Not the same as clipping.\r
396 \r
397 AMCP\r
398 ----\r
399 \r
400   o Added RESUME command to complement PAUSE. (Peter Keuter)\r
401   o To support the new mixer features the following commands has been added:\r
402 \r
403     + MIXER ANCHOR -- will return or modify the anchor point for a layer\r
404       (default is 0 0 for backwards compatibility). Example:\r
405       MIXER 1-10 ANCHOR 0.5 0.5\r
406       ...for changing the anchor to the middle of the layer\r
407       (a MIXER 1-10 FILL 0.5 0.5 1 1 will be necessary to place the layer at the\r
408       same place on screen as it was before).\r
409 \r
410     + MIXER ROTATION -- will return or modify the angle of which a layer is\r
411       rotated by (clockwise degrees) around the point specified by ANCHOR.\r
412 \r
413     + MIXER PERSPECTIVE -- will return or modify the corners of the perspective\r
414       transformation of a layer. One X Y pair for each corner (order upper left,\r
415       upper right, lower right and lower left). Example:\r
416       MIXER 1-10 PERSPECTIVE 0.4 0.4 0.6 0.4 1 1 0 1\r
417 \r
418     + MIXER MIPMAP -- will return or modify whether to enable mipmapping of\r
419       textures produced on a layer. Only frames produced after a change will be\r
420       affected. So for example image_producer will not be affected while the\r
421       image is displayed.\r
422 \r
423     + MIXER CROP -- will return or modify how textures on a layer will be\r
424       cropped. One X Y pair each for the upper left corner and for the lower\r
425       right corner.\r
426 \r
427   o Added INFO QUEUES command for debugging AMCP command queues. Useful for\r
428     debugging command queue overflows, where a command is deadlocked. Hopefully\r
429     always accessible via console, even though the TCP command queue may be\r
430     full.\r
431   o Added GL command:\r
432     - GL INFO prints information about device buffers and host buffers.\r
433     - GL GC garbage collects pooled but unused GL resources.\r
434   o Added INFO THREADS command listing the known threads and their descriptive\r
435     names. Can be matched against the thread id column of log entries.\r
436 \r
437 Consumers\r
438 ---------\r
439 \r
440   o Removed blocking_decklink_consumer. It was more like an experiment at best\r
441     and its usefulness was questionable.\r
442   o Added a 10 second time-out for consumer sends, to detect/recover from\r
443     blocked consumers.\r
444   o Some consumers which are usually added and removed during playout (for\r
445     example ffmpeg_consumer, streaming_consumer and channel_consumer) no longer\r
446     affect the presentation time on other consumers. Previously a lag on the SDI\r
447     output could be seen when adding such consumers.\r
448 \r
449 HTML producer\r
450 -------------\r
451 \r
452   o No longer tries to play all files with a . in their name.\r
453     (Georgi Chorbadzhiyski)\r
454   o Reimplemented using CEF3 instead of Berkelium, which enables use of WebGL\r
455     and more. CEF3 is actively maintained, which Berkelium is not. (Robert Nagy)\r
456   o Implements a custom version of window.requestAnimationFrame which will\r
457     follow the pace of the channel, for perfectly smooth animations.\r
458   o No longer manually interlaces frames, to allow for mixer fill transforms\r
459     without artifacts.\r
460   o Now uses CEF3 event loop to avoid 100% CPU core usage.\r
461 \r
462 \r
463 \r
464 CasparCG Server 2.0.7 Beta 2 (as compared to CasparCG Server 2.0.7 Beta 1)\r
465 ==========================================================================\r
466 \r
467 General\r
468 -------\r
469 \r
470   o Added sending of OSC messages for channel_grid channel in addition to\r
471     regular channels.\r
472 \r
473 Producers\r
474 ---------\r
475 \r
476   o FFmpeg: Reports correct nb_frames() when using SEEK (Thomas Kaltz III)\r
477   o Flash: Fixed bug where CG PLAY, CG INVOKE did not work.\r
478 \r
479 Consumers\r
480 ---------\r
481 \r
482   o channel_consumer: Added support for more than one channel_consumer per\r
483     channel.\r
484   o decklink_consumer: Added support for a single instance of the consumer to\r
485     manage a separate key output for use with DeckLink Duo/Quad cards:\r
486 \r
487     <decklink>\r
488       <device>1</device>\r
489       <key-device>2</key-device>\r
490       <keyer>external_separate_device</keyer>\r
491     </decklink>\r
492 \r
493     ...in the configuration will enable the feature. The value of <key-device />\r
494     defaults to the value of <device /> + 1.\r
495   o synchronizing_consumer: Removed in favour of a single decklink_consumer\r
496     managing both fill and key device.\r
497   o streaming_consumer: A new implementation of ffmpeg_consumer with added\r
498     support for streaming and other PTS dependent protocols. Examples:\r
499 \r
500     <stream>\r
501       <path>udp://localhost:5004</path>\r
502       <args>-vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180</args>\r
503     </stream>\r
504 \r
505     ...in configuration or:\r
506 \r
507     ADD 1 STREAM udp://localhost:5004 -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180\r
508 \r
509     ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services)\r
510   o newtek_ivga_consumer: Added support for iVGA consumer to not provide channel\r
511     sync even though connected. Useful for iVGA clients that downloads as fast\r
512     as possible instead of in frame-rate pace, like Wirecast. To enable:\r
513 \r
514     <newtek-ivga>\r
515       <provide-sync>false</provide-sync>\r
516     </newtek-ivga>\r
517 \r
518     ...in config to not provide channel sync when connected. The default is\r
519     true.\r
520 \r
521 AMCP\r
522 ----\r
523 \r
524   o Added support in ADD and REMOVE for a placeholder <CLIENT_IP_ADDRESS> which\r
525     will resolve to the connected AMCP client's IPV4 address.\r
526   o Fixed bug where AMCP commands split into multiple TCP packets where not\r
527     correctly parsed (http://casparcg.com/forum/viewtopic.php?f=3&t=2480)\r
528 \r
529 \r
530 \r
531 CasparCG Server 2.0.7 Beta 1 (as compared to 2.0.6 Stable)\r
532 ==========================================================\r
533 \r
534 General\r
535 -------\r
536   o FFmpeg: Upgraded to master and adapted CasparCG to FFmpeg API changes\r
537     (Robert Nagy sponsored by SVT)\r
538   o FFmpeg: Fixed problem with frame count calculation (Thomas Kaltz III)\r
539   o Fixed broken CG UPDATE.\r
540 \r
541 Producers\r
542 ---------\r
543 \r
544   o New HTML producer has been created (Robert Nagy sponsored by Flemish Radio\r
545     and Television Broadcasting Organization, VRT)\r
546 \r
547 \r
548 \r
549 CasparCG Server 2.0.6 Stable (as compared to 2.0.4 Stable)\r
550 ==========================================================\r
551 \r
552 General\r
553 -------\r
554   o iVGA: Allow for the server to work without Processing.AirSend.x86.dll to\r
555     prevent a possible GPL violation. It is available as a separate optional\r
556     download.\r
557   o iVGA: Only provide sync to channel while connected, to prevent channel\r
558     ticking too fast.\r
559   o FFmpeg: Fixed bug during deinterlace-bob-reinterlace where output fields\r
560     were offset by one field in relation to input fields.\r
561   o FFmpeg: Fixed bug in ffmpeg_consumer where an access violation occurred\r
562     during destruction.\r
563   o FFmpeg: Improved seeking. (Robert Nagy and Thomas Kaltz III)\r
564   o Frontend: Only writes elements to casparcg.config which overrides a default\r
565     value to keep the file as compact as possible.\r
566   o System audio: Patched sfml-audio to work better with oal-consumer and\r
567     therefore removed PortAudio as the system audio implementation and went back\r
568     to oal.\r
569   o Flash: Changed so that the initial buffer fill of frames is rendered at a\r
570     frame-duration pace instead of as fast as possible. Otherwise time based\r
571     animations render incorrectly. During buffer recovery, a higher paced\r
572     rendering takes place, but still not as fast as possible, which can cause\r
573     animations to be somewhat incorrectly rendered. This is the only way though\r
574     if we want the buffer to be able to recover after depletion.\r
575   o Fixed race condition during server shutdown.\r
576   o OSC: outgoing audio levels from the audio mixer for each audio channel is\r
577     now transmitted (pFS and dBFS). (Thomas Kaltz III)\r
578   o Stage: Fixed bug where tweened transforms were only ticked when a\r
579     corresponding layer existed.\r
580   o Screen consumer: Added borderless option and correct handling of name\r
581     option. (Thomas Kaltz III)\r
582   o AMCP: CLS now reports duration and framerate for MOVIE files were\r
583     information is possible to extract. (Robert Nagy)\r
584   o Version bump to keep up with CasparCG Client version.\r
585 \r
586 \r
587 \r
588 CasparCG Server 2.0.4 Stable (as compared to 2.0.4 Beta 1)\r
589 ==========================================================\r
590 \r
591 General\r
592 -------\r
593   o Can now open media with file names that only consist of digits.\r
594     (Cambell Prince)\r
595   o Miscellaneous stability and performance improvements.\r
596 \r
597 Video mixer\r
598 -----------\r
599   o Conditional compilation of chroma key support and straight alpha output\r
600     support in shader (just like with blend-modes) because of performance impact\r
601     even when not in use on a layer or on a channel. New <mixer /> element added\r
602     to configuration for turning on mixer features that not everybody would want\r
603     to pay for (performance-wise.) blend-modes also moved into this element.\r
604   o Fixed bug where MIXER LEVELS interpreted arguments in the wrong order, so \r
605     that gamma was interpreted as max_input and vice versa.\r
606 \r
607 Consumers\r
608 ---------\r
609   o Added support for NewTek iVGA, which enables the use of CasparCG Server \r
610     fill+key output(s) as input source(s) to a NewTek TriCaster without \r
611     requiring video card(s) in the CasparCG Server machine, or taking up inputs\r
612     in the TriCaster. <newtek-ivga /> element in config enables iVGA on a\r
613     channel. (Robert Nagy sponsored by NewTek)\r
614   o DeckLink: Created custom decklink allocator to reduce the memory footprint.\r
615   o Replaced usage of SFML for <system-audio /> with PortAudio, because of\r
616     problems with SFML since change to static linkage. Also PortAudio seems to\r
617     give lower latency.\r
618 \r
619 Producers\r
620 ---------\r
621   o FFmpeg: Added support for arbitrary FFmpeg options/parameters\r
622     in ffmpeg_producer. (Cambell Prince)\r
623   o Flash: Flash Player 11.8 now tested and fully supported.\r
624   o Flash: No longer starts a Flash Player to service CG commands that mean\r
625     nothing without an already running Flash Player.\r
626   o Flash: globally serialize initialization and destruction of Flash Players,\r
627     to avoid race conditions in Flash.\r
628   o Flash: changed so that the Flash buffer is filled with Flash Player\r
629     generated content at initialization instead of empty frames.\r
630 \r
631 OSC\r
632 ---\r
633   o Performance improvements. (Robert Nagy sponsored by Boffins Technologies)\r
634   o Never sends old values to OSC receivers. Collects the latest value of each\r
635     path logged since last UDP send, and sends the new UDP packet (to each\r
636     subscribing OSC receiver) with the values collected. (Robert Nagy sponsored\r
637     by Boffins Technologies)\r
638   o Batches as many OSC messages as possible in an OSC bundle to reduce the \r
639     number of UDP packets sent. Breakup into separate packages if necessary to \r
640     avoid fragmentation. (Robert Nagy sponsored by Boffins Technologies)\r
641   o Removed usage of Microsoft Agents library (Server ran out of memory after a\r
642     while) in favour of direct synchronous invocations.\r
643 \r
644 \r
645 \r
646 CasparCG Server 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
647 ==========================================================\r
648 \r
649 General\r
650 -------\r
651   o Front-end GUI for simplified configuration and easy access to common tasks.\r
652     (Thomas Kaltz III and Jeff Lafforgue)\r
653   o Added support for video and images file thumbnail generation. By default the\r
654     media directory is scanned every 5 seconds for new/modified/removed files\r
655     and thumbnails are generated/regenerated/removed accordingly.\r
656   o Support for new video modes: 1556p2398, 1556p2400, 1556p2500, 2160p2398,\r
657     2160p2400, 2160p2500, 2160p2997 and 2160p3000.\r
658   o Experimental ATI graphics card support by using static linking against SFML\r
659     instead of dynamic. Should improve ATI GPU support, but needs testing.\r
660   o Added support for playback and pass-through of up to 16 audio channels. See\r
661     http://casparcg.com/forum/viewtopic.php?f=3&t=1453 for more information.\r
662   o Optimizations in AMCP protocol implementations for large incoming messages,\r
663     for example base64 encoded PNG images.\r
664   o Logging output now includes milliseconds and has modified format:\r
665     YYYY-MM-DD hh:mm:ss.zzz\r
666   o Improved audio playback with 720p5994 and 720p6000 channels.\r
667   o An attempt to improve output synchronization of consumers has been made. Use\r
668     for example:\r
669 \r
670     <consumers>\r
671       <synchronizing>\r
672         <decklink>\r
673           <device>1</device>\r
674           <embedded-audio>true</embedded-audio>\r
675         </decklink>\r
676         <decklink>\r
677           <device>2</device>\r
678           <key-only>true</key-only>\r
679         </decklink>\r
680       </synchronizing>\r
681     </consumers>\r
682 \r
683     ...to instruct the server to keep both DeckLink consumers in sync with each\r
684     other. Consider this experimental, so don't wrap everything in\r
685     <synchronizing /> unless synchronization of consumer outputs is needed. For\r
686     synchronization to be effective all synchronized cards must have genlock\r
687     reference signal connected.\r
688   o Transfer of source code and issue tracker to github. (Thomas Kaltz III)\r
689 \r
690 Layer\r
691 -----\r
692   o Fixed a problem where the first frame was not always shown on LOAD.\r
693     (Robert Nagy)\r
694 \r
695 Stage\r
696 -----\r
697 \r
698   o Support for layer consumers for listening to frames coming out of producers.\r
699     (Cambell Prince)\r
700 \r
701 Audio mixer\r
702 -----------\r
703   o Added support for a master volume mixer setting for each channel.\r
704 \r
705 Video mixer\r
706 -----------\r
707   o Added support for chroma keying. (Cambell Prince)\r
708   o Fixed bug where MIXER CONTRAST set to < 1 can cause transparency issues.\r
709   o Experimental support for straight alpha output.\r
710 \r
711 Consumers\r
712 ---------\r
713   o Avoid that the FFmpeg consumer blocks the channel output when it can't keep\r
714     up with the frame rate (drops frames instead).\r
715   o Added support for to create a separate key and fill file when recording with\r
716     the FFmpeg consumer. Add the SEPARATE_KEY parameter to the FFmpeg consumer\r
717     parameter list. The key file will get the _A file name suffix to be picked\r
718     up by the separated_producer when doing playback.\r
719   o The Image consumer now writes to the media folder instead of the data\r
720     folder.\r
721   o Fixed bug in DeckLink consumer where we submit too few audio samples to the\r
722     driver when the video format has a frame rate > 50.\r
723   o Added another experimental DeckLink consumer implementation where scheduled\r
724     playback is not used, but a similar approach as in the bluefish consumer\r
725     where we wait for a frame to be displayed and then display the next frame.\r
726     It is configured via a <blocking-decklink> consumer element. The benefits of\r
727     this consumer is lower latency and more deterministic synchronization\r
728     between multiple instances (should not need to be wrapped in a\r
729     <synchronizing> element when separated key/fill is used).\r
730 \r
731 Producers\r
732 ---------\r
733   o Added support for playing .swf files using the Flash producer. (Robert Nagy)\r
734   o Image producer premultiplies PNG images with their alpha.\r
735   o Image producer can load a PNG image encoded as base64 via:\r
736     PLAY 1-0 [PNG_BASE64] <base64 string>\r
737   o FFmpeg producer can now use a directshow input filters:\r
738     PLAY 1-10 "dshow://video=Some Camera"\r
739     (Cambell Prince, Julian Waller and Robert Nagy)\r
740   o New layer producer which directs the output of a layer to another layer via\r
741     a layer consumer. (Cambell Prince)\r
742 \r
743 AMCP\r
744 ----\r
745   o The master volume feature is controlled via the MASTERVOLUME MIXER\r
746     parameter. Example: MIXER 1 MASTERVOLUME 0.5\r
747   o THUMBNAIL LIST/RETRIEVE/GENERATE/GENERATE_ALL command was added to support\r
748     the thumbnail feature.\r
749   o ADD 1 FILE output.mov SEPARATE_KEY activates the separate key feature of the\r
750     FFmpeg consumer creating an additional output_a.mov containing only the key.\r
751   o Added KILL command for shutting down the server without console access.\r
752   o Added RESTART command for shutting down the server in the same way as KILL\r
753     except that the return code from CasparCG Server is 5 instead of 0, which\r
754     can be used by parent process to take other actions. The\r
755     'casparcg_auto_restart.bat' script restarts the server if the return code is\r
756     5.\r
757   o DATA RETRIEVE now returns linefeeds encoded as an actual linefeed (the\r
758     single character 0x0a) instead of the previous two characters:\r
759     \ followed by n.\r
760   o MIXER CHROMA command added to control the chroma keying. Example:\r
761     MIXER 1-1 CHROMA GREEN|BLUE 0.10 0.04\r
762     (Cambell Prince)\r
763   o Fixed bug where MIXER FILL overrides any previous MIXER CLIP on the same\r
764     layer. The bug-fix also has the side effect of supporting negative scale on\r
765     MIXER FILL, causing the image to be flipped.\r
766   o MIXER <ch> STRAIGHT_ALPHA_OUTPUT added to control whether to output straight\r
767     alpha or not.\r
768   o Added INFO <ch> DELAY and INFO <ch>-<layer> DELAY commands for showing some\r
769     delay measurements.\r
770   o PLAY 1-1 2-10 creates a layer producer on 1-1 redirecting the output of\r
771     2-10. (Cambell Prince)\r
772 \r
773 OSC\r
774 ---\r
775   o Support for sending OSC messages over UDP to either a predefined set of\r
776     clients (servers in the OSC sense) or dynamically to the ip addresses of the\r
777     currently connected AMCP clients.\r
778     (Robert Nagy sponsored by Boffins Technologies)\r
779   o /channel/[1-9]/stage/layer/[0-9]\r
780     + always             /paused           [paused or not]\r
781     + color producer     /color            [color string]\r
782     + ffmpeg producer    /profiler/time    [render time]     [frame duration]\r
783     + ffmpeg producer    /file/time        [elapsed seconds] [total seconds]\r
784     + ffmpeg producer    /file/frame       [frame]           [total frames]\r
785     + ffmpeg producer    /file/fps         [fps]\r
786     + ffmpeg producer    /file/path        [file path]\r
787     + ffmpeg producer    /loop             [looping or not]\r
788     + during transitions /transition/frame [current frame]   [total frames]\r
789     + during transitions /transition/type  [transition type]\r
790     + flash producer     /host/path        [filename]\r
791     + flash producer     /host/width       [width]\r
792     + flash producer     /host/height      [height]\r
793     + flash producer     /host/fps         [fps]\r
794     + flash producer     /buffer           [buffered]        [buffer size]\r
795     + image producer     /file/path        [file path]\r
796 \r
797 \r
798 \r
799 CasparCG Server 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
800 =========================================================\r
801 \r
802 Stage\r
803 -----\r
804 \r
805   o Fixed dead-lock that can occur with multiple mixer tweens. (Robert Nagy)\r
806 \r
807 AMCP\r
808 ----\r
809 \r
810   o DATA STORE now supports creating folders of path specified if they does not\r
811     exist. (Jeff Lafforgue)\r
812   o DATA REMOVE command was added. (Jeff Lafforgue)\r
813 \r
814 \r
815 \r
816 CasparCG Server 2.0.3 Alpha (as compared to 2.0 Stable)\r
817 =======================================================\r
818 \r
819 General\r
820 -------\r
821 \r
822   o Data files are now stored in UTF-8 with BOM. Latin1 files are still\r
823     supported for backwards compatibility.\r
824   o Commands written in UTF-8 to log file but only ASCII characters to console.\r
825   o Added supported video formats:\r
826     + 720p2398 (not supported by DeckLink)\r
827     + 720p2400 (not supported by DeckLink)\r
828     + 1080p5994\r
829     + 1080p6000\r
830     + 720p30 (not supported by DeckLink)\r
831     + 720p29.976 (not supported by DeckLink)\r
832 \r
833 CLK\r
834 ---\r
835 \r
836   o CLK protocol implementation can now serve more than one connection at a time\r
837     safely.\r
838   o Added timeline support to the CLK protocol.\r
839   o Refactored parts of the CLK parser implementation.\r
840 \r
841 Consumers\r
842 ---------\r
843 \r
844   o Consumers on same channel now invoked asynchronously to allow for proper\r
845     sync of multiple consumers.\r
846   o System audio consumer:\r
847     + no longer provides sync to the video channel.\r
848   o Screen consumer:\r
849     + Support for multiple screen consumers on the same channel\r
850     + No longer spin-waits for vsync.\r
851     + Now deinterlaces to two separate frames so for example 50i will no longer\r
852       be converted to 25p but instead to 50p for smooth playback of interlaced\r
853       content.\r
854   o DeckLink consumer now logs whether a reference signal is detected or not.\r
855 \r
856 Producers\r
857 ---------\r
858 \r
859   o Image scroll producer:\r
860     + Field-rate motion instead of frame-rate motion with interlaced video\r
861       formats. This can be overridden by giving the PROGRESSIVE parameter.\r
862     + SPEED parameter now defines pixels per frame/field instead of half pixels\r
863       per frame. The scrolling direction is also reversed so SPEED 0.5 is the\r
864       previous equivalent of SPEED -1. Movements are done with sub-pixel\r
865       accuracy.\r
866     + Fixed incorrect starting position of image.\r
867     + Rounding error fixes to allow for more exact scrolling.\r
868     + Added support for motion blur via a new BLUR parameter\r
869     + Added PREMULTIPLY parameter to support images stored with straight alpha.\r
870 \r
871 \r
872 \r
873 CasparCG Server 2.0 Stable (as compared to Beta 3)\r
874 ==================================================\r
875 \r
876 General\r
877 -------\r
878 \r
879   o Misc stability and performance fixes.\r
880 \r
881 Consumers\r
882 ---------\r
883 \r
884   o File Consumer\r
885     + Changed semantics to more closely follow FFmpeg (see forums).\r
886     + Added options, -r, -acodec, -s, -pix_fmt, -f and more.\r
887   o Screen Consumer\r
888     + Added vsync support.\r
889 \r
890 \r
891 \r
892 CasparCG Server 2.0 Beta 3 (as compared to Beta 1)\r
893 ==================================================\r
894 \r
895 Formats\r
896 -------\r
897 \r
898   o ProRes Support\r
899     + Both encoding and decoding.\r
900   o NTSC Support\r
901     + Updated audio-pipeline for native NTSC support. Previous implementation\r
902       did not fully support NTSC audio and could cause incorrect behaviour or\r
903       even crashes.\r
904 \r
905 Consumers\r
906 ---------\r
907 \r
908   o File Consumer added\r
909     + See updated wiki or ask in forum for more information.\r
910     + Should support anything FFmpeg supports. However, we will work mainly with\r
911       DNxHD, PRORES and H264.\r
912     - Key-only is not supported.\r
913   o Bluefish Consumer\r
914     + 24 bit audio support.\r
915     - Embedded-audio does not work with Epoch cards.\r
916   o DeckLink Consumer\r
917     + Low latency enabled by default.\r
918     + Added graphs for driver buffers.\r
919   o Screen Consumer\r
920     + Changed screen consumer square PAL to the more common wide-square PAL.\r
921     + Can now be closed.\r
922     + Fixed interpolation artifacts when running non-square video-modes.\r
923     + Automatically deinterlace interlaced input.\r
924 \r
925 Producers\r
926 ---------\r
927 \r
928   o DeckLink Producer\r
929     + Improved color quality be avoiding unnecessary conversion to BGRA.\r
930   o FFMPEG Producer\r
931     + Fixed missing alpha for (RGB)A formats when deinterlacing.\r
932     + Updated buffering to work better with files with long audio/video\r
933       interleaving.\r
934     + Seekable while running and after reaching EOF. CALL 1-1 SEEK 200.\r
935     + Enable/disable/query looping while running. CALL 1-1 LOOP 1.\r
936     + Fixed bug with duration calculation.\r
937     + Fixed bug with fps calculation.\r
938     + Improved auto-transcode accuracy.\r
939     + Improved seeking accuracy.\r
940     + Fixed bug with looping and LENGTH.\r
941     + Updated to newer FFmpeg version.\r
942     + Fixed incorrect scaling of NTSC DV files.\r
943     + Optimized color conversion when using YADIF filters.\r
944   o Flash Producer\r
945     + Release Flash Player when empty.\r
946     + Use native resolution TemplateHost.\r
947     + TemplateHosts are now chosen automatically if not configured. The\r
948       TemplateHost with the corresponding video-mode name is now chosen.\r
949     + Use square pixel dimensions.\r
950 \r
951 AMCP\r
952 ----\r
953 \r
954   o When possible, commands will no longer wait for rendering pipeline. This\r
955     reduces command execution latencies, especially when sending a lot of\r
956     commands in a short timespan.\r
957   o Fixed CINF command.\r
958   o ADD/REMOVE no longer require subindex,\r
959     e.g. "ADD 1 SCREEN" / "REMOVE 1 SCREEN" instead of "ADD 1-1 SCREEN" / ...\r
960   o PARAM is renamed to CALL.\r
961   o STATUS command is replaced by INFO.\r
962   o INFO command has been extended:\r
963     + INFO (lists channels).\r
964     + INFO 1 (channel info).\r
965     + INFO 1-1 (layer info).\r
966     + INFO 1-1 F (foreground producer info).\r
967     + INFO 1-1 B (background producer info).\r
968     + INFO TEMPLATE mytemplate (template meta-data info, e.g. field names).\r
969   o CG INFO command has been extended.\r
970     + CG INFO 1 (template-host information, e.g. what layers are occupied).\r
971 \r
972 Mixer\r
973 -----\r
974 \r
975   o Fixed alpha with blend modes.\r
976   o Automatically deinterlace for MIXER FILL commands.\r
977 \r
978 Channel\r
979 -------\r
980 \r
981   o SET MODE now reverts back to old video-mode on failure.\r
982 \r
983 Diagnostics\r
984 -----------\r
985 \r
986   o Improved graphs and added more status information.\r
987   o Print configuration into log at startup.\r
988   o Use the same log file for the entire day, instead of one per startup as\r
989     previously.\r
990   o Diagnostics window is now closable.\r
991 \r
992 \r
993 \r
994 CasparCG Server 2.0 Beta 1 (as compared to Alpha)\r
995 =================================================\r
996 \r
997   o Blending Modes (needs to be explicitly enabled)\r
998     + overlay\r
999     + screen\r
1000     + multiply\r
1001     + and many more.\r
1002   o Added additive keyer in addition to linear keyer.\r
1003   o Image adjustments\r
1004     + saturation\r
1005     + brightness\r
1006     + contrast\r
1007     + min input-level\r
1008     + max input-level\r
1009     + min output-level\r
1010     + max output-level\r
1011     + gamma\r
1012   o Support for FFmpeg-filters such as (ee http://ffmpeg.org/libavfilter.html)\r
1013     + yadif deinterlacer (optimized in CasparCG for full multi-core support)\r
1014     + de-noising\r
1015     + dithering\r
1016     + box blur\r
1017     + and many more\r
1018   o 32-bit SSE optimized audio pipeline.\r
1019   o DeckLink-Consumer uses external-key by default.\r
1020   o DeckLink-Consumer has 24 bit embedded-audio support.\r
1021   o DeckLink-Producer has 24 bit embedded-audio support.\r
1022   o LOADBG with AUTO feature which automatically plays queued clip when\r
1023     foreground clip has ended.\r
1024   o STATUS command for layers.\r
1025   o LOG LEVEL command for log filtering.\r
1026   o MIX transition works with transparent clips.\r
1027   o Freeze on last frame.\r
1028   o Producer buffering is now configurable.\r
1029   o Consumer buffering is now configurable.\r
1030   o Now possible to configure template-hosts for different video-modes.\r
1031   o Added auto transcoder for FFmpeg producer which automatically transcodes\r
1032     input video into compatible video format for the channel.\r
1033     + interlacing (50p -> 50i)\r
1034     + deinterlacing (50i -> 25p)\r
1035     + bob-deinterlacing (50i -> 50p)\r
1036     + bob-deinterlacing and reinterlacing (w1xh150i -> w2xh250i)\r
1037     + doubling (25p -> 50p)\r
1038     + halfing (50p -> 25p)\r
1039     + field-order swap (upper <-> lower)\r
1040   o Screen consumer now automatically deinterlaces when receiving interlaced\r
1041     content.\r
1042   o Optimized renderer.\r
1043   o Renderer can now be run asynchronously with producer by using a\r
1044     producer-buffer size greater than 0.\r
1045   o Improved error and crash recovery.\r
1046   o Improved logging.\r
1047   o Added Image-Scroll-Producer.\r
1048   o Key-only has now near zero performance overhead.\r
1049   o Reduced memory requirements.\r
1050   o Removed "warm up lag" which occurred when playing the first media clip after\r
1051     the server has started.\r
1052   o Added read-back fence for OpenGL device for improved multi-channel\r
1053     performance.\r
1054   o Memory support increased from standard 2 GB to 4 GB on 64 bit Win 7 OS.\r
1055   o Added support for 2* DeckLink cards in Full HD.\r
1056   o Misc bugs fixes and performance improvements.\r
1057   o Color producer now support some color codes in addition to color codes, e.g.\r
1058     EMPTY, BLACK, RED etc...\r
1059   o Alpha value in color codes is now optional.\r
1060   o More than 2 DeckLink cards might be possible but have not yet been tested.\r
1061 \r
1062 \r
1063 \r
1064 CasparCG Server 2.0 Alpha (as compared to 1.8)\r
1065 ==============================================\r
1066 \r
1067 General\r
1068 -------\r
1069 \r
1070   o Mayor refactoring for improved readability and maintainability.\r
1071   o Some work towards platform-independence. Currently the greatest challenge\r
1072     for full platform-independence is flash-producer.\r
1073   o Misc improved scalability.\r
1074   o XML-configuration.\r
1075   o DeckLink\r
1076     + Support for multiple DeckLink cards.\r
1077 \r
1078 Core\r
1079 ----\r
1080 \r
1081   o Multiple producers per video_channel.\r
1082   o Multiple consumers per video_channel.\r
1083   o Swap producers between layers and channels during run-time.\r
1084   o Support for upper-field and lower-field interlacing.\r
1085   o Add and remove consumers during run-time.\r
1086   o Preliminary support for NTSC.\r
1087 \r
1088 AMCP\r
1089 ----\r
1090 \r
1091   o Query flash and template-host version.\r
1092   o Recursive media-folder listing.\r
1093   o Misc changes.\r
1094 \r
1095 Mixer\r
1096 -----\r
1097 \r
1098   o Animated tween transforms.\r
1099   o Image-Mixer\r
1100     + Fully GPU accelerated (all features listed below are done on the GPU),\r
1101     + Layer composition.\r
1102     + Color spaces (rgba, bgra, argb, yuv, yuva, yuv-hd, yuva-hd).\r
1103     + Interlacing.\r
1104     + Per-layer image transforms:\r
1105       + Opacity\r
1106       + Gain\r
1107       + Scaling\r
1108       + Clipping\r
1109       + Translation\r
1110   o Audio Mixer\r
1111     + Per-layer and per-sample audio transforms:\r
1112         + Gain\r
1113     + Fully internal audio mixing. Single output video_channel.\r
1114 \r
1115 Consumers\r
1116 ---------\r
1117 \r
1118   o DeckLink Consumer\r
1119     + Embedded audio.\r
1120     + HD support.\r
1121     + Hardware clock.\r
1122   o Bluefish Consumer\r
1123     + Drivers are loaded on-demand (server now runs on computers without\r
1124       installed Bluefish drivers).\r
1125     + Embedded audio.\r
1126     + Allocated frames are no longer leaked.\r
1127 \r
1128 Producers\r
1129 ---------\r
1130 \r
1131   o Decklink Producer\r
1132     + Embedded audio.\r
1133     + HD support.\r
1134   o Color Producer\r
1135     + GPU accelerated.\r
1136   o FFMPEG Producer\r
1137     + Asynchronous file IO.\r
1138     + Parallel decoding of audio and video.\r
1139     + Color space transform are moved to GPU.\r
1140   o Transition Producer\r
1141     + Fully interlaced transition (previously only progressive, even when\r
1142       running in interlaced mode).\r
1143     + Per-sample mixing between source and destination clips.\r
1144     + Tween transitions.\r
1145   o Flash Producer\r
1146     + DirectDraw access (slightly improved performance).\r
1147     + Improved time-sync. Smoother animations and proper interlacing.\r
1148   o Image Producer\r
1149     + Support for various image formats through FreeImage library.\r
1150 \r
1151 Diagnostics\r
1152 -----------\r
1153 \r
1154   o Graphs for monitoring performance and events.\r
1155   o Misc logging improvements.\r
1156   o Separate log file for every run of the server.\r
1157   o Error logging provides full exception details, instead of only printing that\r
1158     an error has occurred.\r
1159   o Console with real-time logging output.\r
1160   o Console with AMCP input.\r
1161 \r
1162 Removed\r
1163 -------\r
1164 \r
1165   o Registry configuration (replaced by XML Configuration).\r
1166   o TGA Producer (replaced by Image Producer).\r
1167   o TGA Scroll Producer\r