gstreamer/sys/v4l
Thomas Vander Stichele 765f8c50ba changing debug stuff
Original commit message from CVS:
changing debug stuff
2004-06-08 16:45:19 +00:00
..
.gitignore add cvsignores 2003-09-11 19:17:01 +00:00
gstv4l.c fix v4l for qc-usb webcams 2004-04-27 11:33:52 +00:00
gstv4lcolorbalance.c don't mix tabs and spaces 2004-03-15 19:32:28 +00:00
gstv4lcolorbalance.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstv4lelement.c gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make the conversion between internal frequency... 2004-05-31 14:16:54 +00:00
gstv4lelement.h query v4lsrc device for fps (which works for webcams) 2004-05-03 17:26:43 +00:00
gstv4lmjpegsink.c fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:53:07 +00:00
gstv4lmjpegsink.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstv4lmjpegsrc.c query v4lsrc device for fps (which works for webcams) 2004-05-03 17:26:43 +00:00
gstv4lmjpegsrc.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstv4lsrc.c sys/v4l/: add more debugging send a discont at start 2004-05-13 10:13:41 +00:00
gstv4lsrc.h fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:53:07 +00:00
gstv4ltuner.c don't mix tabs and spaces 2004-03-15 19:32:28 +00:00
gstv4ltuner.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
gstv4lxoverlay.c don't mix tabs and spaces 2004-03-15 19:32:28 +00:00
gstv4lxoverlay.h *.h: Revert indenting 2004-03-15 16:32:55 +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 leniate musicbrainz check; check for v4l-conf before calling it 2004-06-01 12:10:37 +00:00
v4l_calls.c changing debug stuff 2004-06-08 16:45:19 +00:00
v4l_calls.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
v4lmjpegsink_calls.c sys/v4l/: add more debugging send a discont at start 2004-05-13 10:13:41 +00:00
v4lmjpegsink_calls.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
v4lmjpegsrc_calls.c sys/v4l/: add more debugging send a discont at start 2004-05-13 10:13:41 +00:00
v4lmjpegsrc_calls.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
v4lsrc_calls.c sys/v4l/: add more debugging send a discont at start 2004-05-13 10:13:41 +00:00
v4lsrc_calls.h *.h: Revert indenting 2004-03-15 16:32:55 +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