summaryrefslogtreecommitdiff
path: root/libavutil/pca.c
Commit message (Expand)AuthorAgeFilesLines
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-171-6/+7
* Move context struct to c file.Michael Niedermayer2008-08-171-0/+7
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-171-11/+14
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-171-2/+2
* put testing code under #ifdef TESTMichael Niedermayer2008-08-171-1/+1
* Testing code uses random().Michael Niedermayer2008-08-171-0/+1
* fix includesMichael Niedermayer2008-08-171-2/+1
* Principal component analysisMichael Niedermayer2008-08-171-0/+231