You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.4KB

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