]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mlp.c
Use git_bits_left() instead of size_in_bits - get_bits_count().
[frescor/ffmpeg.git] / libavcodec / mlp.c
2009-10-16 ramiromlp: Use smaller CRC tables if CONFIG_SMALL.
2009-06-15 heydownsFix unaligned accesses by doing bytewise access until...
2009-01-30 diegoAdd missing void keyword to parameterless function...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-03 ramiromlp: initialize all CRC tables in a common function.
2008-08-14 ramiromlp: split simple inline function that xors 4 bytes...
2008-08-13 ramiromlp: Split common code from parser and decoder to be...