aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mlp.c
AgeCommit message (Expand)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-10-16mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger
2009-06-15Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-03mlp: initialize all CRC tables in a common function.Laurent Aimar
2008-08-14mlp: split simple inline function that xors 4 bytes into one.Ramiro Polla
2008-08-13mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla