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