libavcodec.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Created by , GNU Texinfo 7.1 -->
  4. <head>
  5. <meta charset="utf-8">
  6. <title>
  7. Libavcodec Documentation
  8. </title>
  9. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  10. <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
  11. <link rel="stylesheet" type="text/css" href="style.min.css">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <h1>
  16. Libavcodec Documentation
  17. </h1>
  18. <div class="top-level-extent" id="SEC_Top">
  19. <div class="element-contents" id="SEC_Contents">
  20. <h2 class="contents-heading">Table of Contents</h2>
  21. <div class="contents">
  22. <ul class="toc-numbered-mark">
  23. <li><a id="toc-Description" href="#Description">1 Description</a></li>
  24. <li><a id="toc-See-Also" href="#See-Also">2 See Also</a></li>
  25. <li><a id="toc-Authors" href="#Authors">3 Authors</a></li>
  26. </ul>
  27. </div>
  28. </div>
  29. <ul class="mini-toc">
  30. <li><a href="#Description" accesskey="1">Description</a></li>
  31. <li><a href="#See-Also" accesskey="2">See Also</a></li>
  32. <li><a href="#Authors" accesskey="3">Authors</a></li>
  33. </ul>
  34. <div class="chapter-level-extent" id="Description">
  35. <h2 class="chapter"><span>1 Description<a class="copiable-link" href="#Description"> &para;</a></span></h2>
  36. <p>The libavcodec library provides a generic encoding/decoding framework
  37. and contains multiple decoders and encoders for audio, video and
  38. subtitle streams, and several bitstream filters.
  39. </p>
  40. <p>The shared architecture provides various services ranging from bit
  41. stream I/O to DSP optimizations, and makes it suitable for
  42. implementing robust and fast codecs as well as for experimentation.
  43. </p>
  44. </div>
  45. <div class="chapter-level-extent" id="See-Also">
  46. <h2 class="chapter"><span>2 See Also<a class="copiable-link" href="#See-Also"> &para;</a></span></h2>
  47. <p><a class="url" href="ffmpeg.html">ffmpeg</a>, <a class="url" href="ffplay.html">ffplay</a>, <a class="url" href="ffprobe.html">ffprobe</a>,
  48. <a class="url" href="ffmpeg-codecs.html">ffmpeg-codecs</a>, <a class="url" href="ffmpeg-bitstream-filters.html">bitstream-filters</a>,
  49. <a class="url" href="libavutil.html">libavutil</a>
  50. </p>
  51. </div>
  52. <div class="chapter-level-extent" id="Authors">
  53. <h2 class="chapter"><span>3 Authors<a class="copiable-link" href="#Authors"> &para;</a></span></h2>
  54. <p>The FFmpeg developers.
  55. </p>
  56. <p>For details about the authorship, see the Git history of the project
  57. (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
  58. <code class="command">git log</code> in the FFmpeg source directory, or browsing the
  59. online repository at <a class="url" href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
  60. </p>
  61. <p>Maintainers for the specific components are listed in the file
  62. <samp class="file">MAINTAINERS</samp> in the source code tree.
  63. </p>
  64. </div>
  65. </div>
  66. <p style="font-size: small;">
  67. This document was generated using <a class="uref" href="https://www.gnu.org/software/texinfo/"><em class="emph">makeinfo</em></a>.
  68. </p>
  69. </div>
  70. </body>
  71. </html>