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