summaryrefslogtreecommitdiff
path: root/libavutil/integer.c
Commit message (Collapse)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | 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-01
| | | | | | | 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-28
| | | | Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-05
| | | | Originally committed as revision 12755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-10
| | | | | | non-void function' warnings in test code. Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* main() --> main(void)Diego Biurrun2007-11-23
| | | | Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk