Måns Rullgård ac73f1a816 ARM: change argument/return type of bswap_16() to unsigned 32-bit 15 лет назад
..
arm ac73f1a816 ARM: change argument/return type of bswap_16() to unsigned 32-bit 15 лет назад
avr32 bdd19e29df Mark all intreadwrite functions av_always_inline 15 лет назад
bfin 439ccc4e0e Split libavutil/timer.h per architecture 16 лет назад
mips bdd19e29df Mark all intreadwrite functions av_always_inline 15 лет назад
ppc bdd19e29df Mark all intreadwrite functions av_always_inline 15 лет назад
sh4 bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
tomi 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 лет назад
x86 75fb5c24ed Move FASTDIV macro to intmath.h 15 лет назад
Makefile a3e02a8cad Create and install libavutil/avconfig.h 15 лет назад
adler32.c bb504ac45e Fix compilation of adler32 test program: Use av_log_set_level() 16 лет назад
adler32.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
aes.c 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 лет назад
aes.h 7b484a7a17 Add "const" to AES function arguments where possible without generating 16 лет назад
avstring.c b3e88ae84b Place { of the function where indent -kr wants it. 15 лет назад
avstring.h 22bf4592c8 Remove duplicated word in av_strlcat() doxy. 15 лет назад
avutil.h b687c1aaac Bump minor for av_compare_ts() 15 лет назад
base64.c 504ffed19f Mark non-exported functions in test and example programs as static. 16 лет назад
base64.h bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 лет назад
bswap.h e482c2e2fb AVR32: inline asm for bswap.h 15 лет назад
common.h 544f5a922f Optimise av_log2 with clz when available 15 лет назад
crc.c d468ff0fdf Fix cast of byte buffer to uint32 that was disregarding alignment 15 лет назад
crc.h 89c9ff504b spelling/grammar/consistency review part I 16 лет назад
crc_data.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
des.c c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 лет назад
des.h bc17cc01ed Add support for 3DES to DES module 16 лет назад
fifo.c 7b09db3522 Implement av_fifo_space(). 16 лет назад
fifo.h 7b09db3522 Implement av_fifo_space(). 16 лет назад
integer.c bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
integer.h bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
internal.h 7ed63ca2e7 Add casts to correct return type in macros for missing libm funcs 15 лет назад
intfloat_readwrite.c bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
intfloat_readwrite.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
intmath.h 75fb5c24ed Move FASTDIV macro to intmath.h 15 лет назад
intreadwrite.h 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 лет назад
lfg.c 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 лет назад
lfg.h 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 лет назад
libavutil.v a482e61bd6 Add symbol versioning for shared libraries 15 лет назад
lls.c 3d7b15e450 Remove disabled code cruft. 15 лет назад
lls.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
log.c e244f54e78 Make av_log_level static at next lavu major version bump. 15 лет назад
log.h 68485d2728 Remove useless definition of struct AVCLASS. 15 лет назад
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 78b0182375 av_compare_ts() 15 лет назад
mathematics.h 94a5218c10 More accurate value for log2(10) 15 лет назад
md5.c 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 лет назад
md5.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
mem.c 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 15 лет назад
mem.h 34e52abb62 DECLARE_ALIGNED macro for TMS470 compiler 15 лет назад
pca.c 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 лет назад
pca.h bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
pixdesc.c f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 лет назад
pixdesc.h f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 лет назад
pixfmt.h 92c6a099ba H264 DXVA2 implementation 15 лет назад
random_seed.c 48d58e592a add ff_random_get_seed to be used in conjunction with random functions 16 лет назад
random_seed.h 323a8230fb Fix typo: 'conjuction' -> 'conjunction'. 16 лет назад
rational.c bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
rational.h bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 лет назад
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 a768816c33 Simplify expression as suggested by Måns Rullgård 15 лет назад
sha.h aa5a99ae0c Add SHA-2 hashing 15 лет назад
sha1.h 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 15 лет назад
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 60c703ac4b ARM: START/STOP_TIMER support for ARMv7 16 лет назад
tree.c b154ed5abe Fix indention after last commit. 15 лет назад
tree.h 7a79e51cd6 Add @code/@endcode commands to markup C code in av_tree_insert() doxy. 16 лет назад
utils.c 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 лет назад
x86_cpu.h 8e3d8a82e6 typedef int x86_reg on non x86 16 лет назад