1 .. -*- coding: utf-8; mode: rst -*-
3 .. include:: <isonum.txt>
7 ########################
8 Part II - Digital TV API
9 ########################
13 This API is also known as Linux **DVB API**.
15 It it was originally written to support the European digital TV
16 standard (DVB), and later extended to support all digital TV standards.
18 In order to avoid confusion, within this document, it was opted to refer to
19 it, and to associated hardware as **Digital TV**.
21 The word **DVB** is reserved to be used for:
23 - the Digital TV API version
24 (e. g. DVB API version 3 or DVB API version 5);
25 - digital TV data types (enums, structs, defines, etc);
26 - digital TV device nodes (``/dev/dvb/...``);
27 - the European DVB standard.
51 **********************
52 Revision and Copyright
53 **********************
57 - J. K. Metzler, Ralph <rjkm@metzlerbros.de>
59 - Original author of the Digital TV API documentation.
61 - O. C. Metzler, Marcus <rjkm@metzlerbros.de>
63 - Original author of the Digital TV API documentation.
65 - Carvalho Chehab, Mauro <mchehab+samsung@kernel.org>
67 - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
69 **Copyright** |copy| 2002-2003 : Convergence GmbH
71 **Copyright** |copy| 2009-2017 : Mauro Carvalho Chehab
77 :revision: 2.2.0 / 2017-09-01 (*mcc*)
79 Most gaps between the uAPI document and the Kernel implementation
80 got fixed for the non-legacy API.
82 :revision: 2.1.0 / 2015-05-29 (*mcc*)
84 DocBook improvements and cleanups, in order to document the system calls
85 on a more standard way and provide more description about the current
88 :revision: 2.0.4 / 2011-05-06 (*mcc*)
90 Add more information about DVBv5 API, better describing the frontend
91 GET/SET props ioctl's.
94 :revision: 2.0.3 / 2010-07-03 (*mcc*)
96 Add some frontend capabilities flags, present on kernel, but missing at
100 :revision: 2.0.2 / 2009-10-25 (*mcc*)
102 documents FE_SET_FRONTEND_TUNE_MODE and
103 FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
106 :revision: 2.0.1 / 2009-09-16 (*mcc*)
108 Added ISDB-T test originally written by Patrick Boettcher
111 :revision: 2.0.0 / 2009-09-06 (*mcc*)
113 Conversion from LaTex to DocBook XML. The contents is the same as the
114 original LaTex version.
117 :revision: 1.0.0 / 2003-07-24 (*rjkm*)
119 Initial revision on LaTEX.