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