aboutsummaryrefslogtreecommitdiff
path: root/libavutil
AgeCommit message (Expand)Author
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger
2008-02-27simplify lzo-test ruleMåns Rullgård
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-26This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross
2008-02-25Fix MSVC identification, patch by Eddie Pang.Eddie Pang
2008-02-25Make code C conformant.Michael Niedermayer
2008-02-25cosmetics: prettyprintDiego Biurrun
2008-02-2010l: Correctly use preprocessor conditionals.Eddie Pang
2008-02-19Clean up lib* version definitionsMåns Rullgård
2008-02-15prettyprinting cosmeticsDiego Biurrun
2008-02-14Avoid void*-arithmetic.avcoder
2008-02-13Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun
2008-02-13Mark MSVC compiler macros as such.Diego Biurrun
2008-02-13Disentangle nested preprocessor directives.Diego Biurrun
2008-02-09Allow compilation with icc 10.1.Carl Eugen Hoyos
2008-02-03Missing const found by -Wwrite-strings.Michael Niedermayer
2008-02-01LZO decoder input is constReimar Döffinger
2008-02-01Do not cast const away.Michael Niedermayer
2008-02-01Merge declaration and initialization.Michael Niedermayer
2008-02-01Dont cast const away.Michael Niedermayer
2008-01-31Fix the following using void* casts, proper casts are less readable andMichael Niedermayer
2008-01-30fixing warningMichael Niedermayer
2008-01-28Remove integer.h inclusion.Benoit Fouet
2008-01-27Move common test program infrastructure to common.mak.Diego Biurrun
2008-01-27Move some lines in preparation for an upcoming commit.Diego Biurrun
2008-01-27Add Makefile rules for test programs.Diego Biurrun
2008-01-27Do not install integer.h, it is not part of the public API.Diego Biurrun
2008-01-27Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger
2008-01-23Comment to explain how the add/remove core works.Michael Niedermayer
2008-01-21Faster ff_sqrt()Michael Niedermayer
2008-01-17Disallow puts(), av_log() should be used instead.Diego Biurrun
2008-01-16Print removing of nodes in the test code.Michael Niedermayer
2008-01-16simplifyMichael Niedermayer
2008-01-14Add a couple of missing consts.Sigbjørn Skjæret
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2008-01-08Allow compilation of test programs when TEST is defined.Diego Biurrun
2008-01-08Remove unused variable j.Diego Biurrun
2008-01-08Remove unused variable variance.Diego Biurrun
2008-01-08Fix test program compilation, random() needs to be undefined.Diego Biurrun
2008-01-07Fix access to the last element of the table.Aurelien Jacobs
2008-01-04install crc.h which is now part of public APIAurelien Jacobs
2008-01-04improve CRC APIAurelien Jacobs
2008-01-04indentMichael Niedermayer
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
2008-01-04Document O() time.Michael Niedermayer
2008-01-04Document node removial API.Michael Niedermayer
2008-01-04Fix selftest.Michael Niedermayer
2008-01-04Support removing elements.Michael Niedermayer
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer