]> git.sesse.net Git - mlt/blob - NEWS
Set version to 0.4.10 and update release notes.
[mlt] / NEWS
1 MLT Release Notes
2 -----------------
3
4 Version 0.4.10
5
6 The recommended version of FFmpeg for use with this release is SVN r19873.
7 This is "hotfix" for the 0.4.8 release that fixes a couple of regression
8 bugs introduced just before the release.
9
10
11 Version 0.4.8
12
13 The recommended version of FFmpeg for use with this release is SVN r19873.
14 This is mainly a maintenance release. Besides bug fixes here are other
15 notable changes.
16
17 modules:
18 * avformat producer:
19   - refactored producer to use much less properties
20   - added support for audio_index=all for linsys_sdi consumer
21   - added force_fps property (does yet not adjust duration)
22 * core/crop: added "center" property to crop filter
23 * linsys_sdi:
24   - added support for >2 audio channels
25   - added property meta.map.audio.<N>.channels=<integer>
26   - added property meta.map.audio.<N>.start=<integer>
27 * qimage/kdenlivetitle: add typewriter effect
28
29
30 Version 0.4.6
31
32 The recommended version of FFmpeg for use with this release is SVN r19873.
33 This release is an enhancement release along with numerous build, A/V synch,
34 concurrency, and other bug fixes.
35
36 configure:  new option --avformat-svn-version
37
38 modules:
39 * avformat: much improved seeking on H.264/MPEG2-TS (AVCHD) (Ivan Schreter)
40 * core: new imageconvert and audioconvert filters (framework refactorization)
41 * linsys: new SDI consumer (Broadcast Centre Europe)
42 * qimage: new kdenlivetitle producer (J.B. Mardelle and Marco Gittler)
43 * sdl: new audio_only consumer for OS X
44
45 mlt++ and swig: update bindings
46
47 framework:
48 * refactored image format conversion
49   mlt_frame.h:
50   - added convert_image() virtual function
51   - added mlt_image_format_name()
52   - removed many mlt_convert_ and scaling/padding functions
53 * refactored audio format conversion
54   mlt_frame.h:
55   - mlt_get_audio() virtual function parameters changed
56   - added convert_audio() virtual function
57   - mlt_frame_get_audio() parameters changed
58   - added mlt_frame_set_audio()
59   - added mlt_audio_format_name()
60   mlt_types.h:
61   - deprecated mlt_audio_pcm
62   - added mlt_audio_s16
63   - added mlt_audio_s32
64   - added mlt_audio_float
65
66
67 Version 0.4.4
68
69 The recommended version of FFmpeg for use with this release is 0.5.0.
70 This release is a minor maintenance update to the 0.4.2 - just build and
71 bug fixes.
72
73 * new configure script options:
74   --swig-languages
75   --rename-melt
76   --mandir
77   --datadir
78 * added man page for melt (not installed)
79 * added invert property to composite transition
80 * added frei0r plugin blacklist, currently only contains facedetect
81 * added Lua binding via SWIG
82
83
84 Version 0.4.2
85
86 The recommended version of FFmpeg for use with this release is 0.5.0.
87 This release is a minor maintenance update to the 0.4.0 - just build and
88 bug fixes.
89
90
91 Version 0.4.0
92
93 The recommended version of FFmpeg for use with this release is 0.5.0.
94
95 This release is primarily a reorganization of the mlt and mlt++ projects.
96 In brief:
97 * "inigo" was renamed "melt"
98 * "westley" is no longer the XML file extension and root element - they are
99   simply "mlt" now
100 * mlt++ is included with mlt and no longer a separate project
101 * miracle, valerie, and humperdink were moved to a new, separate project
102 For details: http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover
103
104 avformat producer improvements:
105 * improve audio synchronization
106 * improve reliability of video playback with FFmpeg newer than v0.5.0
107 * improve seeking performance of DNxHD and HuffYUV
108
109
110 Version 0.3.8
111
112 The recommended version of FFmpeg for use with this release is SVN r17923.
113
114 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.3
115 release. See the ChangeLog (SVN log) for details.
116
117 framework:
118 * added mlt_cache API
119 * improved doxygen documentation comments
120 * added some 15 fps profiles
121 * improved color property handling (support web-style '#' color value)
122 * add const qualifier to many string parameters
123
124 modules:
125 * core: improved brightness filter
126 * core: added image crop filter
127 * frei0r: added support for producer/source plugins
128 * frei0r: added support for color parameters
129 * sdl: added window_background color property
130
131
132 Version 0.3.6
133
134 The recommended version of FFmpeg for use with this release is SVN r16849.
135
136 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.2
137 release. See the ChangeLog (SVN log) for details.
138
139 framework:
140 * added mlt_log logging API
141 * improved doxygen documentation comments
142
143 avformat module:
144 * consumer: report list of muxers when f=list and codecs when acodec=list or
145   vcodec=list
146 * consumer: added support for an=1 or acodec=none and vn=1 or vcodec=none
147 * producer: list available demuxers and decoders when constructor arg is like
148   f-list[[,]acodec-list][[,]vcodec-list]
149
150
151 Version 0.3.4
152
153 The recommended version of FFmpeg for use with this release is SVN r16313.
154
155 This almost entirely a bugfix release. See the ChangeLog (SVN log) for details.
156 There are a few notes:
157
158 framework:
159 * improved doxygen documentation comments (work in progress)
160   published docs are at http://mltframework.org/doxygen/
161
162 avformat module:
163 * added support for AVOption parsing to producer
164 * added filter_swscale as alternative rescaler
165 * added recommended FFmpeg revision to configure option --help
166 * use recommended FFmpeg revision with --avformat-svn on release versions
167 * added configure option --avformat-no-codecs
168 * added configure option --avformat-no-filters
169
170 misc:
171 * new profile atsc_1080i_50
172 * added --disable-sse option to configure script
173 * improved build for OS X and x86-64 and improved handling of mmx/sse
174
175
176 Version 0.3.2
177
178 In addition to bug fixes detailed in the ChangeLog, here is a list of
179 enhancements.
180
181 framework:
182 * deprecated mlt-config; use pkg-config instead
183 * added more HD profiles
184
185 modules:
186 * sdl: added fullscreen property
187 * sox: sox v14.1.0 compatibility
188 * gtk: added force_reload property to producer_pixbuf
189 * frei0r: added support for YAML Tiny metadata
190 * frei0r: added keyframe support on double and boolean parameters
191 * oldfilm: added keyframe support for filter_vignette
192 * kdenlive: added filter_freeze
193
194 inigo:
195 * added -version, -silent, and -progress options
196 * improved output of usage information
197 * removed realtime process scheduling
198
199
200 Version 0.3.0
201
202 framework:
203 * fix bugs with introduction of mlt_profile in v0.2.4
204 * added versioning to libs
205 * remove module registry and add dynamic module loading:
206   added mlt_repository_register, mlt_repository_consumers,
207   mlt_repository_filters, mlt_repository_producers, mlt_repository_transitions
208 * new module metadata system based on YAML Tiny:
209   added mlt_repository_register_metadata, mlt_repository_metadata,
210   mlt_repository_languages, mlt_properties_is_sequence,
211   mlt_properties_parse_yaml, mlt_properties_serialise_yaml, and
212   added metaschema.yaml Kwalify schema file
213 * mlt_consumer: added threaded, non-lossy processing when real_time=-1
214 * added autoclose property to mlt_playlist for sequential processing
215   of very large playlists (prevents resource exhaustion)
216 * mlt_factory_init now returns the global mlt_repository
217 * change mlt_repository_fetch to mlt_repository_create
218 * change mlt_factory_prefix to mlt_factory_directory
219 * added mlt_field_disconnect_service
220
221 modules:
222 * move all modules from $datadir to $libdir
223 * new oldfilm module by Marco Gittler
224 * new frei0r module by Marco Gittler
225 * new dgraft module by Dan Dennedy for inverse telecine (not ready yet)
226 * avformat: added support for multi-threaded encoding and decoding
227 * consumer_avformat: added support for AVOption to support all ffmpeg options
228   using ffmpeg-style property names
229 * consumer_avformat: added support for dual pass encoding
230 * qimage: added support for Qt4
231 * sox: added support for sox v14.0.0
232 * transition_composite: added animatable geometry-type "pan" property to crop
233   and pan instead of automatic down-scale
234
235 inigo:
236 * added -query option to lookup module metadata
237 * added -profile option and support for progress=1 for kdenlive
238
239
240 Version 0.2.4
241
242 * framework: new extensible profiles system to replace MLT_NORMALISATION
243 * module avformat: interlaced coding support for ffmpeg/libavcodec
244 * module avformat: build improvements for --avformat-svn
245 * new effectv module with BurningTV video filter
246 * module qimage: added support for psd, xcf and exr images
247 * numerous bugfixes
248
249
250 Version 0.2.3
251
252 * Addition of kdenlive module
253 * Support for ffmpeg from subversion
254 * Support for ffmpeg libswscale
255 * Copyright and license cleanup
256
257
258 Version 0.2.2
259
260 * Prepared specifically for the kdenlive 0.3 release.
261 * Contains some patches to support rgb24a output for the gdk-pixbuf and qimage
262   producers as well as some minor bugfixes.
263
264
265 Version 0.2.1
266
267 * Many improvements since initial releases due to development of Shotcut and
268   Jahshaka editing interfaces.
269
270
271 Version 0.1.1
272
273 * Minor modifications and bug fixes from the previous release. Better
274   ffmpeg/avformat integration and more reliable playback.
275
276
277 Version 0.1.0
278
279 * First official release