| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecation | James Almer | 2015-10-16 | 1 | -5/+0 |
* | Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c' | Hendrik Leppkes | 2015-09-07 | 1 | -0/+1 |
|\ |
|
| * | des: Add missing include | Vittorio Giovara | 2015-08-31 | 1 | -0/+1 |
* | | Merge commit '3e853ff7acc56b180950ab39e7282f1b938c8784' | Hendrik Leppkes | 2015-08-02 | 1 | -0/+1 |
|\| |
|
| * | des: extend av_des_init() doxy | James Almer | 2015-07-31 | 1 | -0/+1 |
* | | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac' | Hendrik Leppkes | 2015-08-02 | 1 | -2/+21 |
|\| |
|
| * | des: add av_des_alloc() | James Almer | 2015-07-31 | 1 | -2/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 1 | -1/+10 |
|\| |
|
| * | des: add possibility to calculate DES-CBC-MAC with small buffer | David Goldwich | 2011-09-21 | 1 | -1/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -9/+9 |
|\| |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -9/+9 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add support for 3DES to DES module | Reimar Döffinger | 2009-02-03 | 1 | -1/+1 |
* | Add and use a public API for RC4 and DES, analogous to the AES API. | Reimar Döffinger | 2009-02-03 | 1 | -9/+21 |
* | spelling/grammar/consistency review part III | Diego Biurrun | 2009-01-28 | 1 | -5/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | add missing #include "common.h" to libavutil headers | Måns Rullgård | 2008-03-19 | 1 | -0/+1 |
* | Reapply r12489: Add pure, const and malloc attributes to proper functions | Zuxy Meng | 2008-03-19 | 1 | -1/+1 |
* | revert r12489. | Benoit Fouet | 2008-03-18 | 1 | -1/+1 |
* | Pure, const and malloc attributes to libavutil. | Zuxy Meng | 2008-03-18 | 1 | -1/+1 |
* | This header just needs stdint.h, not inttypes.h, which is a superset of | Peter Ross | 2008-02-26 | 1 | -1/+1 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 1 | -0/+2 |
* | Document ff_des_encdec | Reimar Döffinger | 2007-10-20 | 1 | -0/+10 |
* | cosmetics: Add #endif comment. | Diego Biurrun | 2007-10-19 | 1 | -1/+1 |
* | Add support for DES en- and decryption. | Reimar Döffinger | 2007-10-19 | 1 | -0/+27 |