summaryrefslogtreecommitdiffstats
path: root/libavutil/integer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix grammar errors in documentationMåns Rullgård2010-06-301-6/+6
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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 IIIDiego Biurrun2009-01-281-2/+3
| | | | Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-3/+3
| | | | Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-7/+8
| | | | 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
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-191-0/+1
| | | | Originally committed as revision 12502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-9/+9
| | | | | | | in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12489.Benoit Fouet2008-03-181-9/+9
| | | | Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-9/+9
| | | | | | | | | Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-0/+5
| | | | 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-041-0/+6
| | | | 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-041-0/+4
| | | | 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-041-0/+4
| | | | 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-041-0/+5
| | | | 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-041-0/+4
| | | | 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-041-0/+5
| | | | 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-071-4/+6
| | | | | | 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-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
| | | | 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-011-0/+47
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud