]> git.sesse.net Git - ffmpeg/history - libavcodec/mlp.c
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / mlp.c
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2009-10-16 Reimar Döffingermlp: Use smaller CRC tables if CONFIG_SMALL.
2009-06-15 Ramiro PollaFix unaligned accesses by doing bytewise access until...
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-03 Laurent Aimarmlp: initialize all CRC tables in a common function.
2008-08-14 Ramiro Pollamlp: split simple inline function that xors 4 bytes...
2008-08-13 Ramiro Pollamlp: Split common code from parser and decoder to be...