| Commit message (Expand) | Author | Age | Files | Lines |
* | xtea: fix unused variable warning for config_small | Michael Niedermayer | 2012-12-29 | 1 | -0/+2 |
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -2/+0 |
|\ |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | | xtea: give constants the correct type | Michael Niedermayer | 2012-10-08 | 1 | -4/+4 |
* | | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a' | Michael Niedermayer | 2012-10-04 | 1 | -15/+27 |
|\| |
|
| * | 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: 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 |