summaryrefslogtreecommitdiff
path: root/libavutil/pca.c
Commit message (Collapse)AuthorAge
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
| | | | | | version. Originally committed as revision 14818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move context struct to c file.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
| | | | | | one (more robust ABI wise). Originally committed as revision 14807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Testing code uses random().Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix includesMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Principal component analysisMichael Niedermayer2008-08-17
(will be cleaned up in next commits) Originally committed as revision 14802 to svn://svn.ffmpeg.org/ffmpeg/trunk