Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-28avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer
2014-05-04avutil/pca: Use av_malloc_array()Michael Niedermayer
2013-04-15pca: use av_calloc()Michael Niedermayer
2013-04-15pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer
2012-10-06pca: get rid of VLAMichael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun
2008-10-31Initialize variable to silence the warning:Diego Biurrun
2008-08-17Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer
2008-08-17Move context struct to c file.Michael Niedermayer
2008-08-17Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer
2008-08-17Do not mix declarations and statements (by ramiro).Michael Niedermayer
2008-08-17put testing code under #ifdef TESTMichael Niedermayer
2008-08-17Testing code uses random().Michael Niedermayer
2008-08-17fix includesMichael Niedermayer
2008-08-17Principal component analysisMichael Niedermayer