]> git.sesse.net Git - kdenlive/commit
* Add preliminary support for Blackmagic HDMI capture card
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 8 Oct 2010 21:24:54 +0000 (21:24 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Fri, 8 Oct 2010 21:24:54 +0000 (21:24 +0000)
commitdb5991fd0a58d9f9ba21968b3c1c993965de9855
treec5373e90d0a2c9899bb17c87f4196af8d4095440
parent374506733617129f128d63ae1cf0fcfd4b159210
* Add preliminary support for Blackmagic HDMI capture card
* First try at stopmotion integration (Project->Stopmotion animation)

svn path=/trunk/kdenlive/; revision=4969
27 files changed:
src/CMakeLists.txt
src/blackmagic/capture.cpp [new file with mode: 0644]
src/blackmagic/capture.h [new file with mode: 0644]
src/blackmagic/devices.cpp [new file with mode: 0644]
src/blackmagic/devices.h [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPI.h [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPIDispatch.cpp [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPIDispatch_v7_6.cpp [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPIVersion.h [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPI_v7_1.h [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPI_v7_3.h [new file with mode: 0644]
src/blackmagic/include/DeckLinkAPI_v7_6.h [new file with mode: 0644]
src/blackmagic/include/LinuxCOM.h [new file with mode: 0644]
src/clipproperties.cpp
src/kdenlive.notifyrc
src/kdenlivesettings.kcfg
src/kdenlivesettingsdialog.cpp
src/kdenlivesettingsdialog.h
src/kdenliveui.rc
src/mainwindow.cpp
src/mainwindow.h
src/projectlist.cpp
src/projectlist.h
src/stopmotion/stopmotion.cpp [new file with mode: 0644]
src/stopmotion/stopmotion.h [new file with mode: 0644]
src/widgets/configcapture_ui.ui
src/widgets/stopmotion_ui.ui [new file with mode: 0644]