X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=NEWS;h=f96d4ad1f47d8a895948722907eade9f0577c7a5;hb=f5a43889f0ea29962f2d32b5dab0fcd25bebb945;hp=fc76aeb35824697b12a6ae87f440c97ec9ff5278;hpb=1bb40fac1ad8a0882a59e07d09ebe2f2cb6b7b49;p=melted diff --git a/NEWS b/NEWS index fc76aeb..f96d4ad 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,47 @@ MLT Release Notes ----------------- +Version 0.3.8 + +The recommended version of FFmpeg for use with this release is SVN r17923. + +This almost entirely a bugfix release to coincide with the Kdenlive 0.7.3 +release. See the ChangeLog (SVN log) for details. + +framework: +* added mlt_cache API +* improved doxygen documentation comments +* added some 15 fps profiles +* improved color property handling (support web-style '#' color value) +* add const qualifier to many string parameters + +modules: +* core: improved brightness filter +* core: added image crop filter +* frei0r: added support for producer/source plugins +* frei0r: added support for color parameters +* sdl: added window_background color property + + +Version 0.3.6 + +The recommended version of FFmpeg for use with this release is SVN r16849. + +This almost entirely a bugfix release to coincide with the Kdenlive 0.7.2 +release. See the ChangeLog (SVN log) for details. + +framework: +* added mlt_log logging API +* improved doxygen documentation comments + +avformat module: +* consumer: report list of muxers when f=list and codecs when acodec=list or + vcodec=list +* consumer: added support for an=1 or acodec=none and vn=1 or vcodec=none +* producer: list available demuxers and decoders when constructor arg is like + f-list[[,]acodec-list][[,]vcodec-list] + + Version 0.3.4 The recommended version of FFmpeg for use with this release is SVN r16313.