summaryrefslogtreecommitdiff
path: root/libavutil/md5.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/md5: Avoid av_unused variableAndreas Rheinhardt2021-10-021-2/+1
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-12/+3
* Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'Clément Bœsch2017-05-051-0/+8
|\
| * crypto: consistently use size_t as type for length parametersDiego Biurrun2017-01-091-0/+8
* | avutil/md5: stop discarding the const qualifier for the src pointerJames Almer2017-03-031-6/+7
* | avutil/md5: fix misaligned readsJames Almer2017-03-031-10/+5
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-37/+0
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-36/+0
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-211-21/+36
|\ \ | |/
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-21/+36
| * lavu: Drop deprecated context size variablesVittorio Giovara2015-08-281-4/+0
* | avutil/md5: workaround clang 3.5 #20849Michael Niedermayer2014-09-051-1/+2
* | avutil/md5: reindent after previous commitsGiorgio Vazzana2013-05-251-21/+21
* | avutil/md5: move loop inside inner functionGiorgio Vazzana2013-05-201-12/+17
* | md5: optimize second round by using 4-operation form of G()Giorgio Vazzana2013-05-201-1/+1
* | md5: avoid unnecessary copying.Reimar Döffinger2013-05-171-7/+27
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-1/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* | lavu: keep context size variablesMichael Niedermayer2012-10-281-2/+0
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-0/+8
|\ \ | |/
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-111-0/+8
* | md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana2012-06-161-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-57/+79
|\ \ | |/
| * md5: cosmeticsMans Rullgard2011-07-031-48/+61
| * md5: use AV_WL32 to write resultMans Rullgard2011-07-031-1/+2
| * md5: include correct headersMans Rullgard2011-07-031-1/+1
| * md5: fix test programMans Rullgard2011-07-031-8/+16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-3/+3
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-0/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-8/+8
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Add necessary, remove unnecessary #includes.Diego Biurrun2009-01-111-1/+1
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-151-1/+1
* fixing warningMichael Niedermayer2008-01-301-1/+1
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-1/+3
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-11/+11
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-141-5/+6
* explain where the T table comes fromMichael Niedermayer2007-03-141-1/+1
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-131-1/+1
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-131-0/+1
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-131-14/+6
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-131-10/+10
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-5/+5