summaryrefslogtreecommitdiff
path: root/libavutil/md5.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-8/+0
* Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'Clément Bœsch2017-05-051-0/+9
|\
| * crypto: consistently use size_t as type for length parametersDiego Biurrun2017-01-091-1/+7
| * lavu: Drop deprecated context size variablesVittorio Giovara2015-08-281-4/+0
* | avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-021-1/+9
* | lavu/md5: Add doxyJames Almer2013-06-151-0/+32
* | md5: avoid unnecessary copying.Reimar Döffinger2013-05-171-1/+1
* | lavu: keep context size variablesMichael Niedermayer2012-10-281-3/+1
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+7
|\ \ | |/
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-111-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+10
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-0/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* kill warningsMåns Rullgård2006-07-021-1/+1
* add missing declaration for av_md5_sumIvo van Poorten2006-07-021-0/+1
* md5 supportMichael Niedermayer2006-07-011-0/+13