Annotation of linuxtv.org/docs.php, revision 1.8

1.1       js          1: <?php
                      2:   $title = "LinuxTV.org - Documentation";
                      3:   include "linuxtv-header.inc";
                      4: ?>
                      5: 
                      6: <h1>Documentation</h1>
1.4       mchehab     7: <h2>DVB</h2>
1.1       js          8: <p>
                      9:   You can find a PDF version of the Linux DVB API version 3
                     10:   in the <a href="downloads/linux-dvb-api-1.0.0.pdf">download area</a>.
                     11: </p>
                     12: <p>
                     13:   A browsable online version of the Linux DVB API version 3
                     14:   documentation (generated with latex2html from TeX sources
1.2       js         15:   in the CVS) is <a href="docs/dvbapi/dvbapi.html">here</a>.
1.8     ! mchehab    16: </p>
        !            17: <p>
        !            18:   You can also find an experimental 
        !            19:   <a href="http://linuxtv.org/downloads/dvbapi/">online</a> version of
        !            20: the DVB API version 3 documentation generated from the new DocBook 
        !            21: undergoing port.
1.1       js         22: </p>
1.3       js         23: <p>
                     24:   A small collection of READMEs and FAQs is included in the
                     25:   Linux kernel source tree in linux/Documentation/dvb/
1.5       js         26:   (<a href="http://linuxtv.org/hg/v4l-dvb/file/tip/linux/Documentation/dvb/">
                     27:   browse docs in the mercurial repository</a>).
1.3       js         28: </p>
1.4       mchehab    29: <h2>Video4Linux</h2>
                     30: <p>
1.7       mchehab    31:   A browsable online version of Video4Linux2 API
                     32:   is at <a href="http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html">here</a>.
1.4       mchehab    33: </p>
                     34: <p>
1.7       mchehab    35:   Although it is possible to generate a PDF version of the Video4Linux2 
                     36:   API, the generated PDF is not very useful, since some tables
                     37:   and pictures are larger than the output page. So the better is to use 
                     38:   the browable documentation.
1.4       mchehab    39: </p>
                     40: <p>
1.6       mchehab    41:   For developers, 
                     42:  <a href="http://lwn.net">LWN.net</a> 
                     43: is writing a 
                     44: <a href="http://lwn.net/Articles/203924/">V4L2 series of articles</a>
                     45: focusing at the development of a Linux V4L2 driver. 
1.4       mchehab    46: </p>
                     47: <p>
1.6       mchehab    48:   There's a new V4L Drivers guide at 
                     49:    <a href="http://www.linuxtv.org/downloads/video4linux/v4l2dwgNew.html">here</a>.
                     50: <br>
                     51:   PS.: This is a newer document and might be suject to some errors. Contributions are wanted. Also notice that the main guide shall always be V4L API2.
1.4       mchehab    52: </p>
                     53: <p>
1.6       mchehab    54:   Video4Linux API version 1 is obsolete. Driver and application 
                     55: developers are requested to migrate their work to V4L2 API.
                     56: <br>
                     57: There's an effort in course to remove its support from 
                     58: the drivers, keeping just a conversion module for keeping 
                     59: compatibility for the old binary-only V4L1 applications.</p>
1.1       js         60: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>