Mercurial > libavcodec.hg
log mlp.c @ 12390:21133d90ecf2 libavcodec
age | author | description |
---|---|---|
Fri, 16 Oct 2009 16:03:26 +0000 | ramiro | mlp: Use smaller CRC tables if CONFIG_SMALL. libavcodec |
Mon, 15 Jun 2009 14:38:30 +0000 | heydowns | Fix unaligned accesses by doing bytewise access until aligned, then libavcodec |
Fri, 30 Jan 2009 18:38:25 +0000 | diego | Add missing void keyword to parameterless function declarations. libavcodec |
Sun, 11 Jan 2009 22:19:48 +0000 | diego | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec |
Wed, 03 Dec 2008 01:14:06 +0000 | ramiro | mlp: initialize all CRC tables in a common function. libavcodec |
Thu, 14 Aug 2008 03:58:05 +0000 | ramiro | mlp: split simple inline function that xors 4 bytes into one. libavcodec |
Wed, 13 Aug 2008 18:47:03 +0000 | ramiro | mlp: Split common code from parser and decoder to be used by encoder. libavcodec |