Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |