gstreamer/sys/v4l
Ronald S. Bultje c626afd60a sys/v4l/v4lsrc_calls.c: Don't actually error out if we get another return value than
Original commit message from CVS:
* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
Don't actually error out if we get another return value than
-EINVAL. Opposite to what I first thought, drivers have random
return values for this, although -EINVAL is the expected return
value. Since this is not fatal, we shouldn't use
GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
2004-10-01 10:02:42 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:01 +00:00
gstv4l.c paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lcolorbalance.c compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends 2004-08-03 16:06:08 +00:00
gstv4lcolorbalance.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lelement.c sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn't matter what state we are in. Interfac... 2004-08-12 16:39:45 +00:00
gstv4lelement.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lmjpegsink.c paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lmjpegsink.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lmjpegsrc.c sys/v4l/: Added a copy mode to v4lsrc where it will output a copied version of its internal hardware buffer. 2004-06-16 15:07:58 +00:00
gstv4lmjpegsrc.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lsrc.c fix fixate and link 2004-08-12 15:58:52 +00:00
gstv4lsrc.h fix videorate decision, add latency offset to v4l 2004-06-26 15:58:35 +00:00
gstv4ltuner.c compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends 2004-08-03 16:06:08 +00:00
gstv4ltuner.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lxoverlay.c paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
gstv4lxoverlay.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
Makefile.am ext/divx/: Set category to divx4linux instead of divx (too generic). 2004-01-14 10:48:18 +00:00
README - update links to v4l[12] API docs 2004-05-31 20:36:07 +00:00
TODO - update links to v4l[12] API docs 2004-05-31 20:36:07 +00:00
v4l-overlay_calls.c sys/v4l/: Added a sync mode enum property to control v4lsrc timestamp method 2004-06-16 10:13:51 +00:00
v4l_calls.c fix fixate and link 2004-08-12 15:58:52 +00:00
v4l_calls.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
v4lmjpegsink_calls.c paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
v4lmjpegsink_calls.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
v4lmjpegsrc_calls.c paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
v4lmjpegsrc_calls.h paranoia cleanups and a sync fix 2004-06-15 09:11:06 +00:00
v4lsrc_calls.c sys/v4l/v4lsrc_calls.c: Don't actually error out if we get another return value than 2004-10-01 10:02:42 +00:00
v4lsrc_calls.h add autoprobe option fixes use try_capture 2004-06-17 17:06:24 +00:00
videodev_mjpeg.h LICENSE_readme: typo 2004-05-01 15:40:08 +00:00

General Idea:
=============

                            _____/ gstv4lsrc.[ch]
                      _____/     \ v4lsrc_calls.[ch]
                     /
gstv4lelement.[ch] _/____________/ gstv4lmjpegsrc.[ch]
v4l_calls.[ch]      \            \ v4lmjpegsrc_calls.[ch]
                     \_____
                           \_____/ gstv4lmjpegsink.[ch]
                                 \ v4lmjpegsink_calls.[ch]

I.e., all the files on the right are child classes of
the v4lelement 'parent' on the left.

* v4lelement handles generic v4l stuff (picture settings,
    audio, norm/input setting, open()/close())
* v4lsrc, v4lmjpegsrc handle the capture specific
    functions. Maybe we'd need a v4lmpegsrc too
* v4lmjpegsink handles mjpeg hardware playback of video

Useful Documentation:
=====================
MJPEG/V4L API : ./videodev_mjpeg.h

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