1doc::libavutil(3) doc::libavutil(3)
2
3
4
6 libavutil - multimedia-biased utility library
7
9 The libavutil library is a utility library to aid portable multimedia
10 programming. It contains safe portable string functions, random number
11 generators, data structures, additional mathematics functions,
12 cryptography and multimedia related functionality (like enumerations
13 for pixel and sample formats). It is not a library for code needed by
14 both libavcodec and libavformat.
15
16 The goals for this library is to be:
17
18 Modular
19 It should have few interdependencies and the possibility of
20 disabling individual parts during ./configure.
21
22 Small
23 Both sources and objects should be small.
24
25 Efficient
26 It should have low CPU and memory usage.
27
28 Useful
29 It should avoid useless features that almost no one needs.
30
32 ffmpeg(1), ffplay(1), ffprobe(1), ffmpeg-utils(1)
33
35 The FFmpeg developers.
36
37 For details about the authorship, see the Git history of the project
38 (https://git.ffmpeg.org/ffmpeg), e.g. by typing the command git log in
39 the FFmpeg source directory, or browsing the online repository at
40 <https://git.ffmpeg.org/ffmpeg>.
41
42 Maintainers for the specific components are listed in the file
43 MAINTAINERS in the source code tree.
44
45
46
47 doc::libavutil(3)