Commit e7cbfefb authored by Jean-Paul Saman's avatar Jean-Paul Saman

doc: update information

Update documentation information and fix structure somewhat.
parent d28255b5
/*! \page Index libdvbpsi's documentation
/*! \mainpage Index libdvbpsi's documentation
*
* \section intro_sec Introduction
\author Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
<h2>Preface</h2>
\author Christophe Massion <massiot@via.ecp.fr>
\author Jean-Paul Saman <jpsaman@videolan.org>
\author Johan Billen <jobi@via.ecp.fr>
\author Johann Hanne <jhml@gmx.net>
\author and others (see AUTHORS file)
<p>The <em>libdvbpsi</em> is a library developed by the <a
href="http://www.videolan.org/">VideoLAN</a> team. This document
......@@ -10,13 +15,27 @@ describes how to use it and the "C" API.</p>
<h2>What is libdvbpsi ?</h2>
<p><em>libdvbpsi</em> is a set of tools which allows to decode and generate all the Program specific Information (<em>PSI</em>) present in a MPEG2 TS or a DVB stream. The two keywords are <em>portability</em> and <em>simplicity</em>.</p>
<p><em>libdvbpsi</em> is a set of tools which allows to decode and generate all the Program specific Information (<em>PSI</em>) present in a MPEG2 TS or a DVB stream.</p>
<p>The two keywords are <em>portability</em> and <em>simplicity</em>.</p>
<h2>License</h2>
<p>libdvbpsi was originally released under the GPLv2 and later relicensed under the LGPLv2. All versions prior to version 1.0.0 are GPLv2, versions 1.0.0 and later are LGPLv2.<p>
<h2>Currently supported tables</h2>
<h2>Tables and Descriptors</h2>
<p>libdvbpsi supports the following PSI tables and many descriptors regularly found in MPEG/DVB Transport streams</p>
<ul>
<li>Program Association Table (<em>PAT</em>, MPEG2)</li>
<li>Program Map Table (<em>PMT</em>, MPEG2)</li>
<li>Bouquet Association Table (<em>BAT</em>)</li>
<li>Conditional Access Table (<em>CAT</em>)</li>
<li>EPG Information Table (<em>EIT</em>)</li>
<li>Network Information Table (<em>NIT</em>)</li>
<li>Program Association Table (<em>PAT</em>)</li>
<li>Program Map Table (<em>PMT</em>)</li>
<li>Section Description Table (<em>SDT</em>)</li>
<li>Splice Information Section Table (<em>SIS</em>)</li>
<li>TOT Table (<em>TOT</em>)</li>
</ul>
<h2>Usage</h2>
......
......@@ -25,6 +25,12 @@ file:</p>
<li>Descriptors: descriptor.h</li>
<li>Program Association Table: pat.h</li>
<li>Program Map Table: pmt.h</li>
<li>Conditional Access Table: cat.h</li>
<li>EPG Information Table: eit.h</li>
<li>Network Informtation Table: nit.h</li>
<li>Stream Description Table: sdt.h</li>
<li>Splice Information Section Table: sis.h</li>
<li>TOT: tot.h</li>
</ul>
\ref structure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment