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