summaryrefslogtreecommitdiff
path: root/libavutil/blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+3
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-170/+0
|\
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-170/+0
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-9/+0
* | Merge commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9'Hendrik Leppkes2015-08-021-0/+15
|\ \ | |/
| * blowfish: add av_blowfish_alloc()James Almer2015-07-311-0/+15
* | 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
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer2012-10-041-17/+46
|\ \ | |/
| * blowfish: Add more testsMartin Storsjö2012-10-031-1/+20
| * blowfish: Fix CBC decryption with dst==srcMartin Storsjö2012-10-031-5/+5
| * blowfish: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
* | Blowfish: restructure/simplify code a bit.Michael Niedermayer2012-07-061-26/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-7/+11
|\ \ | |/
| * blowfish: Make the count parameter match the documentationSamuel Pitoiset2012-07-051-4/+2
| * blowfish: invert branch and loop precedenceLuca Barbato2012-07-051-7/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-4/+4
|/
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-041-0/+566