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