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