Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -100/+0 |
* | xtea: Add functions for little endian mode | Martin Storsjö | 2015-11-13 | 1 | -13/+81 |
* | xtea: add av_xtea_alloc() | James Almer | 2015-07-31 | 1 | -0/+12 |
* | xtea: Add Doxy @file and group | Timothy Gu | 2014-04-07 | 1 | -0/+7 |
* | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 1 | -2/+1 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | xtea: Test inplace decryption | Michael Niedermayer | 2012-10-03 | 1 | -1/+15 |
* | xtea: Fix CBC decryption when src==dst | Michael Niedermayer | 2012-10-03 | 1 | -10/+9 |
* | xtea: Factorize testing into a separate function | Martin Storsjö | 2012-10-03 | 1 | -11/+21 |
* | xtea: Make the count parameter match the documentation | Samuel Pitoiset | 2012-07-05 | 1 | -4/+2 |
* | xtea: invert branch and loop precedence | Luca Barbato | 2012-07-05 | 1 | -7/+12 |
* | Add XTEA encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 1 | -0/+165 |