]> git.sesse.net Git - mlt/blobdiff - NEWS
Fix progressive property on frames in the consumer producer.
[mlt] / NEWS
diff --git a/NEWS b/NEWS
index f96d4ad1f47d8a895948722907eade9f0577c7a5..78b2b5182a385b09de8d6984452c338668ab261f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,112 @@
 MLT Release Notes
 -----------------
 
+Version 0.4.10
+
+The recommended version of FFmpeg for use with this release is SVN r19873.
+This is "hotfix" for the 0.4.8 release that fixes a couple of regression
+bugs introduced just before the release.
+
+
+Version 0.4.8
+
+The recommended version of FFmpeg for use with this release is SVN r19873.
+This is mainly a maintenance release. Besides bug fixes here are other
+notable changes.
+
+modules:
+* avformat producer:
+  - refactored producer to use much less properties
+  - added support for audio_index=all for linsys_sdi consumer
+  - added force_fps property (does yet not adjust duration)
+* core/crop: added "center" property to crop filter
+* linsys_sdi:
+  - added support for >2 audio channels
+  - added property meta.map.audio.<N>.channels=<integer>
+  - added property meta.map.audio.<N>.start=<integer>
+* qimage/kdenlivetitle: add typewriter effect
+
+
+Version 0.4.6
+
+The recommended version of FFmpeg for use with this release is SVN r19873.
+This release is an enhancement release along with numerous build, A/V synch,
+concurrency, and other bug fixes.
+
+configure:  new option --avformat-svn-version
+
+modules:
+* avformat: much improved seeking on H.264/MPEG2-TS (AVCHD) (Ivan Schreter)
+* core: new imageconvert and audioconvert filters (framework refactorization)
+* linsys: new SDI consumer (Broadcast Centre Europe)
+* qimage: new kdenlivetitle producer (J.B. Mardelle and Marco Gittler)
+* sdl: new audio_only consumer for OS X
+
+mlt++ and swig: update bindings
+
+framework:
+* refactored image format conversion
+  mlt_frame.h:
+  - added convert_image() virtual function
+  - added mlt_image_format_name()
+  - removed many mlt_convert_ and scaling/padding functions
+* refactored audio format conversion
+  mlt_frame.h:
+  - mlt_get_audio() virtual function parameters changed
+  - added convert_audio() virtual function
+  - mlt_frame_get_audio() parameters changed
+  - added mlt_frame_set_audio()
+  - added mlt_audio_format_name()
+  mlt_types.h:
+  - deprecated mlt_audio_pcm
+  - added mlt_audio_s16
+  - added mlt_audio_s32
+  - added mlt_audio_float
+
+
+Version 0.4.4
+
+The recommended version of FFmpeg for use with this release is 0.5.0.
+This release is a minor maintenance update to the 0.4.2 - just build and
+bug fixes.
+
+* new configure script options:
+  --swig-languages
+  --rename-melt
+  --mandir
+  --datadir
+* added man page for melt (not installed)
+* added invert property to composite transition
+* added frei0r plugin blacklist, currently only contains facedetect
+* added Lua binding via SWIG
+
+
+Version 0.4.2
+
+The recommended version of FFmpeg for use with this release is 0.5.0.
+This release is a minor maintenance update to the 0.4.0 - just build and
+bug fixes.
+
+
+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.