log cabac.h @ 6170:8cbfc9d75833 libavcodec

age author description
Wed, 23 Jan 2008 10:19:39 +0000 diego Put some disabled functions that are only used in the test program in cabac.c libavcodec
Sun, 02 Dec 2007 21:11:43 +0000 reimar Add missing const to last argument of decode_significance_8x8_x86. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Fri, 12 Oct 2007 09:38:34 +0000 diego 10l: refill2() is not unused, it is used conditionally. libavcodec
Fri, 12 Oct 2007 08:43:23 +0000 diego Disable unused code; fixes several gcc warnings: libavcodec
Tue, 02 Oct 2007 13:14:37 +0000 diego 100l: Revert accidental commit, restore previous version. libavcodec
Tue, 02 Oct 2007 12:34:43 +0000 diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodec