Libavutil 文档编制


1 描述

The libavutil library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat.

此库的目标是:

Modular

它应该拥有很少的依赖性,和禁用单个部分的可能性,当 ./configure .

Small

源和对象两者应该很小。

Efficient

它应该拥有低 CPU 和内存使用率。

Useful

它应该避免几乎没有人需要的无用特征。

2 另请参阅

ffmpeg , ffplay , ffprobe , ffmpeg-utils

3 作者

FFmpeg 开发者。

For details about the authorship, see the Git history of the project (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command git log in the FFmpeg source directory, or browsing the online repository at http://source.ffmpeg.org .

Maintainers for the specific components are listed in the file ‘ MAINTAINERS ’ in the source code tree.