summaryrefslogtreecommitdiff
path: root/libavutil/adler32.c
Commit message (Collapse)AuthorAge
* 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
* 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
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-03
| | | | Originally committed as revision 6155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler, smaller and fasterMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-13
| | | | Originally committed as revision 5732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-13
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk