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
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 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.