Michael Niedermayer 40c29d42cf Merge remote-tracking branch 'qatar/master' 13 years ago
..
arm 40c29d42cf Merge remote-tracking branch 'qatar/master' 13 years ago
avr32 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
bfin 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
mips d112aa5acc MIPS: use inline asm only when supported by compiler 14 years ago
ppc 72153419b5 Merge remote branch 'qatar/master' 14 years ago
sh4 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
tomi 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
x86 7b376b398a Merge remote branch 'qatar/master' 14 years ago
Makefile bea705752d Remove unused softfloat implementation. 14 years ago
adler32.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
adler32.h 8201261996 adler32: add API documentation 14 years ago
aes.c c184bb44db aes: fix array index out of bounds warning 14 years ago
aes.h 12633044b1 aes: improve av_aes_crypt() documentation 14 years ago
attributes.h 2fd41c9067 Merge remote-tracking branch 'newdev/master' 14 years ago
audioconvert.c 7ffe76e540 Merge libavcore into libavutil 14 years ago
audioconvert.h 7ffe76e540 Merge libavcore into libavutil 14 years ago
avassert.h bf8bb94322 Merge remote-tracking branch 'qatar/master' 14 years ago
avstring.c 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
avstring.h 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
avutil.h e71f26086a lavu: add av_get_pix_fmt_name() convenience function 13 years ago
base64.c 784824a68c Use AV_BASE64_SIZE() macro 14 years ago
base64.h ffd31cfef3 base64: improve documentation 14 years ago
bswap.h 1fc81e73dd Make bswap.h safe to install as public API 14 years ago
colorspace.h 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 14 years ago
common.h 58c03f6d7d Merge remote branch 'qatar/master' 14 years ago
cpu.c 4fa0e24736 Merge remote-tracking branch 'newdev/master' 14 years ago
cpu.h bf8bb94322 Merge remote-tracking branch 'qatar/master' 14 years ago
crc.c 8fc0162ac4 Add av_ prefix to bswap macros 14 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 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
des.h bc17cc01ed Add support for 3DES to DES module 16 years ago
error.c 2c10ee2358 error.c: fix compile flags 13 years ago
error.h 22180e7a5a error: remove symbols which were deprecated before the big bump 14 years ago
eval.c 3c2c52baec eval: implement not() expression 14 years ago
eval.h d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
fifo.c 1735440773 fifo: use av_freep() 14 years ago
fifo.h 49bd8e4b84 Fix grammar errors in documentation 14 years ago
file.c 314374e579 Use MAP_FAILED to check for mmap failure instead of manually 14 years ago
file.h 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago
imgutils.c c0170d0973 imgutils: introduce internal image_get_linesize() and use it 14 years ago
imgutils.h efb5fa79f5 Merge remote branch 'qatar/master' 14 years ago
integer.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
integer.h 49bd8e4b84 Fix grammar errors in documentation 14 years ago
internal.h 034fc7bf12 Merge remote-tracking branch 'qatar/master' 14 years ago
intfloat_readwrite.c 4c56b4bc01 intfloat_readwrite: include "mathematics.h" for fallback macros 14 years ago
intfloat_readwrite.h 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
intmath.h a955b59658 Remove macro duplication between common.h and intmath.h 14 years ago
intreadwrite.h 8681669272 Make intreadwrite.h installation-safe 14 years ago
inverse.c 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 14 years ago
lfg.c f4d80ecb22 lfg: add missing includes 14 years ago
lfg.h e51f04968e Restore array sizes in doxygen parameter names. 14 years ago
libavutil.v a482e61bd6 Add symbol versioning for shared libraries 15 years ago
libm.h 8772156be0 Merge remote branch 'qatar/master' 14 years ago
lls.c ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
lls.h 987903826b Globally rename the header inclusion guard names. 16 years ago
log.c 6841c8c579 Merge remote branch 'qatar/master' 14 years ago
log.h 3b6bbfa063 Check syntax even if DEBUG is not defined. 14 years ago
lzo.c 7d5082600e Handle input or output len of 0 properly in lzo decoder. 14 years ago
lzo.h 679f5c2542 Documentation for LZO error return value flags 16 years ago
mathematics.c a18eff49c0 av_compare_ts: Improve speed when calculations fit in 64bit. 14 years ago
mathematics.h 448524777a Add the M_PHI constant, contains an approximation of the golden ratio 14 years ago
md5.c 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
md5.h 987903826b Globally rename the header inclusion guard names. 16 years ago
mem.c 6b4c0be558 mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAX 14 years ago
mem.h ffb5a0d533 Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 14 years ago
opt.c 87ababd7c5 avopt: fix segfault 13 years ago
opt.h 59eb12faff Merge remote branch 'qatar/master' 14 years ago
parseutils.c 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
parseutils.h 1b98107c8d Move find_info_tag to lavu and add av_ prefix to it 14 years ago
pca.c d7e5aebae7 Merge remote branch 'qatar/master' 14 years ago
pca.h ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
pixdesc.c e71f26086a lavu: add av_get_pix_fmt_name() convenience function 13 years ago
pixdesc.h b8a43bc1b5 Merge remote-tracking branch 'qatar/master' into master 13 years ago
pixfmt.h f0eb373f9d pixfmt-Comment: Fix big/little typo 14 years ago
random_seed.c 10d2ae8cf7 Merge remote branch 'qatar/master' 14 years ago
random_seed.h 49bd8e4b84 Fix grammar errors in documentation 14 years ago
rational.c 59a3bf0e51 Add selftest code for av_cmp_q(). 14 years ago
rational.h 3a1429ec3c Update av_cmp_q() documentation after r25338. 14 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
samplefmt.c 7ffe76e540 Merge libavcore into libavutil 14 years ago
samplefmt.h 7ffe76e540 Merge libavcore into libavutil 14 years ago
sha.c 10d2ae8cf7 Merge remote branch 'qatar/master' 14 years ago
sha.h 49bd8e4b84 Fix grammar errors in documentation 14 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 ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
tree.c 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
tree.h b9004bd50c Remove a few if (p) av_freep(&p) forms 14 years ago
utils.c d7e5aebae7 Merge remote branch 'qatar/master' 14 years ago
x86_cpu.h 6f74fb03cd Check whether compiler supports xmm registers in asm clobber list 14 years ago