2018-08-30 17:20:04 +03:00
.. SPDX-License-Identifier: GPL-2.0
2016-06-30 22:33:35 +03:00
.. include :: <isonum.txt>
2016-07-18 21:01:20 +03:00
########################################
Linux Media Infrastructure userspace API
########################################
2016-06-30 16:18:56 +03:00
2020-03-31 15:44:56 +03:00
This section contains the driver development information and Kernel APIs
used by media devices.
Please see:
2021-06-05 15:00:54 +03:00
Documentation/admin-guide/media/index.rst
2020-03-31 15:44:56 +03:00
2021-06-05 15:00:54 +03:00
- for usage information about media subsystem and supported drivers;
Documentation/driver-api/media/index.rst
- for driver development information and Kernel APIs used by
media devices;
2016-06-30 16:18:56 +03:00
2017-09-03 03:25:36 +03:00
.. only :: html
.. class :: toc-title
2016-07-19 18:35:08 +03:00
Table of Contents
2016-06-30 16:18:56 +03:00
.. toctree ::
2016-07-20 16:36:18 +03:00
:maxdepth: 1
2016-06-30 16:18:56 +03:00
2016-07-09 18:06:26 +03:00
intro
2020-03-04 12:21:39 +03:00
v4l/v4l2
dvb/dvbapi
rc/remote_controllers
mediactl/media-controller
cec/cec-api
gen-errors
2017-08-25 17:49:32 +03:00
glossary
2020-03-04 12:21:39 +03:00
fdl-appendix
2020-03-06 10:50:46 +03:00
drivers/index
2020-03-31 15:34:29 +03:00
**Copyright** |copy| 2009-2020 : LinuxTV Developers
::
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation, with no
Invariant Sections. A copy of the license is included in the chapter
entitled "GNU Free Documentation License".
2020-03-31 15:44:49 +03:00
Please notice that some documents inside the media userspace API,
when explicitly mentioned on its source code, are dual-licensed
with GNU Free Documentation License Version 1.1 and with the
GNU General Public License::
This documentation is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
For more details see the file COPYING in the source distribution of Linux.