Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
862abb37
Commit
862abb37
authored
18 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
spelling/wording
Originally committed as revision 7859 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
74882049
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/avutil.txt
+9
-9
9 additions, 9 deletions
doc/avutil.txt
with
9 additions
and
9 deletions
doc/avutil.txt
+
9
−
9
View file @
862abb37
AVUtil
======
libavutil is a small lightweight library of generally useful
l
functions
i
t is not a library
o
f code
which is
needed by both libavcodec and libavformat
libavutil is a small lightweight library of generally useful functions
.
I
t is not a library f
or
code needed by both libavcodec and libavformat
.
Overview:
...
...
@@ -12,26 +12,26 @@ fifo.c resizeable first in first out buffer
intfloat_readwrite.c portable reading and writing of floating point values
log.c "printf" with context and level
md5.c MD5 Message-Digest Algorithm
rational.c code to perform exact calculation with rational numbers
rational.c code to perform exact calculation
s
with rational numbers
tree.c generic AVL tree
crc.c generic CRC checksumming code
integer.c 128bit integer math
lls.c
mathematics.c greatest common divisor, integer sqrt, integer log2, ...
mem.c memory allocation routines with guranteed alignment
mem.c memory allocation routines with gu
a
ranteed alignment
softfloat.c
Headers:
bswap.h big/little/native
endian convers
at
ion code
x86_cpu.h a few useful
l
macros for unifying x86-64 and x86-32 code
bswap.h big/little/native
-
endian conversion code
x86_cpu.h a few useful macros for unifying x86-64 and x86-32 code
avutil.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:
======
* Modular (few interdependancies and the possibility of disabling individual parts during ./configure)
* Small (source and object)
* Efficient (low
cpu
and memory usage)
* Useful
l
(avoid useless features almost noone needs)
* Efficient (low
CPU
and memory usage)
* Useful (avoid useless features almost noone needs)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment