summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-0/+1
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-1/+1
* remove useless extern keyword.Stefano Sabatini2008-04-111-7/+7
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-092-8/+8
* Add a generic write function to av_fifo.Björn Axelsson2008-04-092-2/+28
* non-recursive makefilesMåns Rullgård2008-04-071-5/+4
* simplifyMichael Niedermayer2008-04-051-3/+3
* Merge declaratio and initialization.Michael Niedermayer2008-04-031-2/+1
* Merge declaration and initialization.Michael Niedermayer2008-04-031-3/+1
* 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