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