]> git.sesse.net Git - mlt/commit
Cloning optimisations and introduction of the service parser
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 5 Oct 2004 07:28:51 +0000 (07:28 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 5 Oct 2004 07:28:51 +0000 (07:28 +0000)
commit3e00d7e35326b6fecbd95f459266f91fc60e6f15
treeb28c7efedc555a72d459d6a40e9ab22b4ffb895c
parent1c51b358cbde8c1a8623d140e64fdc19bcbcb508
Cloning optimisations and introduction of the service parser

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@460 d19143bc-622f-0410-bfdd-b5b2a6649095
19 files changed:
src/framework/Makefile
src/framework/mlt.h
src/framework/mlt_factory.c
src/framework/mlt_frame.c
src/framework/mlt_frame.h
src/framework/mlt_multitrack.c
src/framework/mlt_parser.c [new file with mode: 0644]
src/framework/mlt_parser.h [new file with mode: 0644]
src/framework/mlt_playlist.c
src/framework/mlt_producer.c
src/framework/mlt_producer.h
src/framework/mlt_service.c
src/framework/mlt_service.h
src/framework/mlt_types.h
src/modules/data_fx.properties
src/modules/inigo/producer_inigo.c
src/modules/plus/filter_affine.c
src/modules/westley/consumer_westley.c
src/modules/westley/producer_westley.c