summaryrefslogtreecommitdiffstats
path: root/libavformat/asfcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-5/+8
| | | | Originally committed as revision 16970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-5/+6
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for decrypting asf filesReimar Döffinger2007-10-201-0/+172
Originally committed as revision 10821 to svn://svn.ffmpeg.org/ffmpeg/trunk