summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-31 20:36:07 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-31 20:36:07 +0000
commit229d42b3398fec5efeaef8b69d402f4ea8886760 (patch)
tree62463797e46331cce14f616be47ae6a54574b59b
parentf47ad86b730441870d4b77162f6b0e8c8472d312 (diff)
downloadgstreamer-plugins-base-229d42b3398fec5efeaef8b69d402f4ea8886760.tar.gz
- update links to v4l[12] API docs
Original commit message from CVS: - update links to v4l[12] API docs - remove a dupe in AUTHORS list
-rw-r--r--AUTHORS1
-rw-r--r--sys/v4l/README12
-rw-r--r--sys/v4l/TODO14
3 files changed, 18 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index da24bd57d..332bff594 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,5 +16,4 @@ Cameron Hutchison <camh@xdna.net>
David Schleef <ds@schleef.org>
Benjamin Otte <in7y118@public.uni-hamburg.de>
Ronald Bultje <rbultje@ronald.bitfreak.net>
-Andy Wingo <wingo@pobox.com>
Julien MOUTTE <julien@moutte.net>
diff --git a/sys/v4l/README b/sys/v4l/README
index 275e18c1a..980e193fd 100644
--- a/sys/v4l/README
+++ b/sys/v4l/README
@@ -21,9 +21,15 @@ the v4lelement 'parent' on the left.
Useful Documentation:
=====================
-MJPEG/V4L API : ./videodev_mjpeg.h
+MJPEG/V4L API : ./videodev_mjpeg.h
+
V4L API : /usr/include/linux/videodev.h or
- http://roadrunner.swansea.uk.linux.org/v4l.shtml
-V4L2 API : http://www.thedirks.org/v4l2/
+ /usr/src/linux/Documentation/video4linux/API.html or
+ http://linux.bytesex.org/v4l2/API.html
+
+V4L2 API : /usr/include/linux/videodev2.h or
+ http://v4l2spec.bytesex.org/
+
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
+
mjpegtools : http://www.sourceforge.net/projects/mjpeg
diff --git a/sys/v4l/TODO b/sys/v4l/TODO
index e24ccb17c..f3aebd805 100644
--- a/sys/v4l/TODO
+++ b/sys/v4l/TODO
@@ -15,12 +15,16 @@ TODO list (long term):
Useful Documentation:
=====================
MJPEG/V4L API : ./videodev_mjpeg.h
-Linux/V4L API : /usr/include/linux/videodev.h or
- http://roadrunner.swansea.uk.linux.org/v4l.shtml
-Linux/V4L2 API: /usr/include/linux/videodev2.h or
- http://www.thedirks.org/v4l2/
- (kernel patches: http://bytesex.org/patches/)
+
+V4L API : /usr/include/linux/videodev.h or
+ /usr/src/linux/Documentation/video4linux/API.html or
+ http://linux.bytesex.org/v4l2/API.html
+
+V4L2 API : /usr/include/linux/videodev2.h or
+ http://v4l2spec.bytesex.org/
+
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
+
mjpegtools : http://www.sourceforge.net/projects/mjpeg
Capturing: