0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 .. include:: <isonum.txt>
0004
0005 ########################################
0006 Linux Media Infrastructure userspace API
0007 ########################################
0008
0009 This section contains the driver development information and Kernel APIs
0010 used by media devices.
0011
0012 Please see:
0013
0014 Documentation/admin-guide/media/index.rst
0015
0016 - for usage information about media subsystem and supported drivers;
0017
0018 Documentation/driver-api/media/index.rst
0019
0020 - for driver development information and Kernel APIs used by
0021 media devices;
0022
0023
0024 .. only:: html
0025
0026 .. class:: toc-title
0027
0028 Table of Contents
0029
0030 .. toctree::
0031 :maxdepth: 1
0032
0033 intro
0034 v4l/v4l2
0035 dvb/dvbapi
0036 rc/remote_controllers
0037 mediactl/media-controller
0038 cec/cec-api
0039 gen-errors
0040
0041 glossary
0042
0043 fdl-appendix
0044
0045 drivers/index
0046
0047 **Copyright** |copy| 2009-2020 : LinuxTV Developers
0048
0049 ::
0050
0051 Permission is granted to copy, distribute and/or modify this document
0052 under the terms of the GNU Free Documentation License, Version 1.1 or
0053 any later version published by the Free Software Foundation, with no
0054 Invariant Sections. A copy of the license is included in the chapter
0055 entitled "GNU Free Documentation License".
0056
0057 Please notice that some documents inside the media userspace API,
0058 when explicitly mentioned on its source code, are dual-licensed
0059 with GNU Free Documentation License Version 1.1 and with the
0060 GNU General Public License::
0061
0062 This documentation is free software; you can redistribute it and/or modify it
0063 under the terms of the GNU General Public License as published by the Free
0064 Software Foundation; either version 2 of the License, or (at your option) any
0065 later version.
0066
0067 This program is distributed in the hope that it will be useful, but WITHOUT
0068 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0069 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
0070 more details.
0071
0072 For more details see the file COPYING in the source distribution of Linux.