]> git.sesse.net Git - ffmpeg/history - libavutil/xtea.c
xtea: add av_xtea_alloc()
[ffmpeg] / libavutil / xtea.c
2015-07-31 James Almerxtea: add av_xtea_alloc()
2014-04-06 Timothy Guxtea: Add Doxy @file and group
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-03 Michael Niedermayerxtea: Test inplace decryption
2012-10-03 Michael Niedermayerxtea: Fix CBC decryption when src==dst
2012-10-03 Martin Storsjöxtea: Factorize testing into a separate function
2012-07-05 Samuel Pitoisetxtea: Make the count parameter match the documentation
2012-07-05 Luca Barbatoxtea: invert branch and loop precedence
2012-07-04 Samuel PitoisetAdd XTEA encryption support in libavutil