blob: 4c15396c67e5911f0121f9ff21629fc24db0ccf3 [file] [log] [blame]
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -03001<partinfo>
2<authorgroup>
3<author>
4<firstname>Ralph</firstname>
5<surname>Metzler</surname>
6<othername role="mi">J. K.</othername>
7<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
8</author>
9<author>
10<firstname>Marcus</firstname>
11<surname>Metzler</surname>
12<othername role="mi">O. C.</othername>
13<affiliation><address><email>rjkm@metzlerbros.de</email></address></affiliation>
14</author>
Mauro Carvalho Chehab8d3557e2010-07-03 17:39:17 -030015</authorgroup>
16<authorgroup>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030017<author>
18<firstname>Mauro</firstname>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030019<othername role="mi">Carvalho</othername>
Mauro Carvalho Chehab8d3557e2010-07-03 17:39:17 -030020<surname>Chehab</surname>
Hans Verkuil7183eeb2014-01-07 06:41:16 -030021<affiliation><address><email>m.chehab@samsung.com</email></address></affiliation>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030022<contrib>Ported document to Docbook XML.</contrib>
23</author>
24</authorgroup>
25<copyright>
26 <year>2002</year>
27 <year>2003</year>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030028 <holder>Convergence GmbH</holder>
29</copyright>
Mauro Carvalho Chehab8d3557e2010-07-03 17:39:17 -030030<copyright>
Hans Verkuil1b962082014-01-07 06:46:37 -030031 <year>2009-2014</year>
Mauro Carvalho Chehab8d3557e2010-07-03 17:39:17 -030032 <holder>Mauro Carvalho Chehab</holder>
33</copyright>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030034
35<revhistory>
36<!-- Put document revisions here, newest first. -->
37<revision>
Mauro Carvalho Chehab0ed08b42011-05-06 12:32:03 -030038 <revnumber>2.0.4</revnumber>
39 <date>2011-05-06</date>
40 <authorinitials>mcc</authorinitials>
41 <revremark>
42 Add more information about DVB APIv5, better describing the frontend GET/SET props ioctl's.
43 </revremark>
44</revision>
45<revision>
Mauro Carvalho Chehab8d3557e2010-07-03 17:39:17 -030046 <revnumber>2.0.3</revnumber>
47 <date>2010-07-03</date>
48 <authorinitials>mcc</authorinitials>
49 <revremark>
50 Add some frontend capabilities flags, present on kernel, but missing at the specs.
51 </revremark>
52</revision>
53<revision>
Mauro Carvalho Chehabf0964a72009-10-24 19:55:24 -030054 <revnumber>2.0.2</revnumber>
55 <date>2009-10-25</date>
56 <authorinitials>mcc</authorinitials>
57 <revremark>
Mauro Carvalho Chehab603c0d802009-10-24 20:19:20 -030058 documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
Mauro Carvalho Chehabf0964a72009-10-24 19:55:24 -030059 </revremark>
60</revision>
61<revision>
Mauro Carvalho Chehab453d63c2009-09-16 23:22:05 -030062<revnumber>2.0.1</revnumber>
63<date>2009-09-16</date>
64<authorinitials>mcc</authorinitials>
65<revremark>
66Added ISDB-T test originally written by Patrick Boettcher
67</revremark>
68</revision>
69<revision>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030070<revnumber>2.0.0</revnumber>
71<date>2009-09-06</date>
72<authorinitials>mcc</authorinitials>
73<revremark>Conversion from LaTex to DocBook XML. The
74 contents is the same as the original LaTex version.</revremark>
75</revision>
76<revision>
77<revnumber>1.0.0</revnumber>
78<date>2003-07-24</date>
79<authorinitials>rjkm</authorinitials>
80<revremark>Initial revision on LaTEX.</revremark>
81</revision>
82</revhistory>
83</partinfo>
84
85
86<title>LINUX DVB API</title>
Mauro Carvalho Chehab95697932013-01-06 12:22:06 -030087<subtitle>Version 5.10</subtitle>
Mauro Carvalho Chehab8e080c22009-09-13 22:16:04 -030088<!-- ADD THE CHAPTERS HERE -->
89 <chapter id="dvb_introdution">
90 &sub-intro;
91 </chapter>
92 <chapter id="dvb_frontend">
93 &sub-frontend;
94 </chapter>
95 <chapter id="dvb_demux">
96 &sub-demux;
97 </chapter>
98 <chapter id="dvb_video">
99 &sub-video;
100 </chapter>
101 <chapter id="dvb_audio">
102 &sub-audio;
103 </chapter>
104 <chapter id="dvb_ca">
105 &sub-ca;
106 </chapter>
107 <chapter id="dvb_net">
108 &sub-net;
109 </chapter>
110 <chapter id="dvb_kdapi">
111 &sub-kdapi;
112 </chapter>
113 <chapter id="dvb_examples">
114 &sub-examples;
115 </chapter>
116<!-- END OF CHAPTERS -->
Mauro Carvalho Chehabd9d73412011-06-08 10:23:34 -0300117 <appendix id="audio_h">
118 <title>DVB Audio Header File</title>
119 &sub-audio-h;
120 </appendix>
121 <appendix id="ca_h">
122 <title>DVB Conditional Access Header File</title>
123 &sub-ca-h;
124 </appendix>
125 <appendix id="dmx_h">
126 <title>DVB Demux Header File</title>
127 &sub-dmx-h;
128 </appendix>
Mauro Carvalho Chehab9ca2bda2009-10-24 19:24:43 -0300129 <appendix id="frontend_h">
130 <title>DVB Frontend Header File</title>
131 &sub-frontend-h;
132 </appendix>
Mauro Carvalho Chehabd9d73412011-06-08 10:23:34 -0300133 <appendix id="net_h">
134 <title>DVB Network Header File</title>
135 &sub-net-h;
136 </appendix>
Mauro Carvalho Chehabd9d73412011-06-08 10:23:34 -0300137 <appendix id="video_h">
138 <title>DVB Video Header File</title>
139 &sub-video-h;
140 </appendix>
Mauro Carvalho Chehab9ca2bda2009-10-24 19:24:43 -0300141