]> git.sesse.net Git - casparcg/blob - dependencies64/ffmpeg/doc/libavutil.html
4eb38645b75979d77a645b983f35f3eab64d62cb
[casparcg] / dependencies64 / ffmpeg / doc / libavutil.html
1 <!DOCTYPE html>
2 <html>
3 <!-- Created on June 19, 2014 by texi2html 1.82 -->
4 <!--
5 texi2html was written by: 
6             Lionel Cons <Lionel.Cons@cern.ch> (original author)
7             Karl Berry  <karl@freefriends.org>
8             Olaf Bachmann <obachman@mathematik.uni-kl.de>
9             and many others.
10 Maintained by: Many creative people.
11 Send bugs and suggestions to <texi2html-bug@nongnu.org>
12
13 -->
14 <head>
15 <title>FFmpeg documentation : Libavutil </title>
16
17 <meta name="description" content="Libavutil Documentation: ">
18 <meta name="keywords" content="FFmpeg documentation : Libavutil ">
19 <meta name="Generator" content="texi2html 1.82">
20 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
21 <link rel="stylesheet" type="text/css" href="default.css" />
22
23 <link rel="icon" href="favicon.png" type="image/png" />
24 </head>
25 <body>
26 <div id="container">
27 <div id="body">
28
29 <a name="SEC_Top"></a>
30 <h1 class="settitle">Libavutil Documentation</h1>
31
32 <a name="SEC_Contents"></a>
33 <h1>Table of Contents</h1>
34 <div class="contents">
35
36 <ul class="toc">
37   <li><a name="toc-Description" href="#Description">1. Description</a></li>
38   <li><a name="toc-See-Also" href="#See-Also">2. See Also</a></li>
39   <li><a name="toc-Authors" href="#Authors">3. Authors</a></li>
40 </ul>
41 </div>
42
43 <a name="Description"></a>
44 <h1 class="chapter"><a href="libavutil.html#toc-Description">1. Description</a></h1>
45
46 <p>The libavutil library is a utility library to aid portable
47 multimedia programming. It contains safe portable string functions,
48 random number generators, data structures, additional mathematics
49 functions, cryptography and multimedia related functionality (like
50 enumerations for pixel and sample formats). It is not a library for
51 code needed by both libavcodec and libavformat.
52 </p>
53 <p>The goals for this library is to be:
54 </p>
55 <dl compact="compact">
56 <dt> <strong>Modular</strong></dt>
57 <dd><p>It should have few interdependencies and the possibility of disabling individual
58 parts during <code>./configure</code>.
59 </p>
60 </dd>
61 <dt> <strong>Small</strong></dt>
62 <dd><p>Both sources and objects should be small.
63 </p>
64 </dd>
65 <dt> <strong>Efficient</strong></dt>
66 <dd><p>It should have low CPU and memory usage.
67 </p>
68 </dd>
69 <dt> <strong>Useful</strong></dt>
70 <dd><p>It should avoid useless features that almost no one needs.
71 </p></dd>
72 </dl>
73
74
75 <a name="See-Also"></a>
76 <h1 class="chapter"><a href="libavutil.html#toc-See-Also">2. See Also</a></h1>
77
78 <p><a href="ffmpeg.html">ffmpeg</a>, <a href="ffplay.html">ffplay</a>, <a href="ffprobe.html">ffprobe</a>, <a href="ffserver.html">ffserver</a>,
79 <a href="ffmpeg-utils.html">ffmpeg-utils</a>
80 </p>
81
82 <a name="Authors"></a>
83 <h1 class="chapter"><a href="libavutil.html#toc-Authors">3. Authors</a></h1>
84
85 <p>The FFmpeg developers.
86 </p>
87 <p>For details about the authorship, see the Git history of the project
88 (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
89 <code>git log</code> in the FFmpeg source directory, or browsing the
90 online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>.
91 </p>
92 <p>Maintainers for the specific components are listed in the file
93 &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree.
94 </p>
95
96 <footer class="footer pagination-right">
97 <span class="label label-info">This document was generated by <em>Kyle Schwarz</em> on <em>June 19, 2014</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.</span></footer></div></div></body>