]> git.sesse.net Git - kdenlive/commit
First work on rotoscoping GUI
authorTill Theato <root@ttill.de>
Sun, 30 Jan 2011 14:24:57 +0000 (14:24 +0000)
committerTill Theato <root@ttill.de>
Sun, 30 Jan 2011 14:24:57 +0000 (14:24 +0000)
commitbbc9a66eae6d7b06727543a2cb53f5a7efc8289b
tree51cc3362bc57a8b4f870da3df8a083a26989785f
parent1f9a8887bfc9f2a488ad2316d366225b38dde65d
First work on rotoscoping GUI
(MLT module: github.com/ttill/MLT-roto)

svn path=/trunk/kdenlive/; revision=5367
14 files changed:
data/blacklisted_effects.txt
effects/CMakeLists.txt
effects/rotoscoping.xml [new file with mode: 0644]
src/CMakeLists.txt
src/effectstackedit.cpp
src/onmonitoritems/CMakeLists.txt
src/onmonitoritems/rotoscoping/CMakeLists.txt [new file with mode: 0644]
src/onmonitoritems/rotoscoping/bpointitem.cpp [new file with mode: 0644]
src/onmonitoritems/rotoscoping/bpointitem.h [new file with mode: 0644]
src/onmonitoritems/rotoscoping/splineitem.cpp [new file with mode: 0644]
src/onmonitoritems/rotoscoping/splineitem.h [new file with mode: 0644]
src/rotoscoping/CMakeLists.txt [new file with mode: 0644]
src/rotoscoping/rotowidget.cpp [new file with mode: 0644]
src/rotoscoping/rotowidget.h [new file with mode: 0644]