]> git.sesse.net Git - vlc/blob - doc/developer/manual.xml.in
.
[vlc] / doc / developer / manual.xml.in
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//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> VLC media player 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   <collab>
53     <collabname> <ulink url="mailto:henri@via.ecp.fr">Henri Fallon
54     </ulink> </collabname>
55     <affiliation>
56       <jobtitle> Developer </jobtitle>
57       <orgname> VideoLAN project </orgname>
58     </affiliation>
59   </collab>
60   <pubdate> $Id$ </pubdate>
61   <copyright> <year> 2001 </year>
62               <holder> Christophe Massiot, for IDEALX S.A.S. </holder>
63   </copyright>
64
65   <legalnotice> <para>
66       Permission is granted to copy, distribute and/or modify this document
67       under the terms of the GNU Free Documentation License, Version 1.1
68       or any later version published by the Free Software Foundation;
69       A copy of the license is included in the section entitled "GNU
70       Free Documentation License".
71   </para> </legalnotice>
72 </bookinfo>
73
74 <toc />
75
76 <!-- ============================ GLOSSARY ============================
77   -->
78
79 &glossary;
80
81 <!-- ============================ OVERVIEW ============================
82   -->
83
84 &overview;
85
86 <!-- =========================== INTERFACE ============================
87   -->
88
89 &interface;
90
91 <!-- ============================= INPUT ==============================
92   -->
93
94 &input;
95
96 <!-- ============================ DECODERS ============================
97   -->
98
99 &decoders;
100
101 <!-- ========================== VIDEO OUTPUT ==========================
102   -->
103
104 &video_output;
105
106 <!-- ========================== AUDIO OUTPUT ==========================
107   -->
108
109 &audio_output;
110
111 <!-- ============================= PORTS ==============================
112   -->
113
114 &ports;
115
116 <!-- ======================= ADVANCED DEBUGGING =======================
117   -->
118
119 &debugging;
120
121 <!-- ======================== PROJECT HISTORY =========================
122   -->
123
124 &history;
125
126 <!-- ============================= GFDL ===============================
127   -->
128
129 &gfdl;
130
131 </book>