MAN page from openSUSE Leap 15 ffmpeg-4-libavutil-devel-4.0.2-lp150.1.2.x86_64.rpm
doc::libavutil
Section: (3)
Updated:
Index NAME
libavutil - multimedia-biased utility library
DESCRIPTION
The libavutil library is a utility library to aid portablemultimedia programming. It contains safe portable string functions,random number generators, data structures, additional mathematicsfunctions, cryptography and multimedia related functionality (likeenumerations for pixel and sample formats). It is not a library forcode needed by both libavcodec and libavformat.
The goals for this library is to be:
- Modular
- It should have few interdependencies and the possibility of disabling individualparts during ./configure.
- Small
- Both sources and objects should be small.
- Efficient
- It should have low CPU and memory usage.
- Useful
- It should avoid useless features that almost no one needs.
SEE ALSO
ffmpeg(1),
ffplay(1),
ffprobe(1),
ffmpeg-utils(1)
AUTHORS
The FFmpeg developers.
For details about the authorship, see the Git history of the project(git://source.ffmpeg.org/ffmpeg), e.g. by typing the commandgit log in the FFmpeg source directory, or browsing theonline repository at <http://source.ffmpeg.org>.
Maintainers for the specific components are listed in the fileMAINTAINERS in the source code tree.
Index
- NAME
- DESCRIPTION
- SEE ALSO
- AUTHORS
This document was created byman2html,using the manual pages.