summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-081-1/+2
* check for x86 bswap instructionMåns Rullgård2008-03-081-1/+1
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+2
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-1/+1
* simplify lzo-test ruleMåns Rullgård2008-02-271-2/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-10/+14
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-261-1/+1
* Fix MSVC identification, patch by Eddie Pang.Eddie Pang2008-02-251-1/+1
* Make code C conformant.Michael Niedermayer2008-02-251-1/+1
* cosmetics: prettyprintDiego Biurrun2008-02-251-9/+9
* 10l: Correctly use preprocessor conditionals.Eddie Pang2008-02-201-2/+2
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+10
* prettyprinting cosmeticsDiego Biurrun2008-02-153-78/+75
* Avoid void*-arithmetic.avcoder2008-02-141-3/+3
* Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun2008-02-131-0/+4
* Mark MSVC compiler macros as such.Diego Biurrun2008-02-131-1/+1
* Disentangle nested preprocessor directives.Diego Biurrun2008-02-131-4/+3
* Allow compilation with icc 10.1.Carl Eugen Hoyos2008-02-091-0/+4
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-032-4/+4
* LZO decoder input is constReimar Döffinger2008-02-012-6/+6
* Do not cast const away.Michael Niedermayer2008-02-011-37/+37
* Merge declaration and initialization.Michael Niedermayer2008-02-011-6/+2
* Dont cast const away.Michael Niedermayer2008-02-011-1/+1
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-311-2/+2
* fixing warningMichael Niedermayer2008-01-301-1/+1
* Remove integer.h inclusion.Benoit Fouet2008-01-281-1/+0
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-271-8/+1
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-271-2/+2
* Add Makefile rules for test programs.Diego Biurrun2008-01-271-0/+15
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-271-1/+0
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-271-0/+2
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-231-0/+18
* Faster ff_sqrt()Michael Niedermayer2008-01-212-20/+28
* Disallow puts(), av_log() should be used instead.Diego Biurrun2008-01-171-0/+2
* Print removing of nodes in the test code.Michael Niedermayer2008-01-161-0/+1
* simplifyMichael Niedermayer2008-01-161-2/+1
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-141-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-105-4/+10
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-082-2/+3
* Remove unused variable j.Diego Biurrun2008-01-081-1/+1
* Remove unused variable variance.Diego Biurrun2008-01-081-1/+1
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-081-0/+2
* Fix access to the last element of the table.Aurelien Jacobs2008-01-071-1/+1
* install crc.h which is now part of public APIAurelien Jacobs2008-01-041-0/+1
* improve CRC APIAurelien Jacobs2008-01-043-34/+261
* indentMichael Niedermayer2008-01-041-29/+29
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-041-3/+3
* Document O() time.Michael Niedermayer2008-01-041-0/+2
* Document node removial API.Michael Niedermayer2008-01-041-6/+18
OpenPOWER on IntegriCloud