| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). | Diego Biurrun | 2009-04-10 | 1 | -6/+6 |
* | Replace random() usage in test programs by av_lfg_*(). | Diego Biurrun | 2009-03-20 | 1 | -5/+8 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -3/+3 |
* | Add missing 'void' keyword to parameterless function declarations. | Diego Biurrun | 2009-01-05 | 1 | -1/+1 |
* | Initialize variable to silence the warning: | Diego Biurrun | 2008-10-31 | 1 | -1/+2 |
* | Copy and paste LGPL from tree.h, the previous one referred to a non-existing | Michael Niedermayer | 2008-08-17 | 1 | -6/+7 |
* | Move context struct to c file. | Michael Niedermayer | 2008-08-17 | 1 | -0/+7 |
* | Make ff_pca_init() allocate it struct instead of letting the user provide | Michael Niedermayer | 2008-08-17 | 1 | -11/+14 |
* | Do not mix declarations and statements (by ramiro). | Michael Niedermayer | 2008-08-17 | 1 | -2/+2 |
* | put testing code under #ifdef TEST | Michael Niedermayer | 2008-08-17 | 1 | -1/+1 |
* | Testing code uses random(). | Michael Niedermayer | 2008-08-17 | 1 | -0/+1 |
* | fix includes | Michael Niedermayer | 2008-08-17 | 1 | -2/+1 |
* | Principal component analysis | Michael Niedermayer | 2008-08-17 | 1 | -0/+231 |