summaryrefslogtreecommitdiff
path: root/libavutil/des.h
Commit message (Expand)AuthorAge
* des: Add missing includeVittorio Giovara2015-08-31
* des: extend av_des_init() doxyJames Almer2015-07-31
* des: add av_des_alloc()James Almer2015-07-31
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-21
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-19
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-26
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* Document ff_des_encdecReimar Döffinger2007-10-20
* cosmetics: Add #endif comment.Diego Biurrun2007-10-19
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19