1<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> 15</authorgroup> 16<authorgroup> 17<author> 18<firstname>Mauro</firstname> 19<othername role="mi">Carvalho</othername> 20<surname>Chehab</surname> 21<affiliation><address><email>m.chehab@samsung.com</email></address></affiliation> 22<contrib>Ported document to Docbook XML.</contrib> 23</author> 24</authorgroup> 25<copyright> 26 <year>2002</year> 27 <year>2003</year> 28 <holder>Convergence GmbH</holder> 29</copyright> 30<copyright> 31 <year>2009-2014</year> 32 <holder>Mauro Carvalho Chehab</holder> 33</copyright> 34 35<revhistory> 36<!-- Put document revisions here, newest first. --> 37<revision> 38 <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> 46 <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> 54 <revnumber>2.0.2</revnumber> 55 <date>2009-10-25</date> 56 <authorinitials>mcc</authorinitials> 57 <revremark> 58 documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls. 59 </revremark> 60</revision> 61<revision> 62<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> 70<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> 87<subtitle>Version 5.10</subtitle> 88<!-- 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 --> 117 <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> 129 <appendix id="frontend_h"> 130 <title>DVB Frontend Header File</title> 131 &sub-frontend-h; 132 </appendix> 133 <appendix id="net_h"> 134 <title>DVB Network Header File</title> 135 &sub-net-h; 136 </appendix> 137 <appendix id="video_h"> 138 <title>DVB Video Header File</title> 139 &sub-video-h; 140 </appendix> 141 142