123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <!-- Created by , GNU Texinfo 7.1 -->
- <head>
- <meta charset="utf-8">
- <title>
- Libavutil Documentation
- </title>
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
- <link rel="stylesheet" type="text/css" href="style.min.css">
- </head>
- <body>
- <div class="container">
- <h1>
- Libavutil Documentation
- </h1>
- <div class="top-level-extent" id="SEC_Top">
- <div class="element-contents" id="SEC_Contents">
- <h2 class="contents-heading">Table of Contents</h2>
- <div class="contents">
- <ul class="toc-numbered-mark">
- <li><a id="toc-Description" href="#Description">1 Description</a></li>
- <li><a id="toc-See-Also" href="#See-Also">2 See Also</a></li>
- <li><a id="toc-Authors" href="#Authors">3 Authors</a></li>
- </ul>
- </div>
- </div>
- <ul class="mini-toc">
- <li><a href="#Description" accesskey="1">Description</a></li>
- <li><a href="#See-Also" accesskey="2">See Also</a></li>
- <li><a href="#Authors" accesskey="3">Authors</a></li>
- </ul>
- <div class="chapter-level-extent" id="Description">
- <h2 class="chapter"><span>1 Description<a class="copiable-link" href="#Description"> ¶</a></span></h2>
- <p>The libavutil library is a utility library to aid portable
- multimedia programming. It contains safe portable string functions,
- random number generators, data structures, additional mathematics
- functions, cryptography and multimedia related functionality (like
- enumerations for pixel and sample formats). It is not a library for
- code needed by both libavcodec and libavformat.
- </p>
- <p>The goals for this library is to be:
- </p>
- <dl class="table">
- <dt><strong class="strong">Modular</strong></dt>
- <dd><p>It should have few interdependencies and the possibility of disabling individual
- parts during <code class="command">./configure</code>.
- </p>
- </dd>
- <dt><strong class="strong">Small</strong></dt>
- <dd><p>Both sources and objects should be small.
- </p>
- </dd>
- <dt><strong class="strong">Efficient</strong></dt>
- <dd><p>It should have low CPU and memory usage.
- </p>
- </dd>
- <dt><strong class="strong">Useful</strong></dt>
- <dd><p>It should avoid useless features that almost no one needs.
- </p></dd>
- </dl>
- </div>
- <div class="chapter-level-extent" id="See-Also">
- <h2 class="chapter"><span>2 See Also<a class="copiable-link" href="#See-Also"> ¶</a></span></h2>
- <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>,
- <a class="url" href="ffmpeg-utils.html">ffmpeg-utils</a>
- </p>
- </div>
- <div class="chapter-level-extent" id="Authors">
- <h2 class="chapter"><span>3 Authors<a class="copiable-link" href="#Authors"> ¶</a></span></h2>
- <p>The FFmpeg developers.
- </p>
- <p>For details about the authorship, see the Git history of the project
- (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command
- <code class="command">git log</code> in the FFmpeg source directory, or browsing the
- online repository at <a class="url" href="https://git.ffmpeg.org/ffmpeg">https://git.ffmpeg.org/ffmpeg</a>.
- </p>
- <p>Maintainers for the specific components are listed in the file
- <samp class="file">MAINTAINERS</samp> in the source code tree.
- </p>
- </div>
- </div>
- <p style="font-size: small;">
- This document was generated using <a class="uref" href="https://www.gnu.org/software/texinfo/"><em class="emph">makeinfo</em></a>.
- </p>
- </div>
- </body>
- </html>
|