libavutil.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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 6.8, https://www.gnu.org/software/texinfo/ -->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <title>Libavutil Documentation</title>
  7. <meta name="description" content="Libavutil Documentation">
  8. <meta name="keywords" content="Libavutil Documentation">
  9. <meta name="resource-type" content="document">
  10. <meta name="distribution" content="global">
  11. <meta name="Generator" content="makeinfo">
  12. <meta name="viewport" content="width=device-width,initial-scale=1">
  13. <link href="#SEC_Contents" rel="contents" title="Table of Contents">
  14. <style type="text/css">
  15. <!--
  16. a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em}
  17. a.summary-letter {text-decoration: none}
  18. blockquote.indentedblock {margin-right: 0em}
  19. div.display {margin-left: 3.2em}
  20. div.example {margin-left: 3.2em}
  21. kbd {font-style: oblique}
  22. pre.display {font-family: inherit}
  23. pre.format {font-family: inherit}
  24. pre.menu-comment {font-family: serif}
  25. pre.menu-preformatted {font-family: serif}
  26. span.nolinebreak {white-space: nowrap}
  27. span.roman {font-family: initial; font-weight: normal}
  28. span.sansserif {font-family: sans-serif; font-weight: normal}
  29. span:hover a.copiable-anchor {visibility: visible}
  30. ul.no-bullet {list-style: none}
  31. -->
  32. </style>
  33. </head>
  34. <body lang="en">
  35. <h1 class="settitle" align="center">Libavutil Documentation</h1>
  36. <a name="SEC_Top"></a>
  37. <a name="Description"></a>
  38. <h2 class="chapter">1 Description<span class="pull-right"><a class="anchor hidden-xs" href="#Description" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Description" aria-hidden="true">TOC</a></span></h2>
  39. <p>The libavutil library is a utility library to aid portable
  40. multimedia programming. It contains safe portable string functions,
  41. random number generators, data structures, additional mathematics
  42. functions, cryptography and multimedia related functionality (like
  43. enumerations for pixel and sample formats). It is not a library for
  44. code needed by both libavcodec and libavformat.
  45. </p>
  46. <p>The goals for this library is to be:
  47. </p>
  48. <dl compact="compact">
  49. <dt><span><strong>Modular</strong></span></dt>
  50. <dd><p>It should have few interdependencies and the possibility of disabling individual
  51. parts during <code>./configure</code>.
  52. </p>
  53. </dd>
  54. <dt><span><strong>Small</strong></span></dt>
  55. <dd><p>Both sources and objects should be small.
  56. </p>
  57. </dd>
  58. <dt><span><strong>Efficient</strong></span></dt>
  59. <dd><p>It should have low CPU and memory usage.
  60. </p>
  61. </dd>
  62. <dt><span><strong>Useful</strong></span></dt>
  63. <dd><p>It should avoid useless features that almost no one needs.
  64. </p></dd>
  65. </dl>
  66. <a name="See-Also"></a>
  67. <h2 class="chapter">2 See Also<span class="pull-right"><a class="anchor hidden-xs" href="#See-Also" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-See-Also" aria-hidden="true">TOC</a></span></h2>
  68. <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>,
  69. <a href="ffmpeg-utils.html">ffmpeg-utils</a>
  70. </p>
  71. <a name="Authors"></a>
  72. <h2 class="chapter">3 Authors<span class="pull-right"><a class="anchor hidden-xs" href="#Authors" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Authors" aria-hidden="true">TOC</a></span></h2>
  73. <p>The FFmpeg developers.
  74. </p>
  75. <p>For details about the authorship, see the Git history of the project
  76. (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
  77. <code>git log</code> in the FFmpeg source directory, or browsing the
  78. online repository at <a href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
  79. </p>
  80. <p>Maintainers for the specific components are listed in the file
  81. <samp>MAINTAINERS</samp> in the source code tree.
  82. </p>
  83. </body>
  84. </html>