* Added a dummy libdvdcss so that the DVD plugin can be used without
[vlc.git] / doc / developer / manual.xml
blobfb72b84b9753a6144eec75a1be296a8ff88f52ab
1 <?xml version="1.0" encoding="iso-8859-1"?>
3 <!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.3//EN" "docbookx.dtd"
5     <!ENTITY glossary SYSTEM "glossary.xml">
6     <!ENTITY overview SYSTEM "overview.xml">
7     <!ENTITY interface SYSTEM "interface.xml">
8     <!ENTITY input SYSTEM "input.xml">
9     <!ENTITY decoders SYSTEM "decoders.xml">
10     <!ENTITY video_output SYSTEM "video_output.xml">
11     <!ENTITY audio_output SYSTEM "audio_output.xml">
12     <!ENTITY ports SYSTEM "ports.xml">
13     <!ENTITY debugging SYSTEM "debugging.xml">
14     <!ENTITY history SYSTEM "history.xml">
15     <!ENTITY gfdl SYSTEM "gfdl.xml">
18 <book>
20 <title> VideoLAN Client API Documentation </title>
22 <bookinfo>
24   <author>
25     <firstname> Christophe </firstname>
26     <surname> Massiot </surname>
27     <affiliation>
28       <jobtitle> <ulink url="mailto:christophe.massiot@idealx.com">
29       Developer </ulink> </jobtitle>
30       <orgname> <ulink url="http://www.idealx.com"> IDEALX
31       S.A.S. </ulink> </orgname>
32       <orgdiv> Industrial Computing </orgdiv>
33     </affiliation>
34   </author>
35   <collab>
36     <collabname> <ulink url="mailto:sam@zoy.org"> Samuel Hocevar
37     </ulink> </collabname>
38     <affiliation>
39       <jobtitle> Developer </jobtitle>
40       <orgname> VideoLAN project </orgname>
41     </affiliation>
42   </collab>
43   <collab>
44     <collabname> Jean-Fran&ccedil;ois Lecomte </collabname>
45     <affiliation>
46       <jobtitle> <ulink url="mailto:jean-francois.lecomte@idealx.com">
47       Developer </ulink> </jobtitle>
48       <orgname> <ulink url="http://www.idealx.com"> IDEALX
49       S.A.S. </ulink> </orgname>
50     </affiliation>
51   </collab>
53   <pubdate> $Id: manual.xml,v 1.1 2001/07/16 15:54:59 massiot Exp $ </pubdate>
54   <copyright> <year> 2001 </year>
55               <holder> Christophe Massiot, for IDEALX S.A.S. </holder>
56   </copyright>
58   <legalnotice> <para>
59       Permission is granted to copy, distribute and/or modify this document
60       under the terms of the GNU Free Documentation License, Version 1.1
61       or any later version published by the Free Software Foundation;
62       A copy of the license is included in the section entitled "GNU
63       Free Documentation License".
64   </para> </legalnotice>
65 </bookinfo>
67 <toc />
69 <!-- ============================ GLOSSARY ============================
70   -->
72 &glossary;
74 <!-- ============================ OVERVIEW ============================
75   -->
77 &overview;
79 <!-- =========================== INTERFACE ============================
80   -->
82 &interface;
84 <!-- ============================= INPUT ==============================
85   -->
87 &input;
89 <!-- ============================ DECODERS ============================
90   -->
92 &decoders;
94 <!-- ========================== VIDEO OUTPUT ==========================
95   -->
97 &video_output;
99 <!-- ========================== AUDIO OUTPUT ==========================
100   -->
102 &audio_output;
104 <!-- ============================= PORTS ==============================
105   -->
107 &ports;
109 <!-- ======================= ADVANCED DEBUGGING =======================
110   -->
112 &debugging;
114 <!-- ======================== PROJECT HISTORY =========================
115   -->
117 &history;
119 <!-- ============================= GFDL ===============================
120   -->
122 &gfdl;
124 </book>