From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- ffmpeg/doc/libavutil.html | 95 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 ffmpeg/doc/libavutil.html (limited to 'ffmpeg/doc/libavutil.html') diff --git a/ffmpeg/doc/libavutil.html b/ffmpeg/doc/libavutil.html new file mode 100644 index 0000000..3fa6364 --- /dev/null +++ b/ffmpeg/doc/libavutil.html @@ -0,0 +1,95 @@ + + + + + + + Libavutil Documentation + + + + + + +
+

+ Libavutil Documentation +

+
+
+ + + + +
+

Table of Contents

+ + +
+ + +

1 Description

+ +

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. +

+

The goals for this library is to be: +

+
+
Modular
+

It should have few interdependencies and the possibility of disabling individual +parts 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. +

+
+ + + +

2 See Also

+ +

ffmpeg, ffplay, ffprobe, +ffmpeg-utils +

+ + +

3 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 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. +

+ +

+ This document was generated using makeinfo. +

+
+ + -- cgit v1.2.3