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
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-11-22Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis
2015-11-13xtea: Add functions for little endian modeMartin Storsjö
2015-10-17avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer
2015-08-02Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'Hendrik Leppkes
2015-07-31xtea: add av_xtea_alloc()James Almer
2014-04-07xtea: Add Doxy @file and groupTimothy Gu
2013-11-03avutil/xtea: add Doxy @file and groupTimothy Gu
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-08-11avutil/xtea: make const tables static constMichael Niedermayer
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