add container formats to porfile names
[vlc/asuraparaju-public.git] / doc / developer / manual.xml.in
blob9a563905b7996656586471eb8c589394be14ad84
1 <?xml version="1.0" encoding="iso-8859-1"?>
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//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> VLC media player 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>
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>
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>
74 <toc />
76 <!-- ============================ GLOSSARY ============================
77 -->
79 &glossary;
81 <!-- ============================ OVERVIEW ============================
82 -->
84 &overview;
86 <!-- =========================== INTERFACE ============================
87 -->
89 &interface;
91 <!-- ============================= INPUT ==============================
92 -->
94 &input;
96 <!-- ============================ DECODERS ============================
97 -->
99 &decoders;
101 <!-- ========================== VIDEO OUTPUT ==========================
104 &video_output;
106 <!-- ========================== AUDIO OUTPUT ==========================
109 &audio_output;
111 <!-- ============================= PORTS ==============================
114 &ports;
116 <!-- ======================= ADVANCED DEBUGGING =======================
119 &debugging;
121 <!-- ======================== PROJECT HISTORY =========================
124 &history;
126 <!-- ============================= GFDL ===============================
129 &gfdl;
131 </book>