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