summaryrefslogtreecommitdiff
path: root/libavutil/pca.c
Commit message (Expand)AuthorAge
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
| * Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-29
* | avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-03-30
* | avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer2014-09-28
* | avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-04
* | pca: use av_calloc()Michael Niedermayer2013-04-15
* | pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer2013-04-15
* | pca: get rid of VLAMichael Niedermayer2012-10-06
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-05
* Initialize variable to silence the warning:Diego Biurrun2008-10-31
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
* Move context struct to c file.Michael Niedermayer2008-08-17
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
* Testing code uses random().Michael Niedermayer2008-08-17
* fix includesMichael Niedermayer2008-08-17
* Principal component analysisMichael Niedermayer2008-08-17