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