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