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.
 
 
 
 
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
..
arm ARM: intmath: use native-size return types for clipping functions 12 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 mips: intreadwrite: fix inline asm for gcc 4.8 13 years ago
ppc float_dsp: ppc: add a separate header for Altivec function prototypes 13 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 x86: Add convenience macros to check for CPU extensions and flags 12 years ago
Makefile Create version.h headers for libraries that lack them 13 years ago
adler32.c tests/examples: Mark some variables only used within their files as static. 13 years ago
adler32.h doxy: provide a start page and document libavutil 13 years ago
aes.c Replace Subversion revisions in comments by Git hashes. 13 years ago
aes.h doxy: provide a start page and document libavutil 13 years ago
attributes.h attributes: add av_noreturn 13 years ago
audio_fifo.c Don't include common.h from avutil.h 12 years ago
audio_fifo.h avutil: add audio fifo buffer 13 years ago
audioconvert.c Don't include common.h from avutil.h 12 years ago
audioconvert.h Add Dolby/DPLII downmix support to libavresample 13 years ago
avassert.h multiple inclusion guard cleanup 14 years ago
avstring.c Don't include common.h from avutil.h 12 years ago
avstring.h doxygen: misc consistency, spelling and wording fixes 13 years ago
avutil.h Don't include common.h from avutil.h 12 years ago
base64.c Replace FFmpeg with Libav in licence headers 14 years ago
base64.h doxy: provide a start page and document libavutil 13 years ago
blowfish.c blowfish: Make the count parameter match the documentation 13 years ago
blowfish.h Add Blowfish encryption support in libavutil 13 years ago
bswap.h bswap: make generic implementation more compiler-friendly 13 years ago
colorspace.h Replace FFmpeg with Libav in licence headers 14 years ago
common.h libavutil: add saturating addition functions 12 years ago
cpu.c avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
cpu.h x86: build: replace mmx2 by mmxext 12 years ago
crc.c Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 years ago
crc.h cosmetics: Remove extra newlines at EOF 13 years ago
crc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
des.c Use av_gettime() in various places 13 years ago
des.h des: add possibility to calculate DES-CBC-MAC with small buffer 13 years ago
dict.c Don't include common.h from avutil.h 12 years ago
dict.h dict: add av_dict_count() 12 years ago
error.c Don't include common.h from avutil.h 12 years ago
error.h Don't include common.h from avutil.h 12 years ago
eval.c Don't include common.h from avutil.h 12 years ago
eval.h Fix a bunch of common typos. 13 years ago
fifo.c fifo: add FIFO API test program, and fate test 13 years ago
fifo.h Don't include common.h from avutil.h 12 years ago
file.c Add some more missing includes after removing the implicit common.h 12 years ago
file.h Don't include common.h from avutil.h 12 years ago
float_dsp.c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
float_dsp.h float_dsp: add x86-optimized functions for vector_fmac_scalar() 13 years ago
imgutils.c Don't include common.h from avutil.h 12 years ago
imgutils.h doxy: provide a start page and document libavutil 13 years ago
internal.h x86: Split inline and external assembly #ifdefs 12 years ago
intfloat.h intfloat: Don't use designated initializers in the public headers 13 years ago
intfloat_readwrite.c cosmetics: Remove extra newlines at EOF 13 years ago
intfloat_readwrite.h lavu: replace int/float punning functions 13 years ago
intmath.h x86: remove FASTDIV inline asm 12 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 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
lfg.h doxygen: Drop array size declarations from Doxygen parameter names. 14 years ago
libavutil.v lavu: change versioning script to include all av* prefixed symbols 13 years ago
libm.h configure: Check for the math function rint 13 years ago
lls.c lls: use av_lfg instead of rand() in test program 14 years ago
lls.h Replace FFmpeg with Libav in licence headers 14 years ago
log.c Don't include common.h from avutil.h 12 years ago
log.h log.h: make AVClass a named struct 13 years ago
lzo.c libavutil: Remove broken and pointless lzo test program. 13 years ago
lzo.h doxygen: Replace '\' by '@' in Doxygen markup tags. 13 years ago
mathematics.c avutil: add av_rescale_q_rnd() to allow different rounding 13 years ago
mathematics.h mathematics: Don't use division by zero in NAN/INFINITY macros 13 years ago
md5.c md5: cosmetics 14 years ago
md5.h cosmetics: Remove extra newlines at EOF 13 years ago
mem.c mem: Don't abort on av_malloc(0) in debug mode 13 years ago
mem.h Don't include common.h from avutil.h 12 years ago
opt.c avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
opt.h opt: Add av_opt_set_bin() 13 years ago
parseutils.c Don't include common.h from avutil.h 12 years ago
parseutils.h doxygen: misc consistency, spelling and wording fixes 13 years ago
pixdesc.c pixdesc: cosmetics 12 years ago
pixdesc.h pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
pixfmt.h Revert "sws/pixfmt/pixdesc: add support for yuva444p" 13 years ago
random_seed.c random_seed: Only read /dev/*random if we have unistd.h 13 years ago
random_seed.h doxy: provide a start page and document libavutil 13 years ago
rational.c libavutil: Remove pointless rational test program. 13 years ago
rational.h rational: add av_inv_q() returning the inverse of an AVRational 12 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 Don't include common.h from avutil.h 12 years ago
samplefmt.h Don't include common.h from avutil.h 12 years ago
sha.c Move some conditionally used variables into the block where they are used. 13 years ago
sha.h doxy: provide a start page and document libavutil 13 years ago
time.c lavu: add av_usleep() function 13 years ago
time.h lavu: add av_usleep() function 13 years ago
timer.h Don't include common.h from avutil.h 12 years ago
tree.c Don't include common.h from avutil.h 12 years ago
tree.h doxy: provide a start page and document libavutil 13 years ago
utils.c lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
version.h Don't include common.h from avutil.h 12 years ago
xtea.c xtea: Make the count parameter match the documentation 13 years ago
xtea.h doxygen: Fix function parameter names to match the code 12 years ago