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