]> git.sesse.net Git - ffmpeg/history - libavutil/des.c
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
[ffmpeg] / libavutil / des.c
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-06-20 Mans RullgardUse av_gettime() in various places
2011-09-21 David Goldwichdes: add possibility to calculate DES-CBC-MAC with...
2011-07-16 Mans Rullgarddes: fix #if conditional around P_shuffle
2011-07-04 Mans Rullgarddes: allow unaligned input and output buffers
2011-07-03 Diego BiurrunMove some conditionally used code below the appropriate...
2011-07-03 Mans Rullgarddes: reduce number of iterations in test program
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-08 Reimar DöffingerRemove/replace code disabled by major version bump.
2009-02-03 Reimar Döffinger100l, don't run tests twice, this was some forgotten...
2009-02-03 Reimar DöffingerFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 Reimar DöffingerUpdate DES test code to use the new public API.
2009-02-03 Reimar DöffingerAdd support for 3DES to DES module
2009-02-03 Reimar DöffingerAdd and use a public API for RC4 and DES, analogous...
2009-01-21 Diego BiurrunAvoid unused variable warning when compiling DES test...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-04-18 Diego BiurrunFix des-test compilation.
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2007-10-19 Reimar DöffingerAdd support for DES en- and decryption.