[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/video fourcc.h video-device.cc video-test.cc video-v4l.cc video-win32.cc yuv_convert.cc
Update of /usr/mash/src/repository/mash/mash-1/video
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv22732/video
Modified Files:
video-device.cc video-test.cc video-v4l.cc video-win32.cc
yuv_convert.cc
Added Files:
fourcc.h
Log Message:
Merged H.263 codec into main trunk.
Also includes modified video-win32 and video-test video device abstractions.
video-win32 changed to support firewire and USB web cams. Still problems
with this code as we cannot determine ports for some video devices and we
need to add support for several more driver abstractions.
video-test changed to support larger images from files. The size set for
the image is determined by the file size, not the target encoder size. So,
some image files will have to be changed because the previous code would
scale the image in the file to an appropriate encoder size.