Stefano Sabatini 68006ed062 Drop AVERROR_NOFMT at the next libavutil major bump. 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 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 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 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
tomi 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
x86 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Makefile 60c144f700 Move error code definitions from libavcodec/avcodec.h to 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 2791730dbf Move gcc attribute macros to new header libavutil/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 60c144f700 Move error code definitions from libavcodec/avcodec.h to 15 years ago
base64.c 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
base64.h bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 15 years ago
bswap.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
common.h b90b1b4c3c Fix build on configurations without fast av_log2() 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.h 68006ed062 Drop AVERROR_NOFMT at the next libavutil major bump. 15 years ago
fifo.c fc323a5480 Clarify non constness of src in av_fifo_generic_write() 15 years ago
fifo.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
integer.c bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
integer.h bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
internal.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
intfloat_readwrite.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 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 297bfb2fe6 libm.h needs attributes.h 15 years ago
lls.c 3d7b15e450 Remove disabled code cruft. 15 years ago
lls.h 987903826b Globally rename the header inclusion guard names. 16 years ago
log.c e244f54e78 Make av_log_level static at next lavu major version bump. 15 years ago
log.h 68485d2728 Remove useless definition of struct AVCLASS. 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 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
mathematics.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 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 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 15 years ago
mem.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
pca.c 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
pca.h bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
pixdesc.c 2b7cf1678e Add initial support for 12-bit color mode. 15 years ago
pixdesc.h f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
pixfmt.h 2b7cf1678e Add initial support for 12-bit color mode. 15 years ago
random_seed.c 5de91783bf indent 15 years ago
random_seed.h 323a8230fb Fix typo: 'conjuction' -> 'conjunction'. 16 years ago
rational.c bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
rational.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 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 60c703ac4b ARM: START/STOP_TIMER support for ARMv7 16 years ago
tree.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
tree.h 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 15 years ago
utils.c 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
x86_cpu.h 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago