diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-02-26 15:31:05 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2010-02-26 15:31:05 +0100 |
commit | 2ade2c7612d656093d56eecb2d7a8536bec6ac25 (patch) | |
tree | 5a72e037b0196fd5181bf9968a26f1f2c41f0265 /TODO | |
parent | d16023a0492e005ada68399df05e6e7684389cbf (diff) |
Documentation file shuffle
Move most important doc files to the archive root, remove a duplicate
copy of the LGPL v2.1
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +-add support for setting / getting the number of read buffers + +-add code to v4l2_read to not return frames more then say 5 seconds old + +-add support for libv4l1 for non pure capture (combined capture and overlay) + devices so that atleast CGMBUF emulation (but no conversion, as thats + impossible for overlays) can be done, so that it will no longer be + necessary to implement CGMBUF in the kernel for each driver. + +-take the possibility of pitch != width into account everywhere + +-make updating of parameters happen based on time elapsed rather then + frames + +-get standardized CID for AUTOGAIN_TARGET upstream and switch to that |