| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED | Måns Rullgård | 2010-03-18 | 1 | -11/+9 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -0/+2 |
* | sparc: fix a few pages of cast warnings | Måns Rullgård | 2010-03-10 | 2 | -76/+34 |
* | sparc: fix dsputil prototypes | Måns Rullgård | 2010-03-10 | 3 | -4/+31 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -5/+5 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -5/+5 |
* | Remove file name from file headers. | Diego Biurrun | 2009-02-09 | 2 | -2/+0 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | Remove useless inline qualifier, fixes linking with gcc 4.3. | Alexis Ballier | 2008-12-09 | 1 | -1/+1 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -3/+3 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 2 | -35/+35 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 2 | -2/+2 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -25/+25 |
* | Misc spelling fixes, prefer American over British English. | Diego Biurrun | 2007-12-02 | 1 | -1/+1 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Hopefully fix sparc compilation again, add incorrectly removed variable decla... | Reimar Döffinger | 2007-10-02 | 1 | -0/+1 |
* | Remove uses of SIGILL for CPU extension detection, that method is not acceptable | Reimar Döffinger | 2007-10-02 | 1 | -45/+0 |
* | Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to | Diego Biurrun | 2007-09-17 | 1 | -4/+0 |
* | add simple_idct implemented in Sparc VIS | Denes Balatoni | 2007-08-30 | 2 | -0/+539 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | Switch to the LGPL as agreed to by the author according to the | Diego Biurrun | 2006-10-11 | 2 | -19/+18 |
* | Fix GPL/LGPL license version mismatch. | Diego Biurrun | 2006-10-09 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 2 | -6/+5 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 2 | -2/+2 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 2 | -2763/+2763 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -10/+10 |
* | whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterl... | James A. Morrison | 2004-11-21 | 1 | -7/+7 |
* | * patch from James Morrison (getting rid of broken code) | Roman Shaposhnik | 2004-07-23 | 1 | -16/+0 |
* | License change and cpu detection patch by (James Morrison <ja2morri at csclub... | James Morrison | 2004-04-24 | 1 | -46/+104 |
* | VIS optimized motion compensation code. by (David S. Miller <davem at redhat ... | Michael Niedermayer | 2004-04-23 | 2 | -0/+4377 |