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