log h264_cavlc.c @ 11494:ed6cd3544622 libavcodec

age author description
Wed, 10 Mar 2010 09:55:03 +0000 michael Check level_prefix a bit (this just checks the max our bitreader can handle, libavcodec
Sun, 28 Feb 2010 23:54:24 +0000 michael Remove some unneeded fill_rectangle() for 16x16 blocks. libavcodec
Wed, 17 Feb 2010 02:14:02 +0000 michael Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec
Mon, 15 Feb 2010 22:07:02 +0000 michael Split setting neighboring MBs from fill_decode_caches() libavcodec
Sun, 24 Jan 2010 20:54:09 +0000 michael Branchless setting of MB_TYPE_8x8DCT. libavcodec
Sun, 24 Jan 2010 20:52:49 +0000 michael Remove cruft. libavcodec
Sun, 24 Jan 2010 18:42:22 +0000 michael a[b-1] -> (a-1)[b]. libavcodec