]> git.sesse.net Git - mlt/commit
added jackrack filter
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 27 Dec 2004 21:34:10 +0000 (21:34 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 27 Dec 2004 21:34:10 +0000 (21:34 +0000)
commitb7241ba1f8be71fd66d670436db163957508eaab
tree43b1b7e1ba9ec67ac8ef7d78714e4c05f02547de
parent427b602b441536159d491930d5f28b41bb896664
added jackrack filter

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@581 d19143bc-622f-0410-bfdd-b5b2a6649095
23 files changed:
src/modules/jackrack/Makefile [new file with mode: 0644]
src/modules/jackrack/configure [new file with mode: 0755]
src/modules/jackrack/control_message.h [new file with mode: 0644]
src/modules/jackrack/factory.c [new file with mode: 0644]
src/modules/jackrack/filter_jackrack.c [new file with mode: 0644]
src/modules/jackrack/filter_jackrack.h [new file with mode: 0644]
src/modules/jackrack/gpl [new file with mode: 0644]
src/modules/jackrack/jack_rack.c [new file with mode: 0644]
src/modules/jackrack/jack_rack.h [new file with mode: 0644]
src/modules/jackrack/lock_free_fifo.c [new file with mode: 0644]
src/modules/jackrack/lock_free_fifo.h [new file with mode: 0644]
src/modules/jackrack/plugin.c [new file with mode: 0644]
src/modules/jackrack/plugin.h [new file with mode: 0644]
src/modules/jackrack/plugin_desc.c [new file with mode: 0644]
src/modules/jackrack/plugin_desc.h [new file with mode: 0644]
src/modules/jackrack/plugin_mgr.c [new file with mode: 0644]
src/modules/jackrack/plugin_mgr.h [new file with mode: 0644]
src/modules/jackrack/plugin_settings.c [new file with mode: 0644]
src/modules/jackrack/plugin_settings.h [new file with mode: 0644]
src/modules/jackrack/process.c [new file with mode: 0644]
src/modules/jackrack/process.h [new file with mode: 0644]
src/modules/jackrack/ui.c [new file with mode: 0644]
src/modules/jackrack/ui.h [new file with mode: 0644]