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