From 677e0c0cbe5c5f30dc8bdb0b4fd9d6a2ec0784d5 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 17 May 2009 21:23:04 -0700 Subject: [PATCH] Add v0.4.0 release notes. Signed-off-by: Dan Dennedy --- Makefile | 5 +---- NEWS | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3a6b6780..c3ad4c49 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,4 @@ uninstall: rm -rf "$(DESTDIR)$(prefix)/share/mlt" dist: - #[ -d "mlt-$(version)" ] && rm -rf "mlt-$(version)" || echo - #svn export http://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt "mlt-$(version)" - #tar -cvzf "mlt-$(version).tar.gz" "mlt-$(version)" - git archive --format=tar --prefix=mlt-$(version)/ HEAD | gzip >mlt-$(version).tar.gz + git archive --format=tar --prefix=mlt-$(version)/ v$(version) | gzip >mlt-$(version).tar.gz diff --git a/NEWS b/NEWS index f96d4ad1..1f8d178b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ MLT Release Notes ----------------- +Version 0.4.0 + +The recommended version of FFmpeg for use with this release is 0.5.0. + +This release is primarily a reorganization of the mlt and mlt++ projects. +In brief: +* "inigo" was renamed "melt" +* "westley" is no longer the XML file extension and root element - they are + simply "mlt" now +* mlt++ is included with mlt and no longer a separate project +* miracle, valerie, and humperdink were moved to a new, separate project +For details: http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover + +avformat producer improvements: +* improve audio synchronization +* improve reliability of video playback with FFmpeg newer than v0.5.0 +* improve seeking performance of DNxHD and HuffYUV + + Version 0.3.8 The recommended version of FFmpeg for use with this release is SVN r17923. -- 2.39.2