David Conrad 31fdd64194 Convert NaN to 0/0 in av_d2q 15 years ago
..
arm 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
avr32 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
bfin ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
mips bdd19e29df Mark all intreadwrite functions av_always_inline 15 years ago
ppc bdd19e29df Mark all intreadwrite functions av_always_inline 15 years ago
sh4 ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
tomi 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
x86 ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Makefile 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
adler32.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
adler32.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
aes.c 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
aes.h 7b484a7a17 Add "const" to AES function arguments where possible without generating 16 years ago
attributes.h a74d707cb7 av_alias is an attribute and belongs to attributes.h 15 years ago
avstring.c ac6ef8682d Add av_stristr() function 15 years ago
avstring.h f0a912d3b8 More descriptive names for av_stristr() parameters 15 years ago
avutil.h 99778631e9 Bump libavutil minor version for the addition of av_get_random_seed 15 years ago
base64.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
base64.h bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 15 years ago
bswap.h cc6849ae50 bswap: 10L add missing parens around macro args 15 years ago
common.h 90bc36b063 Reindent after r22968. 15 years ago
crc.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
crc.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
crc_data.h 987903826b Globally rename the header inclusion guard names. 16 years ago
des.c c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
des.h bc17cc01ed Add support for 3DES to DES module 16 years ago
error.c e2959f4558 Make av_strerror() return -1 even in the case when av_strerror_r() is 15 years ago
error.h e2959f4558 Make av_strerror() return -1 even in the case when av_strerror_r() is 15 years ago
fifo.c fc323a5480 Clarify non constness of src in av_fifo_generic_write() 15 years ago
fifo.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
integer.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
integer.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
internal.h a74d707cb7 av_alias is an attribute and belongs to attributes.h 15 years ago
intfloat_readwrite.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
intfloat_readwrite.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
intmath.h b90b1b4c3c Fix build on configurations without fast av_log2() 15 years ago
intreadwrite.h 3d7b94ba5a Fix build failure with fast_unaligned and non-gcc-compatible compilers 15 years ago
lfg.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
lfg.h 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 years ago
libavutil.v a482e61bd6 Add symbol versioning for shared libraries 15 years ago
libm.h 07876e25c8 Workaround for missing llrintf() 15 years ago
lls.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
lls.h 987903826b Globally rename the header inclusion guard names. 16 years ago
log.c 4880cfd952 Print parent log context too, if available. 15 years ago
log.h 2c1bb26535 Make it possible for a log context to keep track of its parent context. 15 years ago
lzo.c 985fdd534f Give liblzo benchmark conditionals more descriptive names and add convenience 16 years ago
lzo.h 679f5c2542 Documentation for LZO error return value flags 16 years ago
mathematics.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
mathematics.h b9f60bd8fd Add M_SQRT2 to the constants in mathematics.h. 15 years ago
md5.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
md5.h 987903826b Globally rename the header inclusion guard names. 16 years ago
mem.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
mem.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
pca.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
pca.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
pixdesc.c 4744f896e5 Add PIX_FMT_Y400A, 8bit gray, 8bit alpha 15 years ago
pixdesc.h f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
pixfmt.h c75b3d2e8f Clarify description for the MONOWHITE and MONOBLACK pixel formats. 15 years ago
random_seed.c 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
random_seed.h 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
rational.c 31fdd64194 Convert NaN to 0/0 in av_d2q 15 years ago
rational.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
rc4.c fe4032b66a Remove more functions disabled by major version bump. 16 years ago
rc4.h 1a534c7f1e Add and use a public API for RC4 and DES, analogous to the AES API. 16 years ago
sha.c 32f40ace25 sha: add missing include 15 years ago
sha.h aa5a99ae0c Add SHA-2 hashing 15 years ago
sha1.h 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 15 years ago
softfloat.c 7349392535 Make softfloat test program compile again: Setting the av_log_level variable 16 years ago
softfloat.h 89c9ff504b spelling/grammar/consistency review part I 16 years ago
timer.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
tree.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
tree.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
utils.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
x86_cpu.h 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago