aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Add proper LGPL header.Diego Biurrun2006-07-051-1/+14
| | | | Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling typoDiego Biurrun2006-07-051-1/+1
| | | | Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endianess build in a better wayLuca Barbato2006-07-031-7/+4
| | | | Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian fixLuca Barbato2006-07-031-0/+4
| | | | Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: put that int i backMåns Rullgård2006-07-021-0/+1
| | | | Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warningsMåns Rullgård2006-07-021-5/+5
| | | | Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast pointers to make compiler happyIvo van Poorten2006-07-021-4/+3
| | | | | | remove test define Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 supportMichael Niedermayer2006-07-011-0/+170
depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine or a single loop similar to what mplayer uses Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk