]> git.sesse.net Git - mlt/blob - NEWS
Add release notes for v0.7.2.
[mlt] / NEWS
1 MLT Release Notes
2 -----------------
3
4 Version 0.7.2 - May 1, 2011
5
6 This is a minor release to fix a few things between the 0.7.0 release
7 and the release of Kdenlive 0.8. I recommend Kdenlive v0.8 users to
8 upgrade to this version of Mlt. Beyond that there are some exciting
9 additions to the Blackmagic Design DeckLink plugin!
10
11 Framework
12  * Added mlt_profile_list().
13
14 Modules
15  * Added decklink producer (i.e. capture, live encoding).
16  * Added keyer output for decklink consumer.
17  * Added AVOptions to the avformat service metadata.
18  * Added support for new major API versions (53) of FFmpeg.
19
20 Melt
21  * Added '-query profile' option.
22  * Added '-query formats', '-query audio_codecs' and '-query video_codecs'.
23
24 The recommended version of FFmpeg for use with this release is 0.6.1.
25
26
27 Version 0.7.0 - March 27, 2011
28
29 This is a major new release due to signficant additions to API, framework,
30 and build.
31
32 Build
33  * Added support for Windows via MinGW.
34  * Enabled linsys module by default.
35  * Disabled VDPAU by default and added --avformat-vdpau to enable it.
36  * Added support for swfdec 0.7.
37
38 Framework:
39  * Added parallelism to mlt_consumer when 'real_time' > 1 or < -1.
40  * Added mlt_deque_insert() and mlt_deque_peek().
41  * Added mlt_profile parameter to mlt_producer_new().
42  * Let transitions with no out point run forever.
43  * Added mlt_frame_unique_properties().
44  * Added mlt_frame_set_image() and mlt_frame_set_alpha().
45  * Added mlt_image_format_size() and mlt_audio_format_size().
46  * Added mlt_filter_get_length() and mlt_transition_get_length().
47  * Added mlt_filter_get_progress(), mlt_transition_get_progress(),
48    and mlt_transition_get_progress_delta().
49  * Added mlt_filter_get_position() and mlt_transition_get_position().
50  * Added mlt_properties_lock() and mlt_properties_unlock().
51
52 Modules
53  * Added rotoscoping filter.
54  * Improve libavdevice support (V4L2, ALSA, libdc1394).
55  * Added support for new FFmpeg metadata API.
56  * Various fixes, refactoring, and improvements.
57
58 The recommended version of FFmpeg for use with this release is 0.6.1.
59
60
61 Version 0.6.2 - January 23, 2011
62
63 This is just a minor release to address a few things prior to introducing
64 major changes from other branches.
65
66  * Added force_aspect_ratio property to pixbuf and qimage producers.
67  * Added opacity handling in geometry property of the affine filter and
68    transition.
69  * Added use_normalised property to affine filter.
70  * Added always_active property to affine transition.
71  * Fix building on NetBSD.
72
73 The recommended version of FFmpeg for use with this release is 0.6.1.
74
75
76 Version 0.6.0 - January 1, 2011
77
78 The recommended version of FFmpeg for use with this release is 0.6.1.
79 There were quite a few enhancements and changes including a minor interface
80 change. Therefore, this release gets a jump in the versioning.
81
82 Framework
83  * mlt_profile
84    - Added (Y'CbCr) colorspace attribute.
85    - Added mlt_profile_clone().
86  * Added mlt_consumer_position() and Mlt::Consumer::position().
87  * Added Mlt::Properties::wait_for(string).
88  * Added a version API: mlt_version_get_int() and others.
89  * Added Mlt::Producer::pause().
90  * Added mlt_frame_write_ppm() for debugging.
91
92 Melt
93  * Added automatic detection of profile from first input when profile
94    not specified.
95  * Now exits with error result when consumer fails fatally.
96
97 Modules
98  * Added swfdec producer for Flash files including variables support.
99    (Does not support audio.)
100  * Added consumer for Blackmagic Design DeckLink SDI and Intensity HDMI.
101  * Added Y'CbCr colorspace conversion and option to use full luma range.
102  * Added (de)serialization of profile to XML.
103  * Added support for #frame# variable to the data_show filter.
104  * Added support for frei0r string parameters.
105  * Make FFmpeg formats and codecs available as properties (not just stderr).
106  * Try to load .xml file as MLT XML.
107  * Added a consumer-sdl-paused event to sdl_preview.
108  * Added a consumer-fatal-error event to avformat.
109  * Change composite transition to default to progressive rendering; field-
110    based rendering available only explicitly.
111
112
113 Version 0.5.10 - September 13, 2010
114
115 This is a quick followup to the 0.5.8 release to address an issue I want to
116 address immediately. I noticed an extra unconditional colorspace conversion
117 to and from RGB was added for all YCbCr (YUV) video sources. In addition, I
118 have enabled the avcolor_space filter on OS X since it works now.
119
120
121 Version 0.5.8 - September 12, 2010
122
123 The recommended version of FFmpeg for use with this release is 0.6.
124 This is a maintenance release to address some bugs that appeared
125 thus far in the 0.5.x series. Beyond that is a few enhancements:
126
127 * Added EXIF-based auto-rotation of images to pixbuf and qimage producers.
128 * Improved quality of libswscale-based image conversion and scaling.
129 * Added channelswap and panner audio filters; panner also does balance.
130 * Improve audio waveform and add audiowave video filter.
131 * Enhanced luma filter to work with animated filters such as affine.
132 * Automatically crop 8 bottom lines of 1088 source in a 16:9 project
133   (common in Canon EOS digital cameras).
134 * Added support for inline images in kdenlivetitler.
135
136
137 Version 0.5.6 - June 20, 2010
138
139 The recommended version of FFmpeg for use with this release is 0.6.
140 This is a maintenance release to address some bugs that appeared
141 this far in the 0.5.x series. Beyond that it a few enhancements:
142
143 * Added interpolation to the affine transition and filter.
144 * Added multi-track audio encoding to avformat consumer.
145 * Added interlaced field rendering to kdenlivetitle producer.
146
147
148 Version 0.5.4 - April 19, 2010
149
150 The recommended version of FFmpeg for use with this release is SVN r21322.
151 This is another maintenance release to address some bugs that appeared
152 this far in the 0.5.x series. Beyond that it adds two things that only
153 very specific users will see:
154
155 * Added C# (ECMA CLR) binding (not enabled by default).
156 * Linsys SDI consumer now configures itself from MLT profile.
157
158
159 Version 0.5.2 - March 10, 2010
160
161 The recommended version of FFmpeg for use with this release is SVN r21322.
162 This is a minor maintenance release, but it is interesting because it now
163 enables usage of libswscale as the default choice for image scaling,
164 image format conversion, and color space conversion. That gives better
165 quality and performance. In addition, there are some improvements in the
166 sdl_preview consumer to make it suitable for use in OpenShot 1.1. Other
167 things:
168
169 * Fixed mlt++/MltFilteredProducer
170 * Fixed playing to the end in Kdenlive (mantis bug 1207)
171 * Fixed crash load uncompressed video
172 * Fixed compiling yadif for non-sse2 builds
173
174
175 Version 0.5.0 - February 15, 2010
176
177 The recommended version of FFmpeg for use with this release is SVN r21322.
178 This is an enhancement release, confined mainly to the modules rather than
179 the framework. In particular, this adds support for VDPAU, YADIF, and HD-SDI
180 technologies!
181
182 configure: added --disable-sse2
183
184 framework:
185 * mlt_cache: added mlt_cache_set_size()
186 * mlt_filter: added data property "service" - set when attached
187 * mlt_frame:
188   - added Doxygen docs
189   - added "previous frame" and "next frame" data properties - available
190     when its producer has _need_previous_next=1
191 * mlt_playlist: added support for negative out point same as length-1
192 * mlt_service:
193   - added mlt_service_cache_purge()
194   - added "_need_previous_next" handling in mlt_service_get_frame()
195   - added firing event "service-changed" in mlt_service_attach()
196
197 modules:
198 * avformat producer:
199   - added decoding H.264 with NVIDIA VDPAU
200     Requires FFmpeg built with vdpau.
201     This is automatically detected and enabled. You can disable this by
202         setting environment variable MLT_NO_VDPAU=1 or property novdpau=1.
203   - added caching of FFmpeg contexts and decoded images
204     This allows large numbers of clips in a project avoiding limitations
205         with number of threads and file descriptors permitted per process.
206     You can disable image caching with property noimagecache=1.
207   - added variant of producer named avformat-novalidate
208   - restored support for video4linux(2)
209 * avformat consumer: added apre, fpre, and vpre preset properties
210 * crop filter: added center_bias integer property
211 * deinterlace filter: added the excellent YADIF as a method
212 * kdenlivetitle producer: added text outlining
213 * linsys/sdi consumer:
214   - added support for HD-SDI
215   - changed name from "linsys_sdi" to just "sdi"
216 * oldfilm filter: added "uneven development" effect
217 * xml producer: add support for unspecified out points
218
219 profiles:
220 * added several missing ATSC (HD) profiles
221 * change descriptions from using Hz to fps
222
223
224 Version 0.4.10 - December 8, 2009
225
226 The recommended version of FFmpeg for use with this release is SVN r19873.
227 This is "hotfix" for the 0.4.8 release that fixes a couple of regression
228 bugs introduced just before the release.
229
230
231 Version 0.4.8 - December 7, 2009
232
233 The recommended version of FFmpeg for use with this release is SVN r19873.
234 This is mainly a maintenance release. Besides bug fixes here are other
235 notable changes.
236
237 modules:
238 * avformat producer:
239   - refactored producer to use much less properties
240   - added support for audio_index=all for linsys_sdi consumer
241   - added force_fps property (does yet not adjust duration)
242 * core/crop: added "center" property to crop filter
243 * linsys_sdi:
244   - added support for >2 audio channels
245   - added property meta.map.audio.<N>.channels=<integer>
246   - added property meta.map.audio.<N>.start=<integer>
247 * qimage/kdenlivetitle: add typewriter effect
248
249
250 Version 0.4.6 - October 7, 2009
251
252 The recommended version of FFmpeg for use with this release is SVN r19873.
253 This release is an enhancement release along with numerous build, A/V synch,
254 concurrency, and other bug fixes.
255
256 configure:  new option --avformat-svn-version
257
258 modules:
259 * avformat: much improved seeking on H.264/MPEG2-TS (AVCHD) (Ivan Schreter)
260 * core: new imageconvert and audioconvert filters (framework refactorization)
261 * linsys: new SDI consumer (Broadcast Centre Europe)
262 * qimage: new kdenlivetitle producer (J.B. Mardelle and Marco Gittler)
263 * sdl: new audio_only consumer for OS X
264
265 mlt++ and swig: update bindings
266
267 framework:
268 * refactored image format conversion
269   mlt_frame.h:
270   - added convert_image() virtual function
271   - added mlt_image_format_name()
272   - removed many mlt_convert_ and scaling/padding functions
273 * refactored audio format conversion
274   mlt_frame.h:
275   - mlt_get_audio() virtual function parameters changed
276   - added convert_audio() virtual function
277   - mlt_frame_get_audio() parameters changed
278   - added mlt_frame_set_audio()
279   - added mlt_audio_format_name()
280   mlt_types.h:
281   - deprecated mlt_audio_pcm
282   - added mlt_audio_s16
283   - added mlt_audio_s32
284   - added mlt_audio_float
285
286
287 Version 0.4.4 - June 30, 2009
288
289 The recommended version of FFmpeg for use with this release is 0.5.0.
290 This release is a minor maintenance update to the 0.4.2 - just build and
291 bug fixes.
292
293 * new configure script options:
294   --swig-languages
295   --rename-melt
296   --mandir
297   --datadir
298 * added man page for melt (not installed)
299 * added invert property to composite transition
300 * added frei0r plugin blacklist, currently only contains facedetect
301 * added Lua binding via SWIG
302
303
304 Version 0.4.2 - May 30, 2009
305
306 The recommended version of FFmpeg for use with this release is 0.5.0.
307 This release is a minor maintenance update to the 0.4.0 - just build and
308 bug fixes.
309
310
311 Version 0.4.0 - May 17, 2009
312
313 The recommended version of FFmpeg for use with this release is 0.5.0.
314
315 This release is primarily a reorganization of the mlt and mlt++ projects.
316 In brief:
317 * "inigo" was renamed "melt"
318 * "westley" is no longer the XML file extension and root element - they are
319   simply "mlt" now
320 * mlt++ is included with mlt and no longer a separate project
321 * miracle, valerie, and humperdink were moved to a new, separate project
322 For details: http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover
323
324 avformat producer improvements:
325 * improve audio synchronization
326 * improve reliability of video playback with FFmpeg newer than v0.5.0
327 * improve seeking performance of DNxHD and HuffYUV
328
329
330 Version 0.3.8 - April 15, 2009
331
332 The recommended version of FFmpeg for use with this release is SVN r17923.
333
334 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.3
335 release. See the ChangeLog (SVN log) for details.
336
337 framework:
338 * added mlt_cache API
339 * improved doxygen documentation comments
340 * added some 15 fps profiles
341 * improved color property handling (support web-style '#' color value)
342 * add const qualifier to many string parameters
343
344 modules:
345 * core: improved brightness filter
346 * core: added image crop filter
347 * frei0r: added support for producer/source plugins
348 * frei0r: added support for color parameters
349 * sdl: added window_background color property
350
351
352 Version 0.3.6 - February 2, 2009
353
354 The recommended version of FFmpeg for use with this release is SVN r16849.
355
356 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.2
357 release. See the ChangeLog (SVN log) for details.
358
359 framework:
360 * added mlt_log logging API
361 * improved doxygen documentation comments
362
363 avformat module:
364 * consumer: report list of muxers when f=list and codecs when acodec=list or
365   vcodec=list
366 * consumer: added support for an=1 or acodec=none and vn=1 or vcodec=none
367 * producer: list available demuxers and decoders when constructor arg is like
368   f-list[[,]acodec-list][[,]vcodec-list]
369
370
371 Version 0.3.4 - December 29, 2008
372
373 The recommended version of FFmpeg for use with this release is SVN r16313.
374
375 This almost entirely a bugfix release. See the ChangeLog (SVN log) for details.
376 There are a few notes:
377
378 framework:
379 * improved doxygen documentation comments (work in progress)
380   published docs are at http://mltframework.org/doxygen/
381
382 avformat module:
383 * added support for AVOption parsing to producer
384 * added filter_swscale as alternative rescaler
385 * added recommended FFmpeg revision to configure option --help
386 * use recommended FFmpeg revision with --avformat-svn on release versions
387 * added configure option --avformat-no-codecs
388 * added configure option --avformat-no-filters
389
390 misc:
391 * new profile atsc_1080i_50
392 * added --disable-sse option to configure script
393 * improved build for OS X and x86-64 and improved handling of mmx/sse
394
395
396 Version 0.3.2 - November 10, 2008
397
398 In addition to bug fixes detailed in the ChangeLog, here is a list of
399 enhancements.
400
401 framework:
402 * deprecated mlt-config; use pkg-config instead
403 * added more HD profiles
404
405 modules:
406 * sdl: added fullscreen property
407 * sox: sox v14.1.0 compatibility
408 * gtk: added force_reload property to producer_pixbuf
409 * frei0r: added support for YAML Tiny metadata
410 * frei0r: added keyframe support on double and boolean parameters
411 * oldfilm: added keyframe support for filter_vignette
412 * kdenlive: added filter_freeze
413
414 inigo:
415 * added -version, -silent, and -progress options
416 * improved output of usage information
417 * removed realtime process scheduling
418
419
420 Version 0.3.0 - August 5, 2008
421
422 framework:
423 * fix bugs with introduction of mlt_profile in v0.2.4
424 * added versioning to libs
425 * remove module registry and add dynamic module loading:
426   added mlt_repository_register, mlt_repository_consumers,
427   mlt_repository_filters, mlt_repository_producers, mlt_repository_transitions
428 * new module metadata system based on YAML Tiny:
429   added mlt_repository_register_metadata, mlt_repository_metadata,
430   mlt_repository_languages, mlt_properties_is_sequence,
431   mlt_properties_parse_yaml, mlt_properties_serialise_yaml, and
432   added metaschema.yaml Kwalify schema file
433 * mlt_consumer: added threaded, non-lossy processing when real_time=-1
434 * added autoclose property to mlt_playlist for sequential processing
435   of very large playlists (prevents resource exhaustion)
436 * mlt_factory_init now returns the global mlt_repository
437 * change mlt_repository_fetch to mlt_repository_create
438 * change mlt_factory_prefix to mlt_factory_directory
439 * added mlt_field_disconnect_service
440
441 modules:
442 * move all modules from $datadir to $libdir
443 * new oldfilm module by Marco Gittler
444 * new frei0r module by Marco Gittler
445 * new dgraft module by Dan Dennedy for inverse telecine (not ready yet)
446 * avformat: added support for multi-threaded encoding and decoding
447 * consumer_avformat: added support for AVOption to support all ffmpeg options
448   using ffmpeg-style property names
449 * consumer_avformat: added support for dual pass encoding
450 * qimage: added support for Qt4
451 * sox: added support for sox v14.0.0
452 * transition_composite: added animatable geometry-type "pan" property to crop
453   and pan instead of automatic down-scale
454
455 inigo:
456 * added -query option to lookup module metadata
457 * added -profile option and support for progress=1 for kdenlive
458
459
460 Version 0.2.4 - August 4, 2007
461
462 * framework: new extensible profiles system to replace MLT_NORMALISATION
463 * module avformat: interlaced coding support for ffmpeg/libavcodec
464 * module avformat: build improvements for --avformat-svn
465 * new effectv module with BurningTV video filter
466 * module qimage: added support for psd, xcf and exr images
467 * numerous bugfixes
468
469
470 Version 0.2.3 - April 9, 2007
471
472 * Addition of kdenlive module
473 * Support for ffmpeg from subversion
474 * Support for ffmpeg libswscale
475 * Copyright and license cleanup
476
477
478 Version 0.2.2 - May 27, 2006
479
480 * Prepared specifically for the kdenlive 0.3 release.
481 * Contains some patches to support rgb24a output for the gdk-pixbuf and qimage
482   producers as well as some minor bugfixes.
483
484
485 Version 0.2.1 - December 5, 2005
486
487 * Many improvements since initial releases due to development of Shotcut and
488   Jahshaka editing interfaces.
489
490
491 Version 0.1.1 - June 9, 2004
492
493 * Minor modifications and bug fixes from the previous release. Better
494   ffmpeg/avformat integration and more reliable playback.
495
496
497 Version 0.1.0 - May 6, 2004
498
499 * First official release