[Mlt-devel] compiling under windows

2010-03-10 Thread Sergey Kurdakov
Hi All, to make OpenShot windows ready (based on mlt ) I started to compile mlt framework ( compiling it with visual studio, found old vs project files in sourceforge svn ). actually it goes almost well, after some fixes ( I will report changes later, when finished). But some issues puzzle me.

Re: [Mlt-devel] using mlt

2010-03-10 Thread Dan Dennedy
On Wed, Mar 10, 2010 at 9:02 AM, Oleksandr Bondar obon...@gmail.com wrote: Hello Dan, I am developer of website zeodia.com. The design of your site is very nice. We use MLT framework in our application to generate video stories. Would like to ask you few question about using MLT. Please

Re: [Mlt-devel] compiling under windows

2010-03-10 Thread Dan Dennedy
On Wed, Mar 10, 2010 at 5:08 AM, Sergey Kurdakov sergey.fo...@gmail.com wrote: Hi All, to make OpenShot windows ready (based on mlt ) I started to compile mlt framework ( compiling it with visual studio,  found old vs project files in sourceforge svn ). actually it goes almost well, after

[Mlt-devel] Git: Improve performance of sdi consumer (patch from BCE).

2010-03-10 Thread Dan Dennedy
src/modules/linsys/consumer_SDIstream.c | 89 +++ src/modules/linsys/sdi_generator.c | 152 --- src/modules/linsys/sdi_generator.h | 19 3 files changed, 128 insertions(+), 132 deletions(-) New commits: commit

[Mlt-devel] Git: Update ChangeLog for v0.5.2.

2010-03-10 Thread Dan Dennedy
ChangeLog | 77 +++ Doxyfile|2 +- NEWS| 16 ++ configure |2 +- docs/melt.1 |4 +- src/framework/mlt.h |4 +- 6 files changed, 99 insertions(+), 6 deletions(-) New