Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-02avutil/md5: Avoid av_unused variableAndreas Rheinhardt
2021-04-27avutil: Switch crypto APIs to size_tAndreas Rheinhardt
2017-05-05Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'Clément Bœsch
2017-03-03avutil/md5: stop discarding the const qualifier for the src pointerJames Almer
2017-03-03avutil/md5: fix misaligned readsJames Almer
2017-01-09crypto: consistently use size_t as type for length parametersDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2014-09-05avutil/md5: workaround clang 3.5 #20849Michael Niedermayer
2013-05-25avutil/md5: reindent after previous commitsGiorgio Vazzana
2013-05-21avutil/md5: move loop inside inner functionGiorgio Vazzana
2013-05-20md5: optimize second round by using 4-operation form of G()Giorgio Vazzana
2013-05-17md5: avoid unnecessary copying.Reimar Döffinger
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-28lavu: keep context size variablesMichael Niedermayer
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-06-16md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03md5: cosmeticsMans Rullgard
2011-07-03md5: use AV_WL32 to write resultMans Rullgard
2011-07-03md5: include correct headersMans Rullgard
2011-07-03md5: fix test programMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Add necessary, remove unnecessary #includes.Diego Biurrun
2008-09-16Fix generated md5, it was wrong for some input lengths.Michael Niedermayer
2008-01-30fixing warningMichael Niedermayer
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-03-14160 bytes smaller object file, ask gcc devels whyMichael Niedermayer
2007-03-14explain where the T table comes fromMichael Niedermayer
2007-03-13cosmetic (order context variables like in sha1)Michael Niedermayer
2007-03-13#undef printf under #ifdef TEST (needed for testing)Michael Niedermayer
2007-03-13borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer
2007-03-13get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme