Stefano Sabatini 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 15 лет назад
..
arm e6956a6e48 ARM: first value loaded in AV_RN64 needs to be early-clobber 15 лет назад
avr32 d691da9508 AVR32: optimisations for intreadwrite.h 15 лет назад
bfin 439ccc4e0e Split libavutil/timer.h per architecture 16 лет назад
mips 9dc6bb7b9f MIPS: 100L: fix AV_[RW]N64 on MIPS64 15 лет назад
ppc b6ec1f47c7 PPC: fix asm operand constraints in AV_RL64 15 лет назад
sh4 bad5537e2c Use full internal pathname in doxygen @file directives. 16 лет назад
x86 439ccc4e0e Split libavutil/timer.h per architecture 16 лет назад
Makefile 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 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 4d55404fca Rename string.c to avstring.c so that the name of header and C file match. 16 лет назад
avstring.h 46f3b40eb3 Add warnings to av_strlcat and av_strlcpy doxygen that the input strings 15 лет назад
avutil.h c173693698 Add functions to return library license and library configuration. 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 15 лет назад
bswap.h e482c2e2fb AVR32: inline asm for bswap.h 15 лет назад
common.h 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 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 504ffed19f Mark non-exported functions in test and example programs as static. 16 лет назад
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 7fc58b1eeb Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, 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 лет назад
intreadwrite.h d691da9508 AVR32: optimisations for intreadwrite.h 15 лет назад
lfg.c 0e4cb6cbad Fix reference to av_random where av_lfg_get was meant. 16 лет назад
lfg.h 89c9ff504b spelling/grammar/consistency review part I 16 лет назад
lls.c 3d7b15e450 Remove disabled code cruft. 15 лет назад
lls.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
log.c b9c353fff2 Compact repeated messages to "Last message repeated x times". 16 лет назад
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 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 лет назад
mathematics.h bd41c06f18 Define INFINITIY and NAN in mathematics.h if missing 15 лет назад
md5.c 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 лет назад
md5.h 987903826b Globally rename the header inclusion guard names. 16 лет назад
mem.c a90de11dba Check return value of posix_memalign and explicitly set pointer to NULL if it 16 лет назад
mem.h 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 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 b8873c2a8f Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name 15 лет назад
pixdesc.h 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 15 лет назад
pixfmt.h 70e0c871eb Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used 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 15 лет назад
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 8b4e7c28fb Mark conditionally used variable T2 as av_unused; avoids the warning: 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 c173693698 Add functions to return library license and library configuration. 15 лет назад
x86_cpu.h 8e3d8a82e6 typedef int x86_reg on non x86 16 лет назад