| Commit message (Expand) | Author | Age | Files | Lines |
* | Add required stdint.h header. | Diego Biurrun | 2008-05-09 | 1 | -0/+1 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -0/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | minor wording fix | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | minor spelling fix | Diego Biurrun | 2008-05-06 | 1 | -2/+2 |
* | add necessary #includes in headers | Måns Rullgård | 2008-05-03 | 1 | -0/+1 |
* | add FFMIN3 | Baptiste Coudurier | 2008-04-26 | 1 | -0/+1 |
* | Enhance documentation for AVClass | Stefano Sabatini | 2008-04-24 | 1 | -5/+19 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -0/+1 |
* | Fix des-test compilation. | Diego Biurrun | 2008-04-18 | 1 | -0/+3 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -1/+1 |
* | remove useless extern keyword. | Stefano Sabatini | 2008-04-11 | 1 | -7/+7 |
* | cosmetics (by Björn Axelsson) | Benoit Fouet | 2008-04-09 | 2 | -8/+8 |
* | Add a generic write function to av_fifo. | Björn Axelsson | 2008-04-09 | 2 | -2/+28 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -5/+4 |
* | simplify | Michael Niedermayer | 2008-04-05 | 1 | -3/+3 |
* | 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 |