.. |
arm
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
avr32
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
bfin
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
mips
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
ppc
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
sh4
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
tomi
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
x86
|
2c3589bfda
consolidate .gitignore patters into a single file
|
14 лет назад |
Makefile
|
0328b9ea39
Add av_file_map() and av_file_unmap() functions.
|
14 лет назад |
adler32.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
adler32.h
|
8201261996
adler32: add API documentation
|
14 лет назад |
aes.c
|
c184bb44db
aes: fix array index out of bounds warning
|
14 лет назад |
aes.h
|
12633044b1
aes: improve av_aes_crypt() documentation
|
14 лет назад |
attributes.h
|
086e997e34
Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size.
|
14 лет назад |
avassert.h
|
0795b86174
avassert: add missing #include <stdlib.h>
|
14 лет назад |
avstring.c
|
372e288408
Move av_get_token() from libavfilter to libavutil.
|
14 лет назад |
avstring.h
|
372e288408
Move av_get_token() from libavfilter to libavutil.
|
14 лет назад |
avutil.h
|
0328b9ea39
Add av_file_map() and av_file_unmap() functions.
|
14 лет назад |
base64.c
|
784824a68c
Use AV_BASE64_SIZE() macro
|
14 лет назад |
base64.h
|
ffd31cfef3
base64: improve documentation
|
14 лет назад |
bswap.h
|
1fc81e73dd
Make bswap.h safe to install as public API
|
14 лет назад |
colorspace.h
|
2b4abbd6f5
Move colorspace.h from libavcodec to libavutil.
|
14 лет назад |
common.h
|
bc6f0af289
Add av_popcount() to libavutil/common.h and bump minor version
|
14 лет назад |
cpu.c
|
ec5f57192a
cpu-test: include stdio.h only for test prog
|
14 лет назад |
cpu.h
|
9275438a19
Clean up av_get_cpu_flag()
|
14 лет назад |
crc.c
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
crc.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
crc_data.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
des.c
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
des.h
|
bc17cc01ed
Add support for 3DES to DES module
|
16 лет назад |
error.c
|
0bc55f5d32
Add AVERROR_*_NOT_FOUND codes.
|
14 лет назад |
error.h
|
0bc55f5d32
Add AVERROR_*_NOT_FOUND codes.
|
14 лет назад |
eval.c
|
d2af7205a1
Use hierarchic names convention (prefix them with av_expr) for the
|
14 лет назад |
eval.h
|
d2af7205a1
Use hierarchic names convention (prefix them with av_expr) for the
|
14 лет назад |
fifo.c
|
fc323a5480
Clarify non constness of src in av_fifo_generic_write()
|
15 лет назад |
fifo.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
file.c
|
73f6d31e6c
Win32 support for av_file_map()
|
14 лет назад |
file.h
|
0328b9ea39
Add av_file_map() and av_file_unmap() functions.
|
14 лет назад |
integer.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
integer.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
internal.h
|
086e997e34
Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size.
|
14 лет назад |
intfloat_readwrite.c
|
324e7ee260
Use INFINITY and NAN macros instead of 1/0 and 0/0
|
14 лет назад |
intfloat_readwrite.h
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
intmath.h
|
a955b59658
Remove macro duplication between common.h and intmath.h
|
14 лет назад |
intreadwrite.h
|
8681669272
Make intreadwrite.h installation-safe
|
14 лет назад |
inverse.c
|
3fc548df28
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
|
14 лет назад |
lfg.c
|
f4d80ecb22
lfg: add missing includes
|
14 лет назад |
lfg.h
|
e51f04968e
Restore array sizes in doxygen parameter names.
|
14 лет назад |
libavutil.v
|
a482e61bd6
Add symbol versioning for shared libraries
|
15 лет назад |
libm.h
|
07876e25c8
Workaround for missing llrintf()
|
15 лет назад |
lls.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
lls.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
log.c
|
dfaa9f3cb3
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
|
14 лет назад |
log.h
|
1c1c80f0a3
2nd try to fix av_log() repeated detection
|
14 лет назад |
lzo.c
|
985fdd534f
Give liblzo benchmark conditionals more descriptive names and add convenience
|
16 лет назад |
lzo.h
|
679f5c2542
Documentation for LZO error return value flags
|
16 лет назад |
mathematics.c
|
b7cdddcd1f
Silence "comparison of unsigned expression >= 0 is always true" warning.
|
14 лет назад |
mathematics.h
|
448524777a
Add the M_PHI constant, contains an approximation of the golden ratio
|
14 лет назад |
md5.c
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
md5.h
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
mem.c
|
b47541c7a3
Change the argument of memory allocation functions from unsigned int to size_t
|
14 лет назад |
mem.h
|
0328b9ea39
Add av_file_map() and av_file_unmap() functions.
|
14 лет назад |
opt.c
|
d2af7205a1
Use hierarchic names convention (prefix them with av_expr) for the
|
14 лет назад |
opt.h
|
c85eef4ed8
Move av_set_options_string() from libavfilter to libavutil.
|
14 лет назад |
pca.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
pca.h
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
pixdesc.c
|
bb4afa13dd
Deprecate avcodec_pix_fmt_string() in favor of
|
14 лет назад |
pixdesc.h
|
bb4afa13dd
Deprecate avcodec_pix_fmt_string() in favor of
|
14 лет назад |
pixfmt.h
|
98aea87b1a
Deprecate PIX_FMT_YUVJ*
|
14 лет назад |
random_seed.c
|
6a522c49c2
Fix infinite loop with clock() returning (clock_t)-1.
|
14 лет назад |
random_seed.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
rational.c
|
59a3bf0e51
Add selftest code for av_cmp_q().
|
14 лет назад |
rational.h
|
3a1429ec3c
Update av_cmp_q() documentation after r25338.
|
14 лет назад |
rc4.c
|
fe4032b66a
Remove more functions disabled by major version bump.
|
16 лет назад |
rc4.h
|
1a534c7f1e
Add and use a public API for RC4 and DES, analogous to the AES API.
|
16 лет назад |
sha.c
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
sha.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
sha1.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
softfloat.c
|
7349392535
Make softfloat test program compile again: Setting the av_log_level variable
|
16 лет назад |
softfloat.h
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 лет назад |
timer.h
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
tree.c
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
15 лет назад |
tree.h
|
49bd8e4b84
Fix grammar errors in documentation
|
14 лет назад |
utils.c
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 лет назад |
x86_cpu.h
|
6f74fb03cd
Check whether compiler supports xmm registers in asm clobber list
|
14 лет назад |