aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/integer.c
Commit message (Collapse)AuthorAgeFilesLines
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-221/+0
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more commentsMichael Niedermayer2004-07-151-0/+26
| | | | Originally committed as revision 3317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arbitrary precision integer supportMichael Niedermayer2004-05-041-0/+195
+ - * / % << >> log2 compare are supported and dont fear, no bloated lib, just 130 lines of c code Originally committed as revision 3105 to svn://svn.ffmpeg.org/ffmpeg/trunk