]> git.sesse.net Git - mlt/commit
+ Win32 port - dev studio is required to avoid issues with C++ ABI compatibility
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 09:49:30 +0000 (09:49 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 09:49:30 +0000 (09:49 +0000)
commit47fb1506a99bae1c9cb90f313176f9dab58d5854
tree25cf1d4201629ae935eaac48048c3c74e8ce5130
parentbad3af93817e3f922c832f9ff1e2cecf4e8aa9d4
+ Win32 port - dev studio is required to avoid issues with C++ ABI compatibility
+ Fix for image render in NTSC

NB: mlt patch to follow (this one isn't much use without it :-)) - mlt build is purely
mingw32 of course

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@891 d19143bc-622f-0410-bfdd-b5b2a6649095
28 files changed:
mlt++/mlt++.sln [new file with mode: 0644]
mlt++/mlt++.vcproj [new file with mode: 0644]
mlt++/src/Mlt.h
mlt++/src/MltConsumer.h
mlt++/src/MltDeque.h
mlt++/src/MltEvent.h
mlt++/src/MltFactory.cpp
mlt++/src/MltFactory.h
mlt++/src/MltField.h
mlt++/src/MltFilter.h
mlt++/src/MltFilteredConsumer.h
mlt++/src/MltFilteredProducer.h
mlt++/src/MltFrame.cpp
mlt++/src/MltFrame.h
mlt++/src/MltGeometry.h
mlt++/src/MltMultitrack.h
mlt++/src/MltParser.h
mlt++/src/MltPlaylist.cpp
mlt++/src/MltPlaylist.h
mlt++/src/MltProducer.cpp
mlt++/src/MltProducer.h
mlt++/src/MltProperties.cpp
mlt++/src/MltProperties.h
mlt++/src/MltPushConsumer.h
mlt++/src/MltService.h
mlt++/src/MltTokeniser.h
mlt++/src/MltTractor.h
mlt++/src/MltTransition.h