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