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