summaryrefslogtreecommitdiff
path: root/libavutil/des.h
Commit message (Collapse)AuthorAge
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
| | | | | | | stdint.h. This has the sideeffect of fixing the build on Interix. patch by Pete Ross, pross xvid org Originally committed as revision 12225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_des_encdecReimar Döffinger2007-10-20
| | | | Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
| | | | Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19
Originally committed as revision 10810 to svn://svn.ffmpeg.org/ffmpeg/trunk