]> git.sesse.net Git - ffmpeg/history - libavutil/pca.c
AVR32: optimisations for intreadwrite.h
[ffmpeg] / libavutil / pca.c
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
2008-10-31 Diego BiurrunInitialize variable to silence the warning:
2008-08-17 Michael NiedermayerCopy and paste LGPL from tree.h, the previous one refer...
2008-08-17 Michael NiedermayerMove context struct to c file.
2008-08-17 Michael NiedermayerMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 Michael NiedermayerDo not mix declarations and statements (by ramiro).
2008-08-17 Michael Niedermayerput testing code under #ifdef TEST
2008-08-17 Michael NiedermayerTesting code uses random().
2008-08-17 Michael Niedermayerfix includes
2008-08-17 Michael NiedermayerPrincipal component analysis