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