summaryrefslogtreecommitdiff
path: root/libavutil/rc4.h
Commit message (Collapse)AuthorAge
* rc4: extend av_rc4_init() doxyJames Almer2015-07-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* rc4: add av_rc4_alloc()James Almer2015-07-31
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
| | | | Originally committed as revision 16970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
| | | | Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-14
| | | | Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard license header.Diego Biurrun2007-10-14
| | | | Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-13
Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk