]> git.sesse.net Git - ffmpeg/history - libavutil/blowfish.c
h264: K&R formatting cosmetics
[ffmpeg] / libavutil / blowfish.c
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-03 Martin Storsjöblowfish: Add more tests
2012-10-03 Martin Storsjöblowfish: Fix CBC decryption with dst==src
2012-10-03 Martin Storsjöblowfish: Factorize testing into a separate function
2012-07-05 Samuel Pitoisetblowfish: Make the count parameter match the documentation
2012-07-05 Luca Barbatoblowfish: invert branch and loop precedence
2012-07-04 Samuel PitoisetAdd Blowfish encryption support in libavutil