Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-29xtea: fix unused variable warning for config_smallMichael Niedermayer
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-08xtea: give constants the correct typeMichael Niedermayer
2012-10-04Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer
2012-10-03xtea: Test inplace decryptionMichael Niedermayer
2012-10-03xtea: Fix CBC decryption when src==dstMichael Niedermayer
2012-10-03xtea: Factorize testing into a separate functionMartin Storsjö
2012-09-30xtea: fix decryption with --enable-smallGiorgio Vazzana
2012-09-30xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer
2012-09-30xtea-test: test inplace decryptionMichael Niedermayer
2012-09-30xtea: fix CBC mode when src=dstGiorgio Vazzana
2012-09-30xtea-test: factorize test codeMichael Niedermayer
2012-09-11xtea: optimize core, about 4-5% faster.Michael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05xtea: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05xtea: invert branch and loop precedenceLuca Barbato
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset