libavutil.html 3.5 KB

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