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