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