]> git.sesse.net Git - ffmpeg/history - libavutil/xtea.c
bfin: Make vp3 functions static
[ffmpeg] / libavutil / xtea.c
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