libavutil.html 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. Libavutil 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. Libavutil 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 libavutil library is a utility library to aid portable
  37. multimedia programming. It contains safe portable string functions,
  38. random number generators, data structures, additional mathematics
  39. functions, cryptography and multimedia related functionality (like
  40. enumerations for pixel and sample formats). It is not a library for
  41. code needed by both libavcodec and libavformat.
  42. </p>
  43. <p>The goals for this library is to be:
  44. </p>
  45. <dl class="table">
  46. <dt><strong class="strong">Modular</strong></dt>
  47. <dd><p>It should have few interdependencies and the possibility of disabling individual
  48. parts during <code class="command">./configure</code>.
  49. </p>
  50. </dd>
  51. <dt><strong class="strong">Small</strong></dt>
  52. <dd><p>Both sources and objects should be small.
  53. </p>
  54. </dd>
  55. <dt><strong class="strong">Efficient</strong></dt>
  56. <dd><p>It should have low CPU and memory usage.
  57. </p>
  58. </dd>
  59. <dt><strong class="strong">Useful</strong></dt>
  60. <dd><p>It should avoid useless features that almost no one needs.
  61. </p></dd>
  62. </dl>
  63. </div>
  64. <div class="chapter-level-extent" id="See-Also">
  65. <h2 class="chapter"><span>2 See Also<a class="copiable-link" href="#See-Also"> &para;</a></span></h2>
  66. <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>,
  67. <a class="url" href="ffmpeg-utils.html">ffmpeg-utils</a>
  68. </p>
  69. </div>
  70. <div class="chapter-level-extent" id="Authors">
  71. <h2 class="chapter"><span>3 Authors<a class="copiable-link" href="#Authors"> &para;</a></span></h2>
  72. <p>The FFmpeg developers.
  73. </p>
  74. <p>For details about the authorship, see the Git history of the project
  75. (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
  76. <code class="command">git log</code> in the FFmpeg source directory, or browsing the
  77. online repository at <a class="url" href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
  78. </p>
  79. <p>Maintainers for the specific components are listed in the file
  80. <samp class="file">MAINTAINERS</samp> in the source code tree.
  81. </p>
  82. </div>
  83. </div>
  84. <p style="font-size: small;">
  85. This document was generated using <a class="uref" href="https://www.gnu.org/software/texinfo/"><em class="emph">makeinfo</em></a>.
  86. </p>
  87. </div>
  88. </body>
  89. </html>