]> git.sesse.net Git - mlt/commitdiff
NEWS, configure: set version to 0.3.4 and add release notes
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Dec 2008 20:54:04 +0000 (20:54 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 29 Dec 2008 20:54:04 +0000 (20:54 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1299 d19143bc-622f-0410-bfdd-b5b2a6649095

NEWS
configure

diff --git a/NEWS b/NEWS
index b3a813e4191fa1ac3c1cf1f891abe4e198eae0aa..fc76aeb35824697b12a6ae87f440c97ec9ff5278 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,31 @@
 MLT Release Notes
 -----------------
 
+Version 0.3.4
+
+The recommended version of FFmpeg for use with this release is SVN r16313.
+
+This almost entirely a bugfix release. See the ChangeLog (SVN log) for details.
+There are a few notes:
+
+framework:
+* improved doxygen documentation comments (work in progress)
+  published docs are at http://mltframework.org/doxygen/
+
+avformat module:
+* added support for AVOption parsing to producer
+* added filter_swscale as alternative rescaler
+* added recommended FFmpeg revision to configure option --help
+* use recommended FFmpeg revision with --avformat-svn on release versions
+* added configure option --avformat-no-codecs
+* added configure option --avformat-no-filters
+
+misc:
+* new profile atsc_1080i_50
+* added --disable-sse option to configure script
+* improved build for OS X and x86-64 and improved handling of mmx/sse
+
+
 Version 0.3.2
 
 In addition to bug fixes detailed in the ChangeLog, here is a list of
index 275676c33d512a94bfca953ce39427cd2e4855e9..b6334385d1d8f6974f5cdde4eeedff8ee67776a3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.3.3
+export version=0.3.4
 export soversion=1
 
 show_help()