You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
..
arm ARM: allow building in Thumb2 mode 14 years ago
avr32 Replace FFmpeg with Libav in licence headers 14 years ago
bfin Replace FFmpeg with Libav in licence headers 14 years ago
mips Replace FFmpeg with Libav in licence headers 14 years ago
ppc configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
sh4 Replace FFmpeg with Libav in licence headers 14 years ago
tomi Replace FFmpeg with Libav in licence headers 14 years ago
x86 bswap: use native types for av_bwap16(). 14 years ago
Makefile build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
adler32.c Replace many includes of libavutil/common.h with what is actually needed 15 years ago
adler32.h Replace FFmpeg with Libav in licence headers 14 years ago
aes.c Replace FFmpeg with Libav in licence headers 14 years ago
aes.h Replace FFmpeg with Libav in licence headers 14 years ago
attributes.h Add av_printf_format, for marking printf style format strings and their parameters 14 years ago
audioconvert.c Drop unnecessary directory prefixes from #include directives. 14 years ago
audioconvert.h Replace FFmpeg with Libav in licence headers 14 years ago
avassert.h multiple inclusion guard cleanup 14 years ago
avstring.c Replace FFmpeg with Libav in licence headers 14 years ago
avstring.h Use av_printf_format to check the usage of printf style functions 14 years ago
avutil.h Add av_printf_format, for marking printf style format strings and their parameters 14 years ago
base64.c Replace FFmpeg with Libav in licence headers 14 years ago
base64.h Replace FFmpeg with Libav in licence headers 14 years ago
bswap.h bswap.h: Remove disabled code. 14 years ago
colorspace.h Replace FFmpeg with Libav in licence headers 14 years ago
common.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
cpu.c Add a CPU flag for the Atom processor. 14 years ago
cpu.h multiple inclusion guard cleanup 14 years ago
crc.c Replace FFmpeg with Libav in licence headers 14 years ago
crc.h Replace FFmpeg with Libav in licence headers 14 years ago
crc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
des.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
des.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
dict.c dict: add AV_DICT_APPEND flag. 14 years ago
dict.h dict: add AV_DICT_APPEND flag. 14 years ago
error.c error: sort, pack, and align error code and string definitions 14 years ago
error.h error: sort, pack, and align error code and string definitions 14 years ago
eval.c Drop unnecessary directory prefixes from #include directives. 14 years ago
eval.h lavu: remove FF_API_OLD_EVAL_NAMES cruft 14 years ago
fifo.c Replace FFmpeg with Libav in licence headers 14 years ago
fifo.h Replace FFmpeg with Libav in licence headers 14 years ago
file.c Fix error check in av_file_map() 14 years ago
file.h Replace FFmpeg with Libav in licence headers 14 years ago
imgutils.c Drop unnecessary directory prefixes from #include directives. 14 years ago
imgutils.h Drop unnecessary directory prefixes from #include directives. 14 years ago
integer.c Replace FFmpeg with Libav in licence headers 14 years ago
integer.h Replace FFmpeg with Libav in licence headers 14 years ago
internal.h Move metadata API from lavf to lavu. 14 years ago
intfloat_readwrite.c Replace FFmpeg with Libav in licence headers 14 years ago
intfloat_readwrite.h Replace FFmpeg with Libav in licence headers 14 years ago
intmath.h Replace FFmpeg with Libav in licence headers 14 years ago
intreadwrite.h intreadwrite.h: fix AV_RL32/AV_RB32 signedness. 14 years ago
inverse.c inverse.c: Replace unnecessary intmath.h header by necessary stdint.h. 14 years ago
lfg.c Replace FFmpeg with Libav in licence headers 14 years ago
lfg.h Replace FFmpeg with Libav in licence headers 14 years ago
libavutil.v Add symbol versioning for shared libraries 15 years ago
libm.h Provide a fallback version of the libm function trunc 14 years ago
lls.c Replace FFmpeg with Libav in licence headers 14 years ago
lls.h Replace FFmpeg with Libav in licence headers 14 years ago
log.c log: Fix an oob array read. 14 years ago
log.h Use av_printf_format to check the usage of printf style functions 14 years ago
lzo.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
lzo.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
mathematics.c Replace FFmpeg with Libav in licence headers 14 years ago
mathematics.h Replace FFmpeg with Libav in licence headers 14 years ago
md5.c Replace FFmpeg with Libav in licence headers 14 years ago
md5.h Replace FFmpeg with Libav in licence headers 14 years ago
mem.c Increase alignment of av_malloc() as needed by AVX ASM. 14 years ago
mem.h lavu: remove misc disabled cruft 14 years ago
opt.c AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
opt.h AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
parseutils.c Drop unnecessary directory prefixes from #include directives. 14 years ago
parseutils.h Drop unnecessary directory prefixes from #include directives. 14 years ago
pca.c Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
pca.h Replace FFmpeg with Libav in licence headers 14 years ago
pixdesc.c libavutil/swscale: YUV444P10/YUV444P9 support. 14 years ago
pixdesc.h lavu: add av_get_pix_fmt_name() convenience function 14 years ago
pixfmt.h libavutil/swscale: YUV444P10/YUV444P9 support. 14 years ago
random_seed.c lavu: remove disabled ff_random_get_seed cruft. 14 years ago
random_seed.h Replace FFmpeg with Libav in licence headers 14 years ago
rational.c Replace FFmpeg with Libav in licence headers 14 years ago
rational.h Replace FFmpeg with Libav in licence headers 14 years ago
rc4.c Replace FFmpeg with Libav in licence headers 14 years ago
rc4.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
samplefmt.c samplefmt: add av_get_bytes_per_sample() 14 years ago
samplefmt.h samplefmt: add av_get_bytes_per_sample() 14 years ago
sha.c lavu: remove disabled sha1 cruft. 14 years ago
sha.h Replace FFmpeg with Libav in licence headers 14 years ago
timer.h Replace FFmpeg with Libav in licence headers 14 years ago
tree.c Replace FFmpeg with Libav in licence headers 14 years ago
tree.h Replace FFmpeg with Libav in licence headers 14 years ago
utils.c lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
x86_cpu.h Replace FFmpeg with Libav in licence headers 14 years ago