index.rst 1.9 KB

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