Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avutil: use EINVAL instead of -1 for the return code of crypto related init f... | Ganesh Ajjanagadde | 2015-10-18 | 1 | -1/+1 |
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecation | James Almer | 2015-10-16 | 1 | -7/+0 |
* | Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a' | Hendrik Leppkes | 2015-08-02 | 1 | -1/+12 |
|\ | |||||
| * | rc4: add av_rc4_alloc() | James Almer | 2015-07-31 | 1 | -1/+12 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ | |||||
* | Remove more functions disabled by major version bump. | Reimar Döffinger | 2009-03-08 | 1 | -8/+0 |
* | Add and use a public API for RC4 and DES, analogous to the AES API. | Reimar Döffinger | 2009-02-03 | 1 | -7/+28 |
* | Consistently place comments in file header. | Diego Biurrun | 2007-10-14 | 1 | -2/+2 |
* | Add RC4 encryption/decryption function | Reimar Döffinger | 2007-10-13 | 1 | -0/+48 |