Anton Khirnov 85afbb1d00 AVOptions: don't segfault on NULL parameter in av_set_options_string() 13 years ago
..
arm 8986fddc2b ARM: allow building in Thumb2 mode 13 years ago
avr32 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
bfin 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
mips 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
ppc 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
sh4 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
tomi 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
x86 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
Makefile 1717ba0cdd fifo: add FIFO API test program, and fate test 13 years ago
adler32.c bd55da1c08 adler32: whitespace cosmetics 13 years ago
adler32.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
aes.c d04d9f24a0 aes: allow unaligned input and output buffers 13 years ago
aes.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
attributes.h 67e9ae14d9 Add av_printf_format, for marking printf style format strings and their parameters 13 years ago
audioconvert.c 6cfed11270 audioconvert: add explanatory comments to channel_names array 13 years ago
audioconvert.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
avassert.h 153382e1b6 multiple inclusion guard cleanup 14 years ago
avstring.c 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
avstring.h 9abbe8cc13 Use av_printf_format to check the usage of printf style functions 13 years ago
avutil.h 492bd1a28f AVOptions: bump minor and add APIchanges entry. 13 years ago
base64.c 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
base64.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
bswap.h e610098e7b bswap.h: Remove disabled code. 14 years ago
colorspace.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
common.h adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 13 years ago
cpu.c 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
cpu.h 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
crc.c 8b19ae0761 crc: fix signed overflow 13 years ago
crc.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
crc_data.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
des.c b3e144a7df des: add possibility to calculate DES-CBC-MAC with small buffer 13 years ago
des.h b3e144a7df des: add possibility to calculate DES-CBC-MAC with small buffer 13 years ago
dict.c 1b9b37b8a4 dict: add AV_DICT_APPEND flag. 13 years ago
dict.h 8c28e01d31 dict: extend documentation. 13 years ago
error.c 8d67218bd7 error: sort, pack, and align error code and string definitions 14 years ago
error.h 8d67218bd7 error: sort, pack, and align error code and string definitions 14 years ago
eval.c 775af761a0 eval: test isnan(sqrt(-1)) instead of just sqrt(-1) 13 years ago
eval.h 516fb5e40c lavu: remove FF_API_OLD_EVAL_NAMES cruft 14 years ago
fifo.c 1717ba0cdd fifo: add FIFO API test program, and fate test 13 years ago
fifo.h fa19c5c20e doxygen: drop another pointless star from pointer variable name 13 years ago
file.c abc78a5a7c Do not include log.h in avutil.h 13 years ago
file.h 134557f3a4 doxygen: fix usage of @file directive in libavutil/{dict,file}.h 13 years ago
imgutils.c abc78a5a7c Do not include log.h in avutil.h 13 years ago
imgutils.h ff993cd7fc doxygen: Drop array size declarations from Doxygen parameter names. 13 years ago
internal.h d9f80ea2a7 Move metadata API from lavf to lavu. 13 years ago
intfloat_readwrite.c 88d1e2b2b0 intfloat_readwrite: fix signed addition overflows 13 years ago
intfloat_readwrite.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
intmath.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
intreadwrite.h c98b928fa7 intreadwrite.h: fix AV_RL32/AV_RB32 signedness. 13 years ago
inverse.c e01bb264e7 inverse.c: Replace unnecessary intmath.h header by necessary stdint.h. 13 years ago
lfg.c 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
lfg.h ff993cd7fc doxygen: Drop array size declarations from Doxygen parameter names. 13 years ago
libavutil.v a482e61bd6 Add symbol versioning for shared libraries 15 years ago
libm.h 23d3931a6a Provide a fallback version of the libm function trunc 14 years ago
lls.c 7ce914fb5a lls: use av_lfg instead of rand() in test program 13 years ago
lls.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
log.c 847aaec682 log: Fix an oob array read. 14 years ago
log.h 67bbf07fb5 log.h: make AVClass a named struct 13 years ago
lzo.c adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 13 years ago
lzo.h 21a19b7912 doxygen: Prefer member groups over grouping into modules 13 years ago
mathematics.c bb00b15f9e avutil: Remove unused arbitrary precision integer code. 13 years ago
mathematics.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
md5.c 82494cad9d md5: cosmetics 13 years ago
md5.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
mem.c 13dfce3d44 Increase alignment of av_malloc() as needed by AVX ASM. 14 years ago
mem.h 66f6bab7ad mem.h: switch doxygen parameter order to match function prototype 13 years ago
opt.c 85afbb1d00 AVOptions: don't segfault on NULL parameter in av_set_options_string() 13 years ago
opt.h 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
parseutils.c 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 13 years ago
parseutils.h 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 13 years ago
pixdesc.c e59d6b4d72 pix_fmt: Fix number of bits per component in yuv444p9be 13 years ago
pixdesc.h 8f653e28f5 lavu: add av_get_pix_fmt_name() convenience function 13 years ago
pixfmt.h 86c3c1abf0 pixfmt: fix YUV422/444 wrong endian comment 13 years ago
random_seed.c 172ee1da2b random_seed: use proper #includes 13 years ago
random_seed.h 192bfbc1f1 avutil: elaborate documentation for av_get_random_seed 13 years ago
rational.c 812f2376ee rational-test: Add proper main() declaration to fix gcc warnings. 13 years ago
rational.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
rc4.c 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
rc4.h adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 13 years ago
samplefmt.c a6703faa15 samplefmt: add av_get_bytes_per_sample() 13 years ago
samplefmt.h a6703faa15 samplefmt: add av_get_bytes_per_sample() 13 years ago
sha.c 3e2aa268f6 sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t* 13 years ago
sha.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
timer.h 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 13 years ago
tree.c 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
tree.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
utils.c bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
x86_cpu.h 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago