aboutsummaryrefslogtreecommitdiff
path: root/libavutil/des.c
AgeCommit message (Expand)Author
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-08Remove/replace code disabled by major version bump.Reimar Döffinger
2009-02-03100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger
2009-02-03Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger
2009-02-03Update DES test code to use the new public API.Reimar Döffinger
2009-02-03Add support for 3DES to DES moduleReimar Döffinger
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger
2009-01-21Avoid unused variable warning when compiling DES test program.Diego Biurrun
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-04-18Fix des-test compilation.Diego Biurrun
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
2007-10-19Add support for DES en- and decryption.Reimar Döffinger