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