summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-15pca: use av_calloc()Michael Niedermayer1-2/+2
2013-04-15pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer1-1/+1
2012-10-06pca: get rid of VLAMichael Niedermayer1-1/+4
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer64-421/+804
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun11-36/+10
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun9-43/+43
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun9-36/+64
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun4-4/+5
2008-10-31Initialize variable to silence the warning:Diego Biurrun1-1/+2
2008-08-17Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2-12/+14
2008-08-17Move context struct to c file.Michael Niedermayer2-8/+7
2008-08-17Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer1-11/+14
2008-08-17Do not mix declarations and statements (by ramiro).Michael Niedermayer1-2/+2
2008-08-17put testing code under #ifdef TESTMichael Niedermayer1-1/+1
2008-08-17Testing code uses random().Michael Niedermayer1-0/+1
2008-08-17fix includesMichael Niedermayer1-2/+1
2008-08-17Principal component analysisMichael Niedermayer2-0/+262