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