]> git.sesse.net Git - mlt/commitdiff
NEWS: add release notes for 0.3.6
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 2 Feb 2009 23:40:11 +0000 (23:40 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 2 Feb 2009 23:40:11 +0000 (23:40 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1336 d19143bc-622f-0410-bfdd-b5b2a6649095

NEWS

diff --git a/NEWS b/NEWS
index fc76aeb35824697b12a6ae87f440c97ec9ff5278..58438357d0a5bf52e147b6ee8d11c0108e1997a0 100644 (file)
--- 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.