]> git.sesse.net Git - mlt/commit
Removal of timecodes, consumer libdv, serialisation of inigo
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 14 Jan 2004 11:44:44 +0000 (11:44 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 14 Jan 2004 11:44:44 +0000 (11:44 +0000)
commit7c518e80321a87a22d2e48835442c9f5b70dcd17
treedbcd0acb89bafb7450deb246eaa97d5a76b9c3db
parent9b3db5355d6139bcc995600433b936883aef4abf
Removal of timecodes, consumer libdv, serialisation of inigo

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@74 d19143bc-622f-0410-bfdd-b5b2a6649095
82 files changed:
docs/testing-20040110.txt
mlt/docs/testing-20040110.txt
mlt/src/framework/mlt_consumer.c
mlt/src/framework/mlt_factory.c
mlt/src/framework/mlt_field.c
mlt/src/framework/mlt_field.h
mlt/src/framework/mlt_filter.c
mlt/src/framework/mlt_filter.h
mlt/src/framework/mlt_frame.c
mlt/src/framework/mlt_frame.h
mlt/src/framework/mlt_multitrack.c
mlt/src/framework/mlt_multitrack.h
mlt/src/framework/mlt_playlist.c
mlt/src/framework/mlt_playlist.h
mlt/src/framework/mlt_producer.c
mlt/src/framework/mlt_producer.h
mlt/src/framework/mlt_properties.c
mlt/src/framework/mlt_properties.h
mlt/src/framework/mlt_property.c
mlt/src/framework/mlt_property.h
mlt/src/framework/mlt_tractor.c
mlt/src/framework/mlt_tractor.h
mlt/src/framework/mlt_transition.c
mlt/src/framework/mlt_transition.h
mlt/src/framework/mlt_types.h
mlt/src/inigo/inigo.c
mlt/src/miracle/miracle_unit.c
mlt/src/modules/core/producer_ppm.c
mlt/src/modules/core/transition_composite.c
mlt/src/modules/core/transition_luma.c
mlt/src/modules/dv/Makefile
mlt/src/modules/dv/configure
mlt/src/modules/dv/consumer_libdv.c [new file with mode: 0644]
mlt/src/modules/dv/consumer_libdv.h [new file with mode: 0644]
mlt/src/modules/dv/factory.c
mlt/src/modules/dv/producer_libdv.c
mlt/src/modules/ffmpeg/filter_ffmpeg_dub.c
mlt/src/modules/ffmpeg/producer_ffmpeg.c
mlt/src/modules/gtk2/producer_pango.c
mlt/src/modules/gtk2/producer_pixbuf.c
mlt/src/modules/inigo/producer_inigo.c
mlt/src/modules/sdl/consumer_sdl.c
src/framework/mlt_consumer.c
src/framework/mlt_factory.c
src/framework/mlt_field.c
src/framework/mlt_field.h
src/framework/mlt_filter.c
src/framework/mlt_filter.h
src/framework/mlt_frame.c
src/framework/mlt_frame.h
src/framework/mlt_multitrack.c
src/framework/mlt_multitrack.h
src/framework/mlt_playlist.c
src/framework/mlt_playlist.h
src/framework/mlt_producer.c
src/framework/mlt_producer.h
src/framework/mlt_properties.c
src/framework/mlt_properties.h
src/framework/mlt_property.c
src/framework/mlt_property.h
src/framework/mlt_tractor.c
src/framework/mlt_tractor.h
src/framework/mlt_transition.c
src/framework/mlt_transition.h
src/framework/mlt_types.h
src/inigo/inigo.c
src/miracle/miracle_unit.c
src/modules/core/producer_ppm.c
src/modules/core/transition_composite.c
src/modules/core/transition_luma.c
src/modules/dv/Makefile
src/modules/dv/configure
src/modules/dv/consumer_libdv.c [new file with mode: 0644]
src/modules/dv/consumer_libdv.h [new file with mode: 0644]
src/modules/dv/factory.c
src/modules/dv/producer_libdv.c
src/modules/ffmpeg/filter_ffmpeg_dub.c
src/modules/ffmpeg/producer_ffmpeg.c
src/modules/gtk2/producer_pango.c
src/modules/gtk2/producer_pixbuf.c
src/modules/inigo/producer_inigo.c
src/modules/sdl/consumer_sdl.c