status update
Jul 9, 2009
Here are some things that are happening since the v0.4.4 release. First, already committed to the Git tree, image conversion throughout the framework and modules has been refactored to reduce the number of conversions and only convert when necessary. This benefit in performance and quality is most noticeable when applying multiple frei0r-based filters. However, it also helps with the development and maintenance of the code.
Currently, I am working on the same for the audio where the benefit is most noticeable when applying multiple LADSPA or SoX-based filters. This is not yet in the Git tree.
Also, I have been working on the ability to embed the SDL window inside of Qt applications on Mac OS X (based on avidemux's approach). Embedding is currently working in my test app, and I am working on handling resize events. I am rather worried about making this work stably.
Finally, Broadcast Centre Europe has contributed an open source consumer for the Linsys SD SDI card. They have sent me a card and the code, but I have not yet had a chance to review and commit this.
v0.4.4 released
Jun 30, 2009
This version is mostly fixes to bugs reported in Kdenlive, and changes from distribution maintainer feedback.
v0.4.2 released
May 30, 2009
This is a quick followup to v0.4.0 to address a few important things as a result of all the changes in recently in MLT and FFmpeg.
Source code repository moved
May 20, 2009
We are no longer using Subversion. We have git repositories hosted at mltframework.org.
git://mltframework.org/mlt.git
and
git://mltframework.org/melted.git
inigo is now known as melt!
May 18, 2009
Read the full details of our source code reorganization:
Extreme Makeover