summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange2008-03-221-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-0/+8
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-195-0/+5
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-191-1/+1
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-191-1/+1
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-191-3/+9
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-1913-55/+79
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-181-14/+6
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-181-21/+17
* revert r12489.Benoit Fouet2008-03-1813-78/+55
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-1813-55/+78
* check for prefix on extern symbols in configureMåns Rullgård2008-03-181-11/+3
* add REGd definitionMåns Rullgård2008-03-171-0/+2
* cosmetics: indentationDiego Biurrun2008-03-171-2/+2
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-171-4/+2
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-171-3/+2
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-131-1/+1
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-131-1/+1
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-134-0/+5
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-132-0/+2
* typo fixesDiego Biurrun2008-03-121-1/+1
* misc spelling fixesDiego Biurrun2008-03-105-7/+7
* #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
OpenPOWER on IntegriCloud