.. |
arm
|
Force inlining of avutil common routines
|
14 years ago |
avr32
|
consolidate .gitignore patters into a single file
|
14 years ago |
bfin
|
consolidate .gitignore patters into a single file
|
14 years ago |
mips
|
MIPS: use inline asm only when supported by compiler
|
14 years ago |
ppc
|
consolidate .gitignore patters into a single file
|
14 years ago |
sh4
|
consolidate .gitignore patters into a single file
|
14 years ago |
tomi
|
consolidate .gitignore patters into a single file
|
14 years ago |
x86
|
x86: use raw opcode for xgetbv instruction
|
14 years ago |
Makefile
|
Merge libavcore into libavutil
|
14 years ago |
adler32.c
|
…
|
|
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
|
Rename attribute_used to av_used and move it to attributes.h
|
14 years ago |
audioconvert.c
|
Merge libavcore into libavutil
|
14 years ago |
audioconvert.h
|
Merge libavcore into libavutil
|
14 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
|
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
|
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
|
Force inlining of avutil common routines
|
14 years ago |
cpu.c
|
x86: check for AVX support
|
14 years ago |
cpu.h
|
x86: check for AVX support
|
14 years ago |
crc.c
|
Add av_ prefix to bswap macros
|
15 years ago |
crc.h
|
…
|
|
crc_data.h
|
…
|
|
des.c
|
Add av_ prefix to bswap macros
|
15 years ago |
des.h
|
…
|
|
error.c
|
Add AVERROR_EXIT.
|
14 years ago |
error.h
|
Add AVERROR_EXIT.
|
14 years ago |
eval.c
|
Use hierarchic names convention (prefix them with av_expr) for the
|
14 years ago |
eval.h
|
Use hierarchic names convention (prefix them with av_expr) for the
|
14 years ago |
fifo.c
|
…
|
|
fifo.h
|
Fix grammar errors in documentation
|
15 years ago |
file.c
|
Win32 support for av_file_map()
|
14 years ago |
file.h
|
Add av_file_map() and av_file_unmap() functions.
|
14 years ago |
imgutils.c
|
Merge libavcore into libavutil
|
14 years ago |
imgutils.h
|
Merge libavcore into libavutil
|
14 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
|
Frame-based multithreading framework using pthreads
|
14 years ago |
intfloat_readwrite.c
|
intfloat_readwrite: include "mathematics.h" for fallback macros
|
14 years ago |
intfloat_readwrite.h
|
…
|
|
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
|
…
|
|
libm.h
|
Workaround for missing llrintf()
|
15 years ago |
lls.c
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
lls.h
|
…
|
|
log.c
|
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
|
14 years ago |
log.h
|
Replace dprintf with av_dlog
|
14 years ago |
lzo.c
|
Handle input or output len of 0 properly in lzo decoder.
|
14 years ago |
lzo.h
|
…
|
|
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
|
…
|
|
mem.c
|
Avoid pointless check before calling free
|
14 years ago |
mem.h
|
Rename attribute_used to av_used and move it to attributes.h
|
14 years ago |
opt.c
|
Use hierarchic names convention (prefix them with av_expr) for the
|
14 years ago |
opt.h
|
Move av_set_options_string() from libavfilter to libavutil.
|
14 years ago |
parseutils.c
|
Move find_info_tag to lavu and add av_ prefix to it
|
14 years ago |
parseutils.h
|
Move find_info_tag to lavu and add av_ prefix to it
|
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
|
Deprecate avcodec_pix_fmt_string() in favor of
|
14 years ago |
pixdesc.h
|
Deprecate avcodec_pix_fmt_string() in favor of
|
14 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
|
Add selftest code for av_cmp_q().
|
14 years ago |
rational.h
|
Update av_cmp_q() documentation after r25338.
|
14 years ago |
rc4.c
|
…
|
|
rc4.h
|
…
|
|
samplefmt.c
|
Merge libavcore into libavutil
|
14 years ago |
samplefmt.h
|
Merge libavcore into libavutil
|
14 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
|
…
|
|
softfloat.h
|
…
|
|
timer.h
|
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
tree.c
|
…
|
|
tree.h
|
Remove a few if (p) av_freep(&p) forms
|
14 years ago |
utils.c
|
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
|
14 years ago |
x86_cpu.h
|
Check whether compiler supports xmm registers in asm clobber list
|
14 years ago |