summaryrefslogtreecommitdiff
path: root/libavutil/rc4.h
Commit message (Expand)AuthorAge
* rc4: extend av_rc4_init() doxyJames Almer2015-07-31
* rc4: add av_rc4_alloc()James Almer2015-07-31
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-14
* Add multiple inclusion guards.Diego Biurrun2007-10-14
* Add standard license header.Diego Biurrun2007-10-14
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13