]> git.sesse.net Git - kdenlive/commit
Complete rewrite of the video4linux capture to use MLT, in progress.
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 25 May 2011 13:11:23 +0000 (13:11 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 25 May 2011 13:11:23 +0000 (13:11 +0000)
commitac5f5c9f6d4bdffeb76f3f2098b80f27bc532606
treecc355491aa2efb9ac6e80e48e2d83072026a5077
parent13caa29beb9cd02136e4616300d7da72363354ff
Complete rewrite of the video4linux capture to use MLT, in progress.
Breaks Decklink capture for a few days...

svn path=/trunk/kdenlive/; revision=5607
44 files changed:
src/CMakeLists.txt
src/abstractmonitor.cpp [new file with mode: 0644]
src/abstractmonitor.h [new file with mode: 0644]
src/colorscopes/abstractgfxscopewidget.cpp
src/colorscopes/abstractgfxscopewidget.h
src/colorscopes/histogram.cpp
src/colorscopes/histogram.h
src/colorscopes/rgbparade.cpp
src/colorscopes/rgbparade.h
src/colorscopes/vectorscope.cpp
src/colorscopes/vectorscope.h
src/colorscopes/waveform.cpp
src/colorscopes/waveform.h
src/kdenlivedoc.h
src/kdenlivesettings.kcfg
src/kdenlivesettingsdialog.cpp
src/kdenlivesettingsdialog.h
src/mainwindow.cpp
src/mainwindow.h
src/mltdevicecapture.cpp [new file with mode: 0644]
src/mltdevicecapture.h [new file with mode: 0644]
src/monitor.cpp
src/monitor.h
src/monitormanager.cpp
src/monitormanager.h
src/profilesdialog.cpp
src/profilesdialog.h
src/recmonitor.cpp
src/recmonitor.h
src/renderer.cpp
src/renderer.h
src/stopmotion/stopmotion.cpp
src/stopmotion/stopmotion.h
src/v4l/src.c
src/v4l/src.h
src/v4l/src_v4l2.c
src/v4l/v4lcapture.cpp
src/v4l/v4lcapture.h
src/v4l/videodev2.h
src/widgets/configcapture_ui.ui
src/widgets/stopmotion_ui.ui
src/widgets/wizardcapture_ui.ui
src/wizard.cpp
src/wizard.h