]> git.sesse.net Git - mlt/commit
added brightness filter, added smooth ramping to audio processing, added start/end...
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 13 Feb 2004 07:42:49 +0000 (07:42 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 13 Feb 2004 07:42:49 +0000 (07:42 +0000)
commit978543a20e47302b82bc29007852bff8180031c2
tree68a0aeed33c1fc440e353f0bb1771602f489cee4
parent9698a0ab8cb99801ef6d7a6bd36df7b234fda924
added brightness filter, added smooth ramping to audio processing, added start/end interpolation points to filter_mix and filter_volume

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@144 d19143bc-622f-0410-bfdd-b5b2a6649095
docs/services.txt
src/framework/mlt_frame.c
src/framework/mlt_frame.h
src/modules/core/Makefile
src/modules/core/configure
src/modules/core/factory.c
src/modules/core/filter_brightness.c [new file with mode: 0644]
src/modules/core/filter_brightness.h [new file with mode: 0644]
src/modules/core/filter_volume.c
src/modules/core/transition_mix.c
src/modules/gtk2/filter_rescale.c