summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/TODO
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:10:27 +0100
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:10:27 +0100
commit5f90628a20098c6dcde990310eaaabec2cef4694 (patch)
tree9be82eb41d9fc20107ef85d6aad1dda5115eca33 /v4l2-apps/libv4l/TODO
parentb326eb353c8691cc4c32ca59c0a2cf60ca74c3b6 (diff)
downloadmediapointer-dvb-s2-5f90628a20098c6dcde990310eaaabec2cef4694.tar.gz
mediapointer-dvb-s2-5f90628a20098c6dcde990310eaaabec2cef4694.tar.bz2
libv4l: add support for converting to YV12 planar
From: Hans de Goede <hdegoede@redhat.com> Add support for converting to YV12 planar (next to the already supported YU12 / I420) and implement RGB/BGR24 -> YU/YV12 conversion Priority: normal Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/TODO')
-rw-r--r--v4l2-apps/libv4l/TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/v4l2-apps/libv4l/TODO b/v4l2-apps/libv4l/TODO
index f3f9ff527..debb9c78c 100644
--- a/v4l2-apps/libv4l/TODO
+++ b/v4l2-apps/libv4l/TODO
@@ -7,6 +7,4 @@
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
+-take the possibility of pitch != width into account everywhere