summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/TODO
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-14 15:03:07 +0200
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-04-14 15:03:07 +0200
commit58d3334b54c207b8e04e7035969e0c2acfa1ce73 (patch)
tree79bfcb91241d0468871696b189ac8ee344ea1ed0 /v4l2-apps/libv4l/TODO
parent10a09b9ec6e08fb95c36f26d7f69834b0387386b (diff)
downloadmediapointer-dvb-s2-58d3334b54c207b8e04e7035969e0c2acfa1ce73.tar.gz
mediapointer-dvb-s2-58d3334b54c207b8e04e7035969e0c2acfa1ce73.tar.bz2
libv4l: Only allow supported destination formats when doing processing
From: Hans de Goede <hdegoede@redhat.com> Only report / allow supported destination formats in enum_fmt / try_fmt / g_fmt / s_fmt when processing, rotating or flipping. Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/TODO')
-rw-r--r--v4l2-apps/libv4l/TODO14
1 files changed, 11 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/TODO b/v4l2-apps/libv4l/TODO
index f1aac5a95..94c40b84e 100644
--- a/v4l2-apps/libv4l/TODO
+++ b/v4l2-apps/libv4l/TODO
@@ -10,11 +10,19 @@
-take the possibility of pitch != width into account everywhere
--only report faked formats in list formats and only allow setting fake
- formats when processing or flipping.
-
-make updating of parameters happen based on time elapsed rather then
frames
-add fake flip controls on devices where we are already limiting the
formats which can be set
+
+-add reverse cropping (adding black borders) to get from 320x232 ->
+ 320x240, for zc3xx webcams with a broken (last row of jpeg blocks missing)
+ 320x240 mode
+
+-add software auto exposure (for spca561 cams)
+
+-change video processing to use a per component lookup table for easy combining of
+ of different effects in 1 pass
+
+-add gamma correction video processing