log rv34.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Fri, 02 Jul 2010 12:55:36 +0000 diego Disambiguate bitstream groups for AAC and RV30/RV40. libavcodec
Wed, 30 Jun 2010 06:50:44 +0000 benoit Fix "initialization from incompatible pointer type" warning in rv34. libavcodec
Fri, 25 Jun 2010 08:19:20 +0000 mru rv34: kill VLAs libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 09 Mar 2010 08:20:11 +0000 vitor Revert commit 22378. libavcodec
Tue, 09 Mar 2010 07:14:34 +0000 kostya Check for reference frames so RV 3/4 won't segfault trying to copy data from libavcodec
Tue, 24 Nov 2009 06:05:41 +0000 kostya Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec
Sun, 22 Nov 2009 07:48:35 +0000 kostya Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec
Sun, 30 Aug 2009 10:54:16 +0000 kostya Convert ZERO8x2 macro into inline function libavcodec
Sun, 30 Aug 2009 06:30:53 +0000 kostya Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec
Sun, 30 Aug 2009 06:16:33 +0000 kostya Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec
Wed, 01 Jul 2009 15:08:02 +0000 kostya RV3/4 intra types array causes alignment issues (at least on ARM5), thus change libavcodec
Mon, 27 Apr 2009 05:30:22 +0000 kostya Revert changing VLC initialization type for RV3/4 decoder. libavcodec
Sat, 25 Apr 2009 05:47:38 +0000 kostya Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. libavcodec
Tue, 21 Apr 2009 17:35:30 +0000 kostya 100l: VLC table array should not be const libavcodec