]> git.sesse.net Git - vlc/blob - doc/developer/manual.xml
* Closing Debian bug #119369 which was fixed a while ago.
[vlc] / doc / developer / manual.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.3//EN" "docbookx.dtd"
4 [
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">
16 ]>
17
18 <book>
19
20 <title> VideoLAN Client API Documentation </title>
21
22 <bookinfo>
23
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>
52
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>
57
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>
66
67 <toc />
68
69 <!-- ============================ GLOSSARY ============================
70   -->
71
72 &glossary;
73
74 <!-- ============================ OVERVIEW ============================
75   -->
76
77 &overview;
78
79 <!-- =========================== INTERFACE ============================
80   -->
81
82 &interface;
83
84 <!-- ============================= INPUT ==============================
85   -->
86
87 &input;
88
89 <!-- ============================ DECODERS ============================
90   -->
91
92 &decoders;
93
94 <!-- ========================== VIDEO OUTPUT ==========================
95   -->
96
97 &video_output;
98
99 <!-- ========================== AUDIO OUTPUT ==========================
100   -->
101
102 &audio_output;
103
104 <!-- ============================= PORTS ==============================
105   -->
106
107 &ports;
108
109 <!-- ======================= ADVANCED DEBUGGING =======================
110   -->
111
112 &debugging;
113
114 <!-- ======================== PROJECT HISTORY =========================
115   -->
116
117 &history;
118
119 <!-- ============================= GFDL ===============================
120   -->
121
122 &gfdl;
123
124 </book>