summaryrefslogtreecommitdiff
path: root/libavutil/xtea.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+2
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-101/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-100/+0
* | Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'Derek Buitenhuis2015-11-221-13/+81
|\ \ | |/
| * xtea: Add functions for little endian modeMartin Storsjö2015-11-131-13/+81
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-6/+0
* | Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'Hendrik Leppkes2015-08-021-0/+12
|\ \ | |/
| * xtea: add av_xtea_alloc()James Almer2015-07-311-0/+12
| * xtea: Add Doxy @file and groupTimothy Gu2014-04-071-0/+7
* | avutil/xtea: add Doxy @file and groupTimothy Gu2013-11-031-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-111-2/+1
|\ \ | |/
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-2/+1
* | avutil/xtea: make const tables static constMichael Niedermayer2013-08-111-1/+1
* | xtea: fix unused variable warning for config_smallMichael Niedermayer2012-12-291-0/+2
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | xtea: give constants the correct typeMichael Niedermayer2012-10-081-4/+4
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-041-15/+27
|\ \ | |/
| * xtea: Test inplace decryptionMichael Niedermayer2012-10-031-1/+15
| * xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-031-10/+9
| * xtea: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
* | xtea: fix decryption with --enable-smallGiorgio Vazzana2012-09-301-2/+2
* | xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer2012-09-301-17/+9
* | xtea-test: test inplace decryptionMichael Niedermayer2012-09-301-1/+15
* | xtea: fix CBC mode when src=dstGiorgio Vazzana2012-09-301-1/+8
* | xtea-test: factorize test codeMichael Niedermayer2012-09-301-10/+9
* | xtea: optimize core, about 4-5% faster.Michael Niedermayer2012-09-111-1/+83
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-7/+10
|\ \ | |/
| * xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-051-4/+2
| * xtea: invert branch and loop precedenceLuca Barbato2012-07-051-7/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-4/+4
|/
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-041-0/+165