Merge remote-tracking branch 'origin/master' into perf/core
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / index.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 .. include:: <isonum.txt>
4
5 ########################################
6 Linux Media Infrastructure userspace API
7 ########################################
8
9 This section contains the  driver development information and Kernel APIs
10 used by media devices.
11
12 Please see:
13
14 - :doc:`/admin-guide/media/index`
15     for usage information about media subsystem and supported drivers;
16
17 - :doc:`/driver-api/media/index`
18      for driver development information and Kernel APIs used by
19      media devices;
20
21
22 .. only:: html
23
24    .. class:: toc-title
25
26         Table of Contents
27
28 .. toctree::
29     :maxdepth: 1
30
31     intro
32     v4l/v4l2
33     dvb/dvbapi
34     rc/remote_controllers
35     mediactl/media-controller
36     cec/cec-api
37     gen-errors
38
39     glossary
40
41     fdl-appendix
42
43     drivers/index
44
45 **Copyright** |copy| 2009-2020 : LinuxTV Developers
46
47 ::
48
49   Permission is granted to copy, distribute and/or modify this document
50   under the terms of the GNU Free Documentation License, Version 1.1 or
51   any later version published by the Free Software Foundation, with no
52   Invariant Sections. A copy of the license is included in the chapter
53   entitled "GNU Free Documentation License".
54
55 Please notice that some documents inside the media userspace API,
56 when explicitly mentioned on its source code, are dual-licensed
57 with GNU Free Documentation License  Version 1.1 and with the
58 GNU General Public License::
59
60   This documentation is free software; you can redistribute it and/or modify it
61   under the terms of the GNU General Public License as published by the Free
62   Software Foundation; either version 2 of the License, or (at your option) any
63   later version.
64
65   This program is distributed in the hope that it will be useful, but WITHOUT
66   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
67   FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
68   more details.
69
70   For more details see the file COPYING in the source distribution of Linux.