Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop pointless directory name prefixes from #includes in the current dir | Diego Biurrun | 2013-09-10 | 1 | -2/+1 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | blowfish: Add more tests | Martin Storsjö | 2012-10-03 | 1 | -1/+20 |
* | blowfish: Fix CBC decryption with dst==src | Martin Storsjö | 2012-10-03 | 1 | -5/+5 |
* | blowfish: Factorize testing into a separate function | Martin Storsjö | 2012-10-03 | 1 | -11/+21 |
* | blowfish: Make the count parameter match the documentation | Samuel Pitoiset | 2012-07-05 | 1 | -4/+2 |
* | blowfish: invert branch and loop precedence | Luca Barbato | 2012-07-05 | 1 | -7/+13 |
* | Add Blowfish encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 1 | -0/+566 |