| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix compilation, forgot to add const also to the | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
| * | More const-correctness fixes to avoid warnings. | Reimar Döffinger | 2010-07-24 | 1 | -10/+10 |
| * | Add some "const" to avoid incompatible pointer type warnings | Reimar Döffinger | 2010-07-24 | 1 | -7/+7 |
| * | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 2 | -6/+6 |
| * | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 1 | -3/+3 |
| * | Cosmetics: | Ramiro Polla | 2009-08-16 | 2 | -6/+9 |
| * | Indent libswscale: | Ramiro Polla | 2009-08-16 | 1 | -18/+18 |
| * | Remove disabled debug code. | Diego Biurrun | 2009-08-10 | 1 | -9/+0 |
| * | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | Ramiro Polla | 2009-06-04 | 2 | -6/+6 |
| * | Add missing const qualifiers to AltiVec function parameters where appropriate. | Diego Biurrun | 2009-05-09 | 2 | -5/+9 |
| * | Move swscale AltiVec template code to ppc subdirectory. | Diego Biurrun | 2009-03-29 | 1 | -0/+538 |
| * | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 1 | -0/+962 |