summaryrefslogtreecommitdiff
path: root/v4l2-apps/lib/libv4l/TODO
diff options
context:
space:
mode:
authorThierry MERLE <thierry.merle@free.fr>2008-07-01 21:18:23 +0200
committerThierry MERLE <thierry.merle@free.fr>2008-07-01 21:18:23 +0200
commit10bc397f22cbd930c1d4d932ec929979d75865b1 (patch)
treeede1765562d9ef8eaed11818ab9f97be490559f7 /v4l2-apps/lib/libv4l/TODO
parent1e8ee38c5ab44a4b296a8d47c22691d82e7515be (diff)
downloadmediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.gz
mediapointer-dvb-s2-10bc397f22cbd930c1d4d932ec929979d75865b1.tar.bz2
v4l2-library: global files
From: Hans de Goede <j.w.r.degoede at hhs.nl> Global files to make the libv4l compile, install and exported into a tar.gz file Signed-off-by: Hans de Goede <j.w.r.degoede at hhs.nl> Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/TODO')
-rw-r--r--v4l2-apps/lib/libv4l/TODO26
1 files changed, 26 insertions, 0 deletions
diff --git a/v4l2-apps/lib/libv4l/TODO b/v4l2-apps/lib/libv4l/TODO
new file mode 100644
index 000000000..0170e6b14
--- /dev/null
+++ b/v4l2-apps/lib/libv4l/TODO
@@ -0,0 +1,26 @@
+-protect open() against being called from different threads simultaniously,
+ we are then thread safe except for the jpeg decompression under the following
+ assumption:
+ * We assume all device setup (for a single device) is done from a single
+ thread
+ * We assume that at the time an videodev fd gets closed all other threads
+ which may have been using it have stopped using it.
+
+-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.
+
+-add (configurable) support for alsa faking enum_fmt to libv4l2 ?
+
+-check v4l2_field during conversion
+
+-add make install target
+
+-add conversion from bgr24 to yuv420
+
+-add v4l2_dup, make re-entrant safe (for gstreamer v4l2 support)