]> git.sesse.net Git - kdenlive/commit
Stopmotion widget: Improved webcam support, taken from the fswebcam project
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Nov 2010 21:08:46 +0000 (21:08 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Nov 2010 21:08:46 +0000 (21:08 +0000)
commit31ed07c68c21990dde342220bb045178b2ac0ea7
tree0dbab116dbae83bb945ba1a673ade99486b50f06
parentcb849b98b02f7da00e34841d4fb829d42ce662c0
Stopmotion widget: Improved webcam support, taken from the fswebcam project

svn path=/trunk/kdenlive/; revision=5067
21 files changed:
src/CMakeLists.txt
src/blackmagic/capture.cpp
src/blackmagic/capture.h
src/kdenlivesettingsdialog.cpp
src/mainwindow.cpp
src/stopmotion/capturehandler.cpp
src/stopmotion/capturehandler.h
src/stopmotion/stopmotion.cpp
src/stopmotion/stopmotion.h
src/v4l/dec.h [new file with mode: 0644]
src/v4l/dec_bayer.c [new file with mode: 0644]
src/v4l/dec_grey.c [new file with mode: 0644]
src/v4l/dec_jpeg.c [new file with mode: 0644]
src/v4l/dec_rgb.c [new file with mode: 0644]
src/v4l/dec_s561.c [new file with mode: 0644]
src/v4l/dec_yuv.c [new file with mode: 0644]
src/v4l/src.c
src/v4l/src.h
src/v4l/src_v4l2.c
src/v4l/v4lcapture.cpp
src/v4l/v4lcapture.h