summaryrefslogtreecommitdiff
path: root/libavutil/rc4.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/rc4: Add doxy for missing argumentsMarvin Scholz2022-10-171-0/+3
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-5/+0
* Merge commit 'b469832de993dabbfe037bef59c68e90e82ebca5'Hendrik Leppkes2015-08-021-0/+1
|\
| * rc4: extend av_rc4_init() doxyJames Almer2015-07-311-0/+1
* | Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'Hendrik Leppkes2015-08-021-2/+22
|\ \ | |/
| * rc4: add av_rc4_alloc()James Almer2015-07-311-2/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-9/+9
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-9/+9
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-1/+23
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-131-1/+1
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-241-0/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-141-1/+1
* Add multiple inclusion guards.Diego Biurrun2007-10-141-0/+5
* Add standard license header.Diego Biurrun2007-10-141-0/+20
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-131-0/+1