summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-25avutil/md5: reindent after previous commitsGiorgio Vazzana1-21/+21
2013-05-20avutil/md5: move loop inside inner functionGiorgio Vazzana1-12/+17
2013-05-20md5: optimize second round by using 4-operation form of G()Giorgio Vazzana1-1/+1
2013-05-17md5: avoid unnecessary copying.Reimar Döffinger2-8/+28
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-10-28lavu: keep context size variablesMichael Niedermayer9-21/+4
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer18-25/+99
2012-10-11avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö10-5/+78
2012-06-16md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana1-5/+5
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03md5: cosmeticsMans Rullgard1-48/+61
2011-07-03md5: use AV_WL32 to write resultMans Rullgard1-1/+2
2011-07-03md5: include correct headersMans Rullgard1-1/+1
2011-07-03md5: fix test programMans Rullgard1-8/+16
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård28-28/+32
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård28-44/+39
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2009-01-11Add necessary, remove unnecessary #includes.Diego Biurrun2-2/+3
2008-09-15Fix generated md5, it was wrong for some input lengths.Michael Niedermayer1-1/+1
2008-01-30fixing warningMichael Niedermayer1-1/+1
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun5-4/+10
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-07-05Group all copyright and author notices together.Diego Biurrun38-178/+161
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos11-39/+39
2007-03-14160 bytes smaller object file, ask gcc devels whyMichael Niedermayer1-5/+6
2007-03-14explain where the T table comes fromMichael Niedermayer1-1/+1
2007-03-13cosmetic (order context variables like in sha1)Michael Niedermayer1-1/+1
2007-03-13#undef printf under #ifdef TEST (needed for testing)Michael Niedermayer1-0/+1
2007-03-13borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer1-14/+6
2007-03-13get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer1-10/+10
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme27-84/+84
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-05Add proper LGPL header.Diego Biurrun1-1/+14
2006-07-05spelling typoDiego Biurrun2-2/+2
2006-07-03fix endianess build in a better wayLuca Barbato1-7/+4
2006-07-03big endian fixLuca Barbato1-0/+4
2006-07-021l: put that int i backMåns Rullgård1-0/+1
2006-07-02kill warningsMåns Rullgård2-6/+6
2006-07-02cast pointers to make compiler happyIvo van Poorten1-4/+3
2006-07-01md5 supportMichael Niedermayer2-0/+183