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
|