Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-21des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich
2011-07-16des: fix #if conditional around P_shuffleMans Rullgard
2011-07-04des: allow unaligned input and output buffersMans Rullgard
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-07-03des: reduce number of iterations in test programMans Rullgard
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: 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-22Avoid unused variable warning when compiling DES test program.Diego Biurrun
2009-01-14Change 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