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
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-06Add proper LGPL header.Diego Biurrun
2006-07-06spelling typoDiego Biurrun
2006-07-03fix endianess build in a better wayLuca Barbato
2006-07-03big endian fixLuca Barbato
2006-07-031l: put that int i backMåns Rullgård
2006-07-02kill warningsMåns Rullgård
2006-07-02cast pointers to make compiler happyIvo van Poorten
2006-07-01md5 supportMichael Niedermayer