summaryrefslogtreecommitdiff
path: root/libavutil/pca.h
Commit message (Collapse)AuthorAgeFilesLines
* avutil/pca: Make argument of ff_pca_add() constMichael Niedermayer2014-09-281-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-2/+2
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-171-6/+7
| | | | | | version. Originally committed as revision 14818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-171-0/+5
| | | | | | forgotten in case they ever become neccessary. Originally committed as revision 14810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move context struct to c file.Michael Niedermayer2008-08-171-8/+0
| | | | Originally committed as revision 14809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-171-0/+6
| | | | Originally committed as revision 14808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Principal component analysisMichael Niedermayer2008-08-171-0/+31
(will be cleaned up in next commits) Originally committed as revision 14802 to svn://svn.ffmpeg.org/ffmpeg/trunk