mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
spelling/wording
Originally committed as revision 7859 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74882049e1
commit
862abb373c
@ -1,7 +1,7 @@
|
|||||||
AVUtil
|
AVUtil
|
||||||
======
|
======
|
||||||
libavutil is a small lightweight library of generally usefull functions
|
libavutil is a small lightweight library of generally useful functions.
|
||||||
it is not a library of code which is needed by both libavcodec and libavformat
|
It is not a library for code needed by both libavcodec and libavformat.
|
||||||
|
|
||||||
|
|
||||||
Overview:
|
Overview:
|
||||||
@ -12,26 +12,26 @@ fifo.c resizeable first in first out buffer
|
|||||||
intfloat_readwrite.c portable reading and writing of floating point values
|
intfloat_readwrite.c portable reading and writing of floating point values
|
||||||
log.c "printf" with context and level
|
log.c "printf" with context and level
|
||||||
md5.c MD5 Message-Digest Algorithm
|
md5.c MD5 Message-Digest Algorithm
|
||||||
rational.c code to perform exact calculation with rational numbers
|
rational.c code to perform exact calculations with rational numbers
|
||||||
tree.c generic AVL tree
|
tree.c generic AVL tree
|
||||||
crc.c generic CRC checksumming code
|
crc.c generic CRC checksumming code
|
||||||
integer.c 128bit integer math
|
integer.c 128bit integer math
|
||||||
lls.c
|
lls.c
|
||||||
mathematics.c greatest common divisor, integer sqrt, integer log2, ...
|
mathematics.c greatest common divisor, integer sqrt, integer log2, ...
|
||||||
mem.c memory allocation routines with guranteed alignment
|
mem.c memory allocation routines with guaranteed alignment
|
||||||
softfloat.c
|
softfloat.c
|
||||||
|
|
||||||
Headers:
|
Headers:
|
||||||
bswap.h big/little/native endian conversation code
|
bswap.h big/little/native-endian conversion code
|
||||||
x86_cpu.h a few usefull macros for unifying x86-64 and x86-32 code
|
x86_cpu.h a few useful macros for unifying x86-64 and x86-32 code
|
||||||
avutil.h
|
avutil.h
|
||||||
common.h
|
common.h
|
||||||
intreadwrite.h reading and writing of unaligned big, little and native endian integers
|
intreadwrite.h reading and writing of unaligned big/little/native-endian integers
|
||||||
|
|
||||||
|
|
||||||
Goals:
|
Goals:
|
||||||
======
|
======
|
||||||
* Modular (few interdependancies and the possibility of disabling individual parts during ./configure)
|
* Modular (few interdependancies and the possibility of disabling individual parts during ./configure)
|
||||||
* Small (source and object)
|
* Small (source and object)
|
||||||
* Efficient (low cpu and memory usage)
|
* Efficient (low CPU and memory usage)
|
||||||
* Usefull (avoid useless features almost noone needs)
|
* Useful (avoid useless features almost noone needs)
|
||||||
|
Loading…
Reference in New Issue
Block a user