summaryrefslogtreecommitdiff
path: root/libavutil/xtea.h
Commit message (Collapse)AuthorAge
* xtea: Add functions for little endian modeMartin Storsjö2015-11-13
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-13
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: add av_xtea_alloc()James Almer2015-07-31
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* xtea: Add Doxy @file and groupTimothy Gu2014-04-07
|
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
|
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
Signed-off-by: Martin Storsjö <martin@martin.st>