.. |
arm
|
ARM: change return type of AV_RN16() to unsigned
|
14 years ago |
avr32
|
Add av_ prefix to bswap macros
|
15 years ago |
bfin
|
Add av_ prefix to bswap macros
|
15 years ago |
mips
|
Mark all intreadwrite functions av_always_inline
|
15 years ago |
ppc
|
Clean up av_get_cpu_flag()
|
14 years ago |
sh4
|
Add av_ prefix to bswap macros
|
15 years ago |
tomi
|
TOMI: 16- and 32-bit intreadwrite functions
|
15 years ago |
x86
|
Add missing #include <string.h> in x86/cpu.c
|
14 years ago |
Makefile
|
Rename libavutil/assert.h to avassert.h
|
14 years ago |
adler32.c
|
Replace many includes of libavutil/common.h with what is actually needed
|
15 years ago |
adler32.h
|
adler32: add API documentation
|
15 years ago |
aes.c
|
aes: fix array index out of bounds warning
|
15 years ago |
aes.h
|
aes: improve av_aes_crypt() documentation
|
15 years ago |
attributes.h
|
av_alias is an attribute and belongs to attributes.h
|
15 years ago |
avassert.h
|
avassert: add missing #include <stdlib.h>
|
14 years ago |
avstring.c
|
Move av_get_token() from libavfilter to libavutil.
|
14 years ago |
avstring.h
|
Move av_get_token() from libavfilter to libavutil.
|
14 years ago |
avutil.h
|
av_assert() system.
|
14 years ago |
base64.c
|
Use AV_BASE64_SIZE() macro
|
15 years ago |
base64.h
|
base64: improve documentation
|
15 years ago |
bswap.h
|
Make bswap.h safe to install as public API
|
15 years ago |
colorspace.h
|
Move colorspace.h from libavcodec to libavutil.
|
15 years ago |
common.h
|
Add av_popcount() to libavutil/common.h and bump minor version
|
14 years ago |
cpu.c
|
Cache detected CPU flags
|
14 years ago |
cpu.h
|
Clean up av_get_cpu_flag()
|
14 years ago |
crc.c
|
Add av_ prefix to bswap macros
|
15 years ago |
crc.h
|
Replace many includes of libavutil/common.h with what is actually needed
|
15 years ago |
crc_data.h
|
Globally rename the header inclusion guard names.
|
16 years ago |
des.c
|
Add av_ prefix to bswap macros
|
15 years ago |
des.h
|
Add support for 3DES to DES module
|
16 years ago |
error.c
|
Make av_strerror() return -1 even in the case when av_strerror_r() is
|
15 years ago |
error.h
|
Improve av_strerror() documentation
|
15 years ago |
eval.c
|
Add more tests to eval, help detecting some of the more apparent
|
15 years ago |
eval.h
|
Fix grammar errors in documentation
|
15 years ago |
fifo.c
|
Clarify non constness of src in av_fifo_generic_write()
|
15 years ago |
fifo.h
|
Fix grammar errors in documentation
|
15 years ago |
integer.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
integer.h
|
Fix grammar errors in documentation
|
15 years ago |
internal.h
|
Use attribute force_align_arg_pointer only on x86_32.
|
15 years ago |
intfloat_readwrite.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
intfloat_readwrite.h
|
Replace many includes of libavutil/common.h with what is actually needed
|
15 years ago |
intmath.h
|
Remove macro duplication between common.h and intmath.h
|
15 years ago |
intreadwrite.h
|
Make intreadwrite.h installation-safe
|
15 years ago |
inverse.c
|
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
|
15 years ago |
lfg.c
|
lfg: add missing includes
|
15 years ago |
lfg.h
|
Restore array sizes in doxygen parameter names.
|
15 years ago |
libavutil.v
|
Add symbol versioning for shared libraries
|
15 years ago |
libm.h
|
Workaround for missing llrintf()
|
15 years ago |
lls.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
lls.h
|
Globally rename the header inclusion guard names.
|
16 years ago |
log.c
|
indent
|
14 years ago |
log.h
|
2nd try to fix av_log() repeated detection
|
14 years ago |
lzo.c
|
Give liblzo benchmark conditionals more descriptive names and add convenience
|
16 years ago |
lzo.h
|
Documentation for LZO error return value flags
|
16 years ago |
mathematics.c
|
Silence "comparison of unsigned expression >= 0 is always true" warning.
|
15 years ago |
mathematics.h
|
Add the M_PHI constant, contains an approximation of the golden ratio
|
15 years ago |
md5.c
|
Add av_ prefix to bswap macros
|
15 years ago |
md5.h
|
Globally rename the header inclusion guard names.
|
16 years ago |
mem.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
mem.h
|
Fix grammar errors in documentation
|
15 years ago |
opt.c
|
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
|
14 years ago |
opt.h
|
Move av_set_options_string() from libavfilter to libavutil.
|
14 years ago |
pca.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
pca.h
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
pixdesc.c
|
Apply minor simplification in av_read_image_line().
|
14 years ago |
pixdesc.h
|
Reindent after r24101.
|
15 years ago |
pixfmt.h
|
Deprecate PIX_FMT_YUVJ*
|
15 years ago |
random_seed.c
|
Fix infinite loop with clock() returning (clock_t)-1.
|
15 years ago |
random_seed.h
|
Fix grammar errors in documentation
|
15 years ago |
rational.c
|
Avoid cast of double nan to int.
|
14 years ago |
rational.h
|
Fix av_cmp_q() with negative denominators.
|
14 years ago |
rc4.c
|
Remove more functions disabled by major version bump.
|
16 years ago |
rc4.h
|
Add and use a public API for RC4 and DES, analogous to the AES API.
|
16 years ago |
sha.c
|
Add av_ prefix to bswap macros
|
15 years ago |
sha.h
|
Fix grammar errors in documentation
|
15 years ago |
sha1.h
|
Fix grammar errors in documentation
|
15 years ago |
softfloat.c
|
Make softfloat test program compile again: Setting the av_log_level variable
|
16 years ago |
softfloat.h
|
spelling/grammar/consistency review part I
|
16 years ago |
timer.h
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
tree.c
|
Replace many includes of libavutil/common.h with what is actually needed
|
15 years ago |
tree.h
|
Fix grammar errors in documentation
|
15 years ago |
utils.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
x86_cpu.h
|
typedef int x86_reg on non x86
|
16 years ago |