]> git.sesse.net Git - mlt/commit
+ Added VMFX module
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 24 Aug 2005 06:35:41 +0000 (06:35 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 24 Aug 2005 06:35:41 +0000 (06:35 +0000)
commit6ce35f4e77ab6f0c32c3e2c0f39d77bafbc493a1
tree34742b0cd35a61fda862c909d7032230c3d3c3f0
parentb9481bb114ff8bfff85e5097a57438c855b30e1e
+ Added VMFX module
+ New filter (shape) which provides alpha manipulations and an alternative wipe mechanism
+ New producer (pgm) which provides basic functionality for portable grey maps

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@809 d19143bc-622f-0410-bfdd-b5b2a6649095
src/modules/fezzik.dict
src/modules/vmfx/Makefile [new file with mode: 0644]
src/modules/vmfx/configure [new file with mode: 0755]
src/modules/vmfx/factory.c [new file with mode: 0644]
src/modules/vmfx/filter_shape.c [new file with mode: 0644]
src/modules/vmfx/filter_shape.h [new file with mode: 0644]
src/modules/vmfx/gpl [new file with mode: 0644]
src/modules/vmfx/producer_pgm.c [new file with mode: 0644]
src/modules/vmfx/producer_pgm.h [new file with mode: 0644]