]> git.sesse.net Git - mlt/blob - NEWS
Add release notes file
[mlt] / NEWS
1 MLT Release Notes
2 -----------------
3
4 Version 0.3.0
5
6 framework:
7 * fix bugs with introduction of mlt_profile in v0.2.4
8 * added versioning to libs
9 * remove module registry and add dynamic module loading:
10   added mlt_repository_register, mlt_repository_consumers,
11   mlt_repository_filters, mlt_repository_producers, mlt_repository_transitions
12 * new module metadata system based on YAML Tiny:
13   added mlt_repository_register_metadata, mlt_repository_metadata,
14   mlt_repository_languages, mlt_properties_is_sequence,
15   mlt_properties_parse_yaml, mlt_properties_serialise_yaml, and
16   added metaschema.yaml Kwalify schema file
17 * mlt_consumer: added threaded, non-lossy processing when real_time=-1
18 * added autoclose property to mlt_playlist for sequential processing
19   of very large playlists (prevents resource exhaustion)
20 * mlt_factory_init now returns the global mlt_repository
21 * change mlt_repository_fetch to mlt_repository_create
22 * change mlt_factory_prefix to mlt_factory_directory
23 * added mlt_field_disconnect_service
24
25 modules:
26 * move all modules from $datadir to $libdir
27 * new oldfilm module by Marco Gittler
28 * new frei0r module by Marco Gittler
29 * new dgraft module by Dan Dennedy for inverse telecine (not ready yet)
30 * avformat: added support for multi-threaded encoding and decoding
31 * consumer_avformat: added support for AVOption to support all ffmpeg options
32   using ffmpeg-style property names
33 * consumer_avformat: added support for dual pass encoding
34 * qimage: added support for Qt4
35 * sox: added support for sox v14.0.0
36 * transition_composite: added animatable geometry-type "pan" property to crop
37   and pan instead of automatic down-scale
38
39 inigo:
40 * added -query option to lookup module metadata
41 * added -profile option and support for progress=1 for kdenlive
42
43
44 Version 0.2.4
45
46 * framework: new extensible profiles system to replace MLT_NORMALISATION
47 * module avformat: interlaced coding support for ffmpeg/libavcodec
48 * module avformat: build improvements for --avformat-svn
49 * new effectv module with BurningTV video filter
50 * module qimage: added support for psd, xcf and exr images
51 * numerous bugfixes
52
53
54 Version 0.2.3
55
56 * Addition of kdenlive module
57 * Support for ffmpeg from subversion
58 * Support for ffmpeg libswscale
59 * Copyright and license cleanup
60
61
62 Version 0.2.2
63
64 * Prepared specifically for the kdenlive 0.3 release.
65 * Contains some patches to support rgb24a output for the gdk-pixbuf and qimage
66   producers as well as some minor bugfixes.
67
68
69 Version 0.2.1
70
71 * Many improvements since initial releases due to development of Shotcut and
72   Jahshaka editing interfaces.
73
74
75 Version 0.1.1
76
77 * Minor modifications and bug fixes from the previous release. Better
78   ffmpeg/avformat integration and more reliable playback.
79
80
81 Version 0.1.0
82
83 * First official release