]> git.sesse.net Git - ffmpeg/blob - doc/libavutil.texi
Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'
[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 @ignore
24
25 @setfilename libavutil
26 @settitle multimedia-biased utility library
27
28 @c man begin SEEALSO
29 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-utils(1)
30 @c man end
31
32 @c man begin AUTHORS
33 See Git history (git://source.ffmpeg.org/ffmpeg)
34 @c man end
35
36 @end ignore
37
38 @bye