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