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