| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecation | James Almer | 2015-10-16 | 1 | -5/+0 |
* | Merge commit 'b469832de993dabbfe037bef59c68e90e82ebca5' | Hendrik Leppkes | 2015-08-02 | 1 | -0/+1 |
|\ |
|
| * | rc4: extend av_rc4_init() doxy | James Almer | 2015-07-31 | 1 | -0/+1 |
* | | Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a' | Hendrik Leppkes | 2015-08-02 | 1 | -2/+22 |
|\| |
|
| * | rc4: add av_rc4_alloc() | James Almer | 2015-07-31 | 1 | -2/+22 |
* | | 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 and use a public API for RC4 and DES, analogous to the AES API. | Reimar Döffinger | 2009-02-03 | 1 | -1/+23 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | #include stdint.h instead of inttypes.h like all libavutil headers do. | Diego Biurrun | 2008-03-13 | 1 | -1/+1 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 1 | -0/+2 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Fix rc4 header, #ifndef -> #define | Reimar Döffinger | 2007-10-14 | 1 | -1/+1 |
* | Add multiple inclusion guards. | Diego Biurrun | 2007-10-14 | 1 | -0/+5 |
* | Add standard license header. | Diego Biurrun | 2007-10-14 | 1 | -0/+20 |
* | Add RC4 encryption/decryption function | Reimar Döffinger | 2007-10-13 | 1 | -0/+1 |