qv4l2: add raw VBI support.
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 20 Jul 2012 10:47:56 +0000 (12:47 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Fri, 20 Jul 2012 10:47:56 +0000 (12:47 +0200)
commitc7b253738d45d8f7bebeace186fc733bc700879d
treee0eac6dad837b0a5ac53bfb421b7dca702f5217d
parent7d88f06b257dd25db0592186d12e9e876eb4b301
qv4l2: add raw VBI support.

Note: the slicing code was copied from zvbi. Eventually I intend to move the
slicing code to a library. It effectively transforms raw VBI into sliced VBI,
so that should make it very easy for applications to handle both raw and
sliced VBI.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/Makefile.am
utils/qv4l2/general-tab.h
utils/qv4l2/qv4l2.cpp
utils/qv4l2/qv4l2.h
utils/qv4l2/raw2sliced.cpp [new file with mode: 0644]
utils/qv4l2/raw2sliced.h [new file with mode: 0644]
utils/qv4l2/vbi-tab.cpp [new file with mode: 0644]
utils/qv4l2/vbi-tab.h [new file with mode: 0644]