Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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.. toctree::
25 :caption: Table of Contents
26 :maxdepth: 1
27
28 intro
29 v4l/v4l2
30 dvb/dvbapi
31 rc/remote_controllers
32 mediactl/media-controller
33 cec/cec-api
34 gen-errors
35
36 glossary
37
38 fdl-appendix
39
40 drivers/index
41
42**Copyright** |copy| 2009-2020 : LinuxTV Developers
43
44::
45
46 Permission is granted to copy, distribute and/or modify this document
47 under the terms of the GNU Free Documentation License, Version 1.1 or
48 any later version published by the Free Software Foundation, with no
49 Invariant Sections. A copy of the license is included in the chapter
50 entitled "GNU Free Documentation License".
51
52Please notice that some documents inside the media userspace API,
53when explicitly mentioned on its source code, are dual-licensed
54with GNU Free Documentation License Version 1.1 and with the
55GNU General Public License::
56
57 This documentation is free software; you can redistribute it and/or modify it
58 under the terms of the GNU General Public License as published by the Free
59 Software Foundation; either version 2 of the License, or (at your option) any
60 later version.
61
62 This program is distributed in the hope that it will be useful, but WITHOUT
63 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
64 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
65 more details.
66
67 For more details see the file COPYING in the source distribution of Linux.