| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge declaratio and initialization. | Michael Niedermayer | 2008-04-03 | 1 | -2/+1 |
* | Merge declaration and initialization. | Michael Niedermayer | 2008-04-03 | 1 | -3/+1 |
* | Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts | Alexander Strange | 2008-03-22 | 1 | -2/+4 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -0/+8 |
* | add missing #include "common.h" to libavutil headers | Måns Rullgård | 2008-03-19 | 5 | -0/+5 |
* | Cosmetic change: remove the whitespace after 'defined' | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | 'malloc' attribute isn't supported in old gcc. | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz | Zuxy Meng | 2008-03-19 | 1 | -3/+9 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 13 | -55/+79 |
* | 32/64-bit agnostic x86 bswap | Måns Rullgård | 2008-03-18 | 1 | -14/+6 |
* | cosmetics: sanitise asm() statements in bswap.h | Måns Rullgård | 2008-03-18 | 1 | -21/+17 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 13 | -78/+55 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 13 | -55/+78 |
* | check for prefix on extern symbols in configure | Måns Rullgård | 2008-03-18 | 1 | -11/+3 |
* | add REGd definition | Måns Rullgård | 2008-03-17 | 1 | -0/+2 |
* | cosmetics: indentation | Diego Biurrun | 2008-03-17 | 1 | -2/+2 |
* | Simplify MANGLE macro preprocessor condition checks. | Diego Biurrun | 2008-03-17 | 1 | -4/+2 |
* | Fix MANGLE macro on Mac OS X. | İsmail Dönmez | 2008-03-17 | 1 | -3/+2 |
* | #include stddef.h instead of sys/types.h, the former is a standard C header. | Diego Biurrun | 2008-03-13 | 1 | -1/+1 |
* | #include stdint.h instead of inttypes.h like all libavutil headers do. | Diego Biurrun | 2008-03-13 | 1 | -1/+1 |
* | Add #include "config.h" to headers that need it. | Diego Biurrun | 2008-03-13 | 4 | -0/+5 |
* | Add missing stdint.h #include to headers that use it. | Diego Biurrun | 2008-03-13 | 2 | -0/+2 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 5 | -7/+7 |
* | #error in case we do not know how to provide alignment. | Diego Biurrun | 2008-03-08 | 1 | -1/+2 |
* | check for x86 bswap instruction | Måns Rullgård | 2008-03-08 | 1 | -1/+1 |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -2/+2 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but | Reimar Döffinger | 2008-02-28 | 1 | -1/+1 |
* | simplify lzo-test rule | Måns Rullgård | 2008-02-27 | 1 | -2/+1 |
* | less preprocessor magic in version number macros | Måns Rullgård | 2008-02-26 | 1 | -10/+14 |
* | This header just needs stdint.h, not inttypes.h, which is a superset of | Peter Ross | 2008-02-26 | 1 | -1/+1 |
* | Fix MSVC identification, patch by Eddie Pang. | Eddie Pang | 2008-02-25 | 1 | -1/+1 |
* | Make code C conformant. | Michael Niedermayer | 2008-02-25 | 1 | -1/+1 |
* | cosmetics: prettyprint | Diego Biurrun | 2008-02-25 | 1 | -9/+9 |
* | 10l: Correctly use preprocessor conditionals. | Eddie Pang | 2008-02-20 | 1 | -2/+2 |
* | Clean up lib* version definitions | Måns Rullgård | 2008-02-19 | 1 | -2/+10 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-02-15 | 3 | -78/+75 |
* | Avoid void*-arithmetic. | avcoder | 2008-02-14 | 1 | -3/+3 |
* | Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. | Diego Biurrun | 2008-02-13 | 1 | -0/+4 |
* | Mark MSVC compiler macros as such. | Diego Biurrun | 2008-02-13 | 1 | -1/+1 |
* | Disentangle nested preprocessor directives. | Diego Biurrun | 2008-02-13 | 1 | -4/+3 |
* | Allow compilation with icc 10.1. | Carl Eugen Hoyos | 2008-02-09 | 1 | -0/+4 |
* | Missing const found by -Wwrite-strings. | Michael Niedermayer | 2008-02-03 | 2 | -4/+4 |
* | LZO decoder input is const | Reimar Döffinger | 2008-02-01 | 2 | -6/+6 |
* | Do not cast const away. | Michael Niedermayer | 2008-02-01 | 1 | -37/+37 |
* | Merge declaration and initialization. | Michael Niedermayer | 2008-02-01 | 1 | -6/+2 |
* | Dont cast const away. | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Fix the following using void* casts, proper casts are less readable and | Michael Niedermayer | 2008-01-31 | 1 | -2/+2 |
* | fixing warning | Michael Niedermayer | 2008-01-30 | 1 | -1/+1 |