| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -101/+0 |
|\ |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -100/+0 |
* | | Merge commit '588b6215b4c74945994eb9636b0699028c069ed2' | Derek Buitenhuis | 2015-11-22 | 1 | -13/+81 |
|\| |
|
| * | xtea: Add functions for little endian mode | Martin Storsjö | 2015-11-13 | 1 | -13/+81 |
* | | avutil: undo FF_API_CRYPTO_CONTEXT deprecation | James Almer | 2015-10-16 | 1 | -6/+0 |
* | | Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549' | Hendrik Leppkes | 2015-08-02 | 1 | -0/+12 |
|\| |
|
| * | xtea: add av_xtea_alloc() | James Almer | 2015-07-31 | 1 | -0/+12 |
| * | xtea: Add Doxy @file and group | Timothy Gu | 2014-04-07 | 1 | -0/+7 |
* | | avutil/xtea: add Doxy @file and group | Timothy Gu | 2013-11-03 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-11 | 1 | -2/+1 |
|\| |
|
| * | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 1 | -2/+1 |
* | | avutil/xtea: make const tables static const | Michael Niedermayer | 2013-08-11 | 1 | -1/+1 |
* | | 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 |