From: ddennedy Date: Mon, 2 Feb 2009 23:40:11 +0000 (+0000) Subject: NEWS: add release notes for 0.3.6 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b442311dc7cf6eb5825c7088eb3737511610ded7;p=mlt NEWS: add release notes for 0.3.6 git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1336 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/NEWS b/NEWS index fc76aeb3..58438357 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ MLT Release Notes ----------------- +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.