summaryrefslogtreecommitdiff
path: root/libavutil/xtea.c
Commit message (Expand)AuthorAge
* xtea: fix unused variable warning for config_smallMichael Niedermayer2012-12-29
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | xtea: give constants the correct typeMichael Niedermayer2012-10-08
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-04
|\|
| * xtea: Test inplace decryptionMichael Niedermayer2012-10-03
| * xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-03
| * xtea: Factorize testing into a separate functionMartin Storsjö2012-10-03
* | xtea: fix decryption with --enable-smallGiorgio Vazzana2012-09-30
* | xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer2012-09-30
* | xtea-test: test inplace decryptionMichael Niedermayer2012-09-30
* | xtea: fix CBC mode when src=dstGiorgio Vazzana2012-09-30
* | xtea-test: factorize test codeMichael Niedermayer2012-09-30
* | xtea: optimize core, about 4-5% faster.Michael Niedermayer2012-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-05
|\|
| * xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
| * xtea: invert branch and loop precedenceLuca Barbato2012-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|/
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04