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
*
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