log crc.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
Fri, 02 Jul 2010 11:49:17 +0000 diego Fix parameter name and position in av_crc_init Doxygen documentation. libavutil
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavutil
Tue, 09 Mar 2010 17:39:19 +0000 mru Replace many includes of libavutil/common.h with what is actually needed libavutil
Fri, 12 Jun 2009 02:13:12 +0000 heydowns Fix cast of byte buffer to uint32 that was disregarding alignment libavutil
Wed, 28 Jan 2009 23:16:49 +0000 diego spelling/grammar/consistency review part III 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
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavutil
Fri, 01 Feb 2008 01:33:16 +0000 michael Dont cast const away. 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
Mon, 07 Jan 2008 13:19:38 +0000 aurel Fix access to the last element of the table. libavutil
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavutil
Fri, 23 Nov 2007 00:52:56 +0000 diego main() --> main(void) libavutil
Mon, 20 Aug 2007 16:54:47 +0000 reimar Additional documentation for CRC functions libavutil
Sun, 19 Aug 2007 12:36:15 +0000 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavutil
Wed, 14 Mar 2007 01:59:53 +0000 michael kill 3 more av_mallocz_static() libavutil
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavutil
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavutil
Sat, 08 Jul 2006 20:23:19 +0000 michael put the code which is specific for the large crc table under #ifndef CONFIG_SMALL libavutil
Mon, 06 Mar 2006 14:13:01 +0000 michael generic crc calculation code libavutil