]> git.sesse.net Git - ffmpeg/blob - doc/libavutil.texi
lavfi/curves: make possible to customize presets.
[ffmpeg] / doc / libavutil.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle Libavutil Documentation
4 @titlepage
5 @center @titlefont{Libavutil Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 The libavutil library is a utility library to aid portable
16 multimedia programming. It contains safe portable string functions,
17 random number generators, data structures, additional mathematics
18 functions, cryptography and multimedia related functionality (like
19 enumerations for pixel and sample formats).
20
21 @c man end DESCRIPTION
22
23 @chapter See Also
24
25 @ifhtml
26 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
27 @url{ffmpeg-utils.html,ffmpeg-utils}
28 @end ifhtml
29
30 @ifnothtml
31 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
32 ffmpeg-utils(1)
33 @end ifnothtml
34
35 @include authors.texi
36 @include opencl.texi
37
38 @ignore
39
40 @setfilename libavutil
41 @settitle multimedia-biased utility library
42
43 @end ignore
44
45 @bye