]> git.sesse.net Git - mlt/commit
Factory implementation
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 22 Dec 2003 13:27:32 +0000 (13:27 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 22 Dec 2003 13:27:32 +0000 (13:27 +0000)
commit4ed2712bbdac2182c7c0d6477ac77c9f92aaf02a
tree51e6f21c4e8b4e8f577a793cdbc66026b366935e
parent15934f863eff9ee542f8b65fb7335ad944508f2f
Factory implementation

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@7 d19143bc-622f-0410-bfdd-b5b2a6649095
32 files changed:
README
mlt/README
mlt/src/framework/Makefile
mlt/src/framework/mlt.h [new file with mode: 0644]
mlt/src/framework/mlt_factory.c
mlt/src/framework/mlt_factory.h
mlt/src/framework/mlt_multitrack.c
mlt/src/framework/mlt_playlist.h
mlt/src/framework/mlt_repository.c
mlt/src/framework/mlt_repository.h
mlt/src/modules/core/Makefile
mlt/src/modules/dv/Makefile
mlt/src/modules/gtk2/Makefile
mlt/src/modules/sdl/Makefile
mlt/src/tests/Makefile [new file with mode: 0644]
mlt/src/tests/charlie.c
mlt/src/tests/dan.c
src/framework/Makefile
src/framework/mlt.h [new file with mode: 0644]
src/framework/mlt_factory.c
src/framework/mlt_factory.h
src/framework/mlt_multitrack.c
src/framework/mlt_playlist.h
src/framework/mlt_repository.c
src/framework/mlt_repository.h
src/modules/core/Makefile
src/modules/dv/Makefile
src/modules/gtk2/Makefile
src/modules/sdl/Makefile
src/tests/Makefile [new file with mode: 0644]
src/tests/charlie.c
src/tests/dan.c