]> git.sesse.net Git - ffmpeg/blob - doc/libavutil.texi
ffmpeg: rework debugging timestamp logs in process_input()
[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 @include syntax.texi
24 @include eval.texi
25
26 @ignore
27
28 @setfilename libavutil
29 @settitle multimedia-biased utility library
30
31 @c man begin SEEALSO
32 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1)
33 @c man end
34
35 @c man begin AUTHORS
36 See Git history (git://source.ffmpeg.org/ffmpeg)
37 @c man end
38
39 @end ignore
40
41 @bye