diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-08 07:20:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-08 07:20:50 -0300 |
commit | 9380e197397e3f8404fa2d2effe5c84b6f56735b (patch) | |
tree | 81fcf4dc9edfd73f6e0ff211cb2df17a9e79dc16 /v4l2-apps/lib/libv4l/TODO | |
parent | ea33affdbd8d71fab71e3f62845b9239d6f60ff8 (diff) | |
parent | 4e748efa7677d0762f4b1738cd8869df5eb106b6 (diff) | |
download | mediapointer-dvb-s2-9380e197397e3f8404fa2d2effe5c84b6f56735b.tar.gz mediapointer-dvb-s2-9380e197397e3f8404fa2d2effe5c84b6f56735b.tar.bz2 |
merge: http://www.linuxtv.org/hg/~tmerle/v4l2-library
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/lib/libv4l/TODO')
-rw-r--r-- | v4l2-apps/lib/libv4l/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/TODO b/v4l2-apps/lib/libv4l/TODO new file mode 100644 index 000000000..f3f9ff527 --- /dev/null +++ b/v4l2-apps/lib/libv4l/TODO @@ -0,0 +1,12 @@ +-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. + +-check v4l2_field during conversion + +-add conversion from bgr24 to yuv420 |