log md5.c @ 1028:5dbb12a37c3d libavutil tip

age author description
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavutil
Sat, 10 Jul 2010 22:09:01 +0000 mru bswap: change ME to NE in macro names libavutil
Tue, 09 Mar 2010 17:39:19 +0000 mru Replace many includes of libavutil/common.h with what is actually needed libavutil
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavutil
Wed, 28 Jan 2009 00:16:05 +0000 diego spelling/grammar/consistency review part I libavutil
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavutil
Sun, 11 Jan 2009 21:03:42 +0000 diego Add necessary, remove unnecessary #includes. libavutil
Mon, 15 Sep 2008 22:10:28 +0000 michael Fix generated md5, it was wrong for some input lengths. libavutil
Wed, 30 Jan 2008 04:50:09 +0000 michael fixing warning libavutil
Thu, 10 Jan 2008 10:35:37 +0000 diego Fix a couple of 'return type defaults to int' and 'control reaches end of libavutil
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavutil
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavutil
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavutil
Wed, 14 Mar 2007 19:47:58 +0000 michael 160 bytes smaller object file, ask gcc devels why libavutil
Wed, 14 Mar 2007 19:43:31 +0000 michael explain where the T table comes from libavutil
Tue, 13 Mar 2007 12:40:13 +0000 michael cosmetic (order context variables like in sha1) libavutil
Tue, 13 Mar 2007 12:20:04 +0000 michael #undef printf under #ifdef TEST (needed for testing) libavutil
Tue, 13 Mar 2007 12:19:20 +0000 michael borrow finalization algo from sha1 (100byte smaller) libavutil
Tue, 13 Mar 2007 11:57:26 +0000 michael get rid of b_used variable (same size with CONFIG_SMALL) libavutil
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavutil
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavutil
Wed, 05 Jul 2006 22:57:47 +0000 diego Add proper LGPL header. libavutil
Wed, 05 Jul 2006 22:56:45 +0000 diego spelling typo libavutil
Mon, 03 Jul 2006 11:11:22 +0000 lu_zero fix endianess build in a better way libavutil
Mon, 03 Jul 2006 09:16:13 +0000 lu_zero big endian fix libavutil
Sun, 02 Jul 2006 20:20:28 +0000 mru 1l: put that int i back libavutil
Sun, 02 Jul 2006 19:26:22 +0000 mru kill warnings libavutil
Sun, 02 Jul 2006 19:00:15 +0000 ivo cast pointers to make compiler happy libavutil
Sat, 01 Jul 2006 10:02:08 +0000 michael md5 support libavutil