aboutsummaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.c
AgeCommit message (Expand)Author
2013-02-06asf: K&R formatting cosmeticsDiego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-08-24asfcrypt: fix unaligned accesses with armccMåns Rullgård
2010-08-23asfcrypt: fix unaligned read in ff_asfcrypt_dec()Måns Rullgård
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-10-20Add support for decrypting asf filesReimar Döffinger