]> git.sesse.net Git - mlt/commit
src/framework/mlt_deque.c
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 26 Jun 2005 21:04:26 +0000 (21:04 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 26 Jun 2005 21:04:26 +0000 (21:04 +0000)
commite6c03148e1dc3b0e363c9f304b3ed93fbc1a91a9
treef2e1ae1fcbb00b3c4a64fbd6fb52e017f07b555a
parent9c7eb9d98a2a663e399feaef53c0eac46cf24989
src/framework/mlt_deque.c
src/framework/mlt_deque.h
+ Added support for doubles

src/framework/mlt_frame.c
+ Switched order of source/dest audio mix extraction (for transition as filter usage)

src/framework/mlt_tractor.c
- Removed warning introduced from previous checkin (missing ctype.h)
+ Temporary work around to allow frames to carry multiple frames (for transition as filter usage)

src/modules/core/Makefile
src/modules/core/configure
src/modules/core/factory.c
+ Support for new transition filter :-)

src/modules/core/transition_composite.c
src/modules/core/transition_composite.h
- Removed frame properties dependence for process/get_image state communication
+ Extended alpha blending modes to 'and' and 'xor' logic (may change property triggering soon)
+ Provided support for transition as filter usage
+ Cleaned up public copy region functionality

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@742 d19143bc-622f-0410-bfdd-b5b2a6649095
src/framework/mlt_deque.c
src/framework/mlt_deque.h
src/framework/mlt_frame.c
src/framework/mlt_tractor.c
src/modules/core/Makefile
src/modules/core/configure
src/modules/core/factory.c
src/modules/core/transition_composite.c
src/modules/core/transition_composite.h