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