index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
pca.c
Age
Commit message (
Expand
)
Author
2015-03-30
avutil/pca: Check for av_malloc* failures
Michael Niedermayer
2014-09-28
avutil/pca: Make argument of ff_pca_add() const
Michael Niedermayer
2014-05-04
avutil/pca: Use av_malloc_array()
Michael Niedermayer
2013-04-15
pca: use av_calloc()
Michael Niedermayer
2013-04-15
pca: use sizeof(variable) instead of sizeos(TYPE)
Michael Niedermayer
2012-10-06
pca: get rid of VLA
Michael Niedermayer
2011-04-27
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-26
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-05
Add missing 'void' keyword to parameterless function declarations.
Diego Biurrun
2008-10-31
Initialize variable to silence the warning:
Diego Biurrun
2008-08-17
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
Michael Niedermayer
2008-08-17
Move context struct to c file.
Michael Niedermayer
2008-08-17
Make ff_pca_init() allocate it struct instead of letting the user provide
Michael Niedermayer
2008-08-17
Do not mix declarations and statements (by ramiro).
Michael Niedermayer
2008-08-17
put testing code under #ifdef TEST
Michael Niedermayer
2008-08-17
Testing code uses random().
Michael Niedermayer
2008-08-17
fix includes
Michael Niedermayer
2008-08-17
Principal component analysis
Michael Niedermayer