]> git.sesse.net Git - ffmpeg/history - libavutil/des.c
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
[ffmpeg] / libavutil / des.c
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.