| Commit message (Expand) | Author | Age | Files | Lines |
* | xtea: fix decryption with --enable-small | Giorgio Vazzana | 2012-09-30 | 1 | -2/+2 |
* | xtea: move iv decrypt handling code into xtea_crypt_ecb() | Michael Niedermayer | 2012-09-30 | 1 | -17/+9 |
* | xtea-test: test inplace decryption | Michael Niedermayer | 2012-09-30 | 1 | -1/+15 |
* | xtea: fix CBC mode when src=dst | Giorgio Vazzana | 2012-09-30 | 1 | -1/+8 |
* | xtea-test: factorize test code | Michael Niedermayer | 2012-09-30 | 1 | -10/+9 |
* | xtea: optimize core, about 4-5% faster. | Michael Niedermayer | 2012-09-11 | 1 | -1/+83 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 1 | -7/+10 |
|\ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -4/+4 |
|/ |
|
* | Add XTEA encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 1 | -0/+165 |