]> git.sesse.net Git - mlt/commitdiff
add release notes for v0.8.0
authorDan Dennedy <dan@dennedy.org>
Fri, 1 Jun 2012 20:49:51 +0000 (13:49 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 1 Jun 2012 20:49:51 +0000 (13:49 -0700)
NEWS

diff --git a/NEWS b/NEWS
index c3fe86a69073b3a2fe6bee59b26127a17e45e970..4aec3549223c7da1f4903422ef15c701dc94cad3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
 MLT Release Notes
 -----------------
 
+Version 0.8.0 - June 1, 2012
+
+Th minor version is increased due to the addition of time properties!
+The soname version increased in the process because some mlt_property
+functions changed; however, very few if any apps actually directly use
+mlt_property preferring to use mlt_properties instead. In addition:
+
+* improve seek speed on AVCHD when using FFmpeg v0.9.1+ (NOT Libav!)
+* composite and dissolve speed improvements on x86-64
+* improve performance of caching in image producers
+* add device enumeration to decklink producer and consumer
+
+Special thanks go to contributors Maksym Veremeyenko and Ed Rogalsky.
+
+
 Version 0.7.8 - February 13, 2012
 
 This is a bugfix and minor enhancement release.