]> git.sesse.net Git - casparcg/blob - CHANGELOG
[streaming_consumer] Added support for sending recording activity via OSC like in...
[casparcg] / CHANGELOG
1 CasparCG 2.1.0 (w.r.t 2.0 Stable)\r
2 =================================\r
3 \r
4 General\r
5 -------\r
6 \r
7   o 64 bit!\r
8   o Major code refactoring:\r
9     + Mixer abstraction so different implementations can be created. Currently\r
10       CPU mixer and GPU mixer (previously the usage of the GPU was ) exists.\r
11     + Flattened folder structure for easier inclusion of header files.\r
12     + Old Windows specific AsyncEventServer class has been replaced by platform\r
13       independent implementation based on Boost.Asio.\r
14     + Pimpl classes are now stack allocated with internal shared_ptr to\r
15       implementation, instead of both handle and body being dynamically\r
16       allocated. This means that objects are now often passed by value instead\r
17       of via safe_ptr/shared_ptr, because they are internally reference counted.\r
18     + Protocol strategies are now easier to implement correctly, because of\r
19       separation of state between different client connections.\r
20     + Much more...\r
21   o Data files are now stored in UTF-8 with BOM. Latin1 files are still\r
22     supported for backwards compatibility\r
23   o Commands written in UTF-8 to log file but only ascii characters to console.\r
24   o Added supported video formats:\r
25     + 720p2398 (not supported by decklink)\r
26     + 720p2400 (not supported by decklink)\r
27     + 1080p5994\r
28     + 1080p6000\r
29     + 720p30 (not supported by decklink)\r
30     + 720p29.976 (not supported by decklink)\r
31 \r
32 OSC\r
33 ---\r
34 \r
35   o Technical information about the current state of the server is published via\r
36     the OSC protocol via different subjects.\r
37   o Examples of information published:\r
38     + Different performance metrics.\r
39     + Producer names\r
40     + Producer specific information\r
41     + Consumer names.\r
42     + Consumer specific information.\r
43 \r
44 CLK\r
45 ---\r
46 \r
47   o CLK protocol implementation can now serve more than one connection at a time\r
48     safely.\r
49   o Added timeline support to the CLK protocol.\r
50   o Refactored parts of the CLK parser implementation.\r
51 \r
52 Consumers\r
53 ---------\r
54 \r
55   o Consumers on same channel now invoked asynchronously to allow for proper\r
56     sync of multiple consumers.\r
57   o System audio consumer:\r
58     + No longer provides sync to caspar.\r
59     + Pushes data to openal instead of being callbacked by SFML when data is\r
60       needed.\r
61   o Screen consumer:\r
62     + Support for multiple screen consumers on the same channel\r
63     + No longer spin-waits for vsync\r
64     + Now deinterlaces to two separate frames so for example 50i will no longer\r
65       be converted to 25p but instead to 50p for smooth playback of interlaced\r
66       content.\r
67 \r
68 Producers\r
69 ---------\r
70 \r
71   o Image scroll producer:\r
72     + Field-rate motion instead of frame-rate motion with interlaced video\r
73       formats. This can be overridden by giving the PROGRESSIVE parameter.\r
74     + SPEED parameter now defines pixels per frame/field instead of half pixels\r
75       per frame. The scrolling direction is also reversed so SPEED 0.5 is the\r
76       previous equivalent of SPEED -1. Movements are done with subpixel accuracy\r
77     + Fixed incorrect starting position of image.\r
78     + Rounding error fixes to allow for more exact scrolling.\r
79     + Added support for motion blur via a new BLUR parameter\r
80     + Added PREMULTIPLY parameter to support images stored with straight alpha.\r
81 \r
82 AMCP\r
83 ----\r
84 \r
85   o DATA STORE now supports creating folders of path specified if they does not\r
86     exist.\r
87   o DATA REMOVE command was added.\r
88 \r
89 CasparCG 2.0 Stable (w.r.t Beta 3)\r
90 ==================================\r
91 \r
92 General\r
93 -------\r
94 \r
95   o Misc stability and performance fixes.\r
96 \r
97 Consumers\r
98 ---------\r
99 \r
100   o File Consumer\r
101     + Changed semantics to more closely follow ffmpeg (see forums).\r
102     + Added options, -r, -acodec, -s, -pix_fmt, -f and more.\r
103   o Screen Consumer\r
104     + Added vsync support.\r
105 \r
106 CasparCG 2.0 Beta 3 (w.r.t Beta 1)\r
107 ==================================\r
108 \r
109 Formats\r
110 -------\r
111 \r
112   o ProRes Support\r
113     + Both encoding and decoding.\r
114   o NTSC Support\r
115     + Updated audio-pipeline for native NTSC support. Previous implementation\r
116       did not fully support NTSC audio and could cause incorrect behaviour or\r
117       even crashes.\r
118 \r
119 Consumers\r
120 ---------\r
121 \r
122   o File Consumer added\r
123     + See updated wiki or ask in forum for more information.\r
124     + Should support anything ffmpeg supports. However, we will work mainly with\r
125       DNXHD, PRORES and H264.\r
126     - Key-only is not supported.\r
127   o Bluefish Consumer\r
128     + 24 bit audio support.\r
129     - Embedded-audio does not work with Epoch cards.\r
130   o Decklink Consumer\r
131     + Low latency enabled by default.\r
132     + Added graphs for driver buffers.\r
133   o Screen Consumer\r
134     + Changed screen consumer square PAL to the more common wide-square PAL.\r
135     + Can now be closed.\r
136     + Fixed interpolation artifacts when running non-square video-modes.\r
137     + Automatically deinterlace interlaced input.\r
138 \r
139 Producers\r
140 ---------\r
141 \r
142   o Decklink Producer\r
143     + Improved color quality be avoiding uneccessary conversion to BGRA.\r
144   o FFMPEG Producer\r
145     + Fixed missing alpha for (RGB)A formats when deinterlacing.\r
146     + Updated buffering to work better with files with long audio/video\r
147       interleaving.\r
148     + Seekable while running and after reaching EOF. CALL 1-1 SEEK 200.\r
149     + Enable/disable/query looping while running. CALL 1-1 LOOP 1.\r
150     + Fixed bug with duration calculation.\r
151     + Fixed bug with fps calculation.\r
152     + Improved auto-transcode accuracy.\r
153     + Improved seeking accuracy.\r
154     + Fixed bug with looping and LENGTH.\r
155     + Updated to newer ffmpeg version.\r
156     + Fixed incorrect scaling of NTSC DV files.\r
157     + Optimized color conversion when using YADIF filters.\r
158   o Flash Producer\r
159     + Release flash-player when empty.\r
160     + Use native resolution template-host.\r
161     + Template-hosts are now choosen automatically if not configured. The\r
162       template-host with the corresponding video-mode name is now chosen.\r
163     + Use square pixel dimensions.\r
164 \r
165 AMCP\r
166 ----\r
167 \r
168   o When possible, commands will no longer wait for rendering pipeline. This\r
169     reduces command execution latencies, especially when sending a lot of\r
170     commands in a short timespan.\r
171   o Fixed CINF command.\r
172   o ADD/REMOVE no longer require subindex,\r
173     e.g. "ADD 1 SCREEN" / "REMOVE 1 SCREEN" instead of "ADD 1-1 SCREEN" / ...\r
174   o PARAM is renamed to CALL.\r
175   o STATUS command is replaced by INFO.\r
176   o INFO command has been extended:\r
177     + INFO (lists channels).\r
178     + INFO 1 (channel info).\r
179     + INFO 1-1 (layer info).\r
180     + INFO 1-1 F (foreground producer info).\r
181     + INFO 1-1 B (background producer info).\r
182     + INFO TEMPLATE mytemplate (template meta-data info, e.g. field names).\r
183   o CG INFO command has been extended.\r
184     + CG INFO 1 (template-host information, e.g. what layers are occupied).\r
185 \r
186 Mixer\r
187 -----\r
188 \r
189   o Fixed alpha with blend modes.\r
190   o Automatically deinterlace for MIXER FILL commands.\r
191 \r
192 Channel\r
193 -------\r
194 \r
195   o SET MODE now reverts back to old video-mode on failure.\r
196 \r
197 Diagnostics\r
198 -----------\r
199 \r
200   o Improved graphs and added more status information.\r
201   o Print configuration into log at startup.\r
202   o Use the same log file for the entire day, instead of one per startup as\r
203     previously.\r
204   o Diagnostics window is now closable.\r
205 \r
206 Configuration\r
207 -------------\r
208 \r
209   o Simplified.\r
210 \r
211 CasparCG 2.0 Beta 1 (w.r.t Alpha)\r
212 =================================\r
213 \r
214   o Blending Modes (needs to be explicitly enabled)\r
215     + overlay\r
216     + screen\r
217     + multiply\r
218     + and many more.\r
219   o Added additive keyer in addition to linear keyer.\r
220   o Image adjustements\r
221     + saturation\r
222     + brightness\r
223     + contrast\r
224     + min input-level\r
225     + max input-level\r
226     + min output-level\r
227     + max output-level\r
228     + gamma\r
229   o Support for ffmpeg-filters such as (ee http://ffmpeg.org/libavfilter.html)\r
230     + yadif deinterlacer (optimized in CasparCG for full multi-core support)\r
231     + de-noising\r
232     + dithering\r
233     + box blur\r
234     + and many more\r
235   o 32-bit SSE optimized audio pipeline.\r
236   o Decklink-Consumer uses external-key by default.\r
237   o Decklink-Consumer has 32 bit embedded-audio support.\r
238   o Decklink-Producer has 32 bit embedded-audio support.\r
239   o LOADBG with AUTO feature which automatically playes queued clip when\r
240     foreground clip has ended.\r
241   o STATUS command for layers.\r
242   o LOG LEVEL command for log filtering.\r
243   o MIX transitation work with transparent clips.\r
244   o Freeze on last frame.\r
245   o Producer buffering is now configurable.\r
246   o Consumer buffering is now configurable.\r
247   o Now possible to configure template-hosts for different video-modes.\r
248   o Added auto transcoder for ffmpeg-producer which automatically transcodes\r
249     input video into compatible video format for the channel.\r
250     + interlacing (50p -> 50i)\r
251     + deinterlacing (50i -> 25p)\r
252     + bob-deinterlacing (50i -> 50p)\r
253     + bob-deinterlacing and reinterlacing (w1xh150i -> w2xh250i)\r
254     + doubling (25p -> 50p)\r
255     + halfing (50p -> 25p)\r
256     + field-order swap (upper <-> lower)\r
257   o Screen consumer now automatically deinterlaces when receiveing interlaced\r
258     content.\r
259   o Optimized renderer.\r
260   o Renderer can now be run asynchronously with producer by using a\r
261     producer-buffer size greater than 0.\r
262   o Improved error and crash recovery.\r
263   o Improved logging.\r
264   o Added Image-Scroll-Producer\r
265   o Key-only has now near zery performance overhead.\r
266   o Reduced memory requirements\r
267   o Removed "warm up lag" which occured when playing the first media clip after\r
268     the server has started.\r
269   o Added read-back fence for OpenGL device for improved multi-channel\r
270     performance.\r
271   o Memory support increased from standard 2 GB to 4 GB on 64 bit Win 7 OS.\r
272   o Added support for 2* Decklink cards in FullHD.\r
273   o Misc bugs fixes and performance improvements.\r
274   o Color producer now support some color codes in addition to color codes, e.g.\r
275     EMPTY, BLACK, RED etc...\r
276   o Alpha value in color codes is now optional.\r
277   o More than 2 Decklink cards might be possible but have not yet been tested.\r
278 \r
279 CasparCG 2.0 Alpha (w.r.t 1.8)\r
280 ==============================\r
281 \r
282 General\r
283 -------\r
284 \r
285   o Mayor refactoring for improved readability and mainainability.\r
286   o Some work towards platorm-independence. Currently the greatest challenge for\r
287     full platform-independence is flash-producer.\r
288   o Misc improved scalability.\r
289   o XML-configuration.\r
290   o Decklink\r
291     + Support for multiple decklink-cards.\r
292 \r
293 Core\r
294 ----\r
295 \r
296   o Multiple producers per video_channel.\r
297   o Multiple consumers per video_channel.\r
298   o Swap producers between layers and channels during run-time.\r
299   o Support for upper-field and lower-field interlacing.\r
300   o Add and remove consumers during run-time.\r
301   o Preliminary support for NTSC.\r
302 \r
303 AMCP\r
304 ----\r
305 \r
306   o Query flash and template-host version.\r
307   o Recursive media-folder listing.\r
308   o Misc changes.\r
309 \r
310 Mixer\r
311 -----\r
312 \r
313   o Animated tween transforms.\r
314   o Image-Mixer\r
315     + Fully GPU accelerated (all features listed below are done on the gpu),\r
316     + Layer composition.\r
317     + Colorspaces (rgba, bgra, argb, yuv, yuva, yuv-hd, yuva-hd).\r
318     + Interlacing.\r
319     + Per-layer image-transforms:\r
320       + Opacity\r
321       + Gain\r
322       + Scaling\r
323       + Clipping\r
324       + Translation\r
325   o Audio-Mixer\r
326     + Per-layer and per-sample audio-transforms:\r
327         + Gain\r
328     + Fully internal audio-mixing. Single output-video_channel.\r
329 \r
330 Consumers\r
331 ---------\r
332 \r
333   o Decklink-Consumer\r
334     + Embedded audio.\r
335     + HD support.\r
336     + Hardware clock.\r
337   o Bluefish-Consumer\r
338     + Drivers are loaded on-demand (server now runs on computers without\r
339       installed bluefish-drivers).\r
340     + Embedded-audio.\r
341     + Allocated frames are no longer leaked.\r
342 \r
343 Producers\r
344 ---------\r
345 \r
346   o Decklink-Producer\r
347     + Embedded audio.\r
348     + HD support.\r
349   o Color-Producer\r
350     + GPU accelerated.\r
351   o FFMPEG-Producer\r
352     + Asynchronous file IO.\r
353     + Parallel decoding of audio and video.\r
354     + Colorspace transform are moved to gpu.\r
355   o Transition-Producer\r
356     + Fully interlaced transition (previsously only progressive, even when\r
357       running in interlaced mode).\r
358     + Per-sample mixing between source and destination clips.\r
359     + Tween transitions.\r
360   o Flash-Producer\r
361     + DirectDraw access (sligthly improved performance).\r
362     + Improved time-sync. Smoother animations and proper interlacing.\r
363   o Image-Producer\r
364     + Support for various imageformats through FreeImage library.\r
365 \r
366 Diagnostics\r
367 -----------\r
368 \r
369   o Graphs for monitoring performance and events.\r
370   o Misc logging improvements.\r
371   o Seperate log-file for every run of the server.\r
372   o Error logging provides full exception details, instead of only printing that\r
373     an error has occured.\r
374   o Console with real-time logging output.\r
375   o Console with AMCP input.\r
376 \r
377 Removed\r
378 -------\r
379 \r
380   o Registry-configuration (replaced by XML-Configuration).\r
381   o TGA-Producer (replaced by Image-Producer).\r
382   o TGA-Scroll-Producer\r