summaryrefslogtreecommitdiff
path: root/libavutil/des.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/des: Add doxy for missing argumentsMarvin Scholz2022-10-171-2/+6
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-5/+0
* Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'Hendrik Leppkes2015-09-071-0/+1
|\
| * des: Add missing includeVittorio Giovara2015-08-311-0/+1
* | Merge commit '3e853ff7acc56b180950ab39e7282f1b938c8784'Hendrik Leppkes2015-08-021-0/+1
|\ \ | |/
| * des: extend av_des_init() doxyJames Almer2015-07-311-0/+1
* | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-021-2/+21
|\ \ | |/
| * des: add av_des_alloc()James Almer2015-07-311-2/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-1/+10
|\ \ | |/
| * des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-211-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-9/+9
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-9/+9
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add support for 3DES to DES moduleReimar Döffinger2009-02-031-1/+1
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-9/+21
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-281-5/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-191-0/+1
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-1/+1
* revert r12489.Benoit Fouet2008-03-181-1/+1
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-1/+1
* This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross2008-02-261-1/+1
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-241-0/+2
* Document ff_des_encdecReimar Döffinger2007-10-201-0/+10
* cosmetics: Add #endif comment.Diego Biurrun2007-10-191-1/+1
* Add support for DES en- and decryption.Reimar Döffinger2007-10-191-0/+27