summaryrefslogtreecommitdiff
path: root/libavutil/pca.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-83/+0
|\
| * Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-291-245/+0
* | avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-03-301-0/+8
* | avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer2014-09-281-1/+1
* | avutil/pca: Use av_malloc_array()Michael Niedermayer2014-05-041-1/+1
* | pca: use av_calloc()Michael Niedermayer2013-04-151-2/+2
* | pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer2013-04-151-1/+1
* | pca: get rid of VLAMichael Niedermayer2012-10-061-1/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+1
|\ \ | |/
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-6/+6
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-5/+8
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-3/+3
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-051-1/+1
* Initialize variable to silence the warning:Diego Biurrun2008-10-311-1/+2
* 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