]> git.sesse.net Git - mlt/commit
Added new profiles system: mlt_profile, MLT_PROFILE, and profiles documents.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 15 Jul 2007 01:19:30 +0000 (01:19 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 15 Jul 2007 01:19:30 +0000 (01:19 +0000)
commit40b169c095486ba1b868486eb98a47c41f36ce8c
treed1e37da6bb5da2dc87a8c1edecb402ade3b227d5
parent207fccbe14c08ffb2bf429dd590b17f43fc50b04
Added new profiles system: mlt_profile, MLT_PROFILE, and profiles documents.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1008 d19143bc-622f-0410-bfdd-b5b2a6649095
46 files changed:
ChangeLog
Makefile
configure
profiles/Makefile [new file with mode: 0644]
profiles/atsc_wide_1080i [new file with mode: 0644]
profiles/atsc_wide_720p [new file with mode: 0644]
profiles/cif_ntsc [new file with mode: 0644]
profiles/cif_pal [new file with mode: 0644]
profiles/cvd_ntsc [new file with mode: 0644]
profiles/cvd_pal [new file with mode: 0644]
profiles/dv_ntsc [new file with mode: 0644]
profiles/dv_ntsc_wide [new file with mode: 0644]
profiles/dv_pal [new file with mode: 0644]
profiles/dv_pal_wide [new file with mode: 0644]
profiles/hdv_1080_ntsc [new file with mode: 0644]
profiles/hdv_1080_pal [new file with mode: 0644]
profiles/hdv_720_ntsc [new file with mode: 0644]
profiles/hdv_720_pal [new file with mode: 0644]
profiles/qcif_ntsc [new file with mode: 0644]
profiles/qcif_pal [new file with mode: 0644]
profiles/quarter_ntsc [new file with mode: 0644]
profiles/quarter_ntsc_wide [new file with mode: 0644]
profiles/quarter_pal [new file with mode: 0644]
profiles/quarter_pal_wide [new file with mode: 0644]
profiles/square_ntsc [new file with mode: 0644]
profiles/square_ntsc_wide [new file with mode: 0644]
profiles/square_pal [new file with mode: 0644]
profiles/square_pal_wide [new file with mode: 0644]
profiles/svcd_ntsc [new file with mode: 0644]
profiles/svcd_ntsc_wide [new file with mode: 0644]
profiles/svcd_pal [new file with mode: 0644]
profiles/svcd_pal_wide [new file with mode: 0644]
profiles/vcd_ntsc [new file with mode: 0644]
profiles/vcd_pal [new file with mode: 0644]
src/framework/Makefile
src/framework/mlt.h
src/framework/mlt_consumer.c
src/framework/mlt_factory.c
src/framework/mlt_frame.c
src/framework/mlt_geometry.c
src/framework/mlt_producer.c
src/framework/mlt_profile.c [new file with mode: 0644]
src/framework/mlt_profile.h [new file with mode: 0644]
src/framework/mlt_types.h
src/modules/dv/consumer_libdv.c
src/modules/sdl/consumer_sdl.c