[media] doc-rst: improve display of notes and warnings
[cascardo/linux.git] / Documentation / media / uapi / dvb / dvbapi.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. include:: <isonum.txt>
4
5 .. _dvbapi:
6
7 ##############
8 Digital TV API
9 ##############
10
11 .. note:: This API is also known as **DVB API**, although it is generic
12    enough to support all digital TV standards.
13
14 **Version 5.10**
15
16 .. toctree::
17     :maxdepth: 1
18     :numbered:
19
20     intro
21     frontend
22     demux
23     ca
24     net
25     legacy_dvb_apis
26     examples
27     audio_h
28     ca_h
29     dmx_h
30     frontend_h
31     net_h
32     video_h
33
34
35 **********************
36 Revision and Copyright
37 **********************
38
39 Authors:
40
41 - J. K. Metzler, Ralph <rjkm@metzlerbros.de>
42
43  - Original author of the DVB API documentation.
44
45 - O. C. Metzler, Marcus <rjkm@metzlerbros.de>
46
47  - Original author of the DVB API documentation.
48
49 - Carvalho Chehab, Mauro <m.chehab@kernel.org>
50
51  - Ported document to Docbook XML, addition of DVBv5 API, documentation gaps fix.
52
53 **Copyright** |copy| 2002-2003 : Convergence GmbH
54
55 **Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab
56
57 ****************
58 Revision History
59 ****************
60
61 :revision: 2.1.0 / 2015-05-29 (*mcc*)
62
63 DocBook improvements and cleanups, in order to document the system calls
64 on a more standard way and provide more description about the current
65 DVB API.
66
67 :revision: 2.0.4 / 2011-05-06 (*mcc*)
68
69 Add more information about DVB APIv5, better describing the frontend
70 GET/SET props ioctl's.
71
72
73 :revision: 2.0.3 / 2010-07-03 (*mcc*)
74
75 Add some frontend capabilities flags, present on kernel, but missing at
76 the specs.
77
78
79 :revision: 2.0.2 / 2009-10-25 (*mcc*)
80
81 documents FE_SET_FRONTEND_TUNE_MODE and
82 FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
83
84
85 :revision: 2.0.1 / 2009-09-16 (*mcc*)
86
87 Added ISDB-T test originally written by Patrick Boettcher
88
89
90 :revision: 2.0.0 / 2009-09-06 (*mcc*)
91
92 Conversion from LaTex to DocBook XML. The contents is the same as the
93 original LaTex version.
94
95
96 :revision: 1.0.0 / 2003-07-24 (*rjkm*)
97
98 Initial revision on LaTEX.