log rv34.c @ 9168:5de43b1eb9f4 libavcodec

age author description
Sun, 15 Mar 2009 08:21:42 +0000 kostya Correct MV prediction for B-frame blocks in RV4 decoder libavcodec
Fri, 13 Mar 2009 13:48:44 +0000 kostya Fix direct and skip MB motion compensation in RV4: libavcodec
Wed, 25 Feb 2009 08:36:00 +0000 kostya cosmetics: reindent after last commit libavcodec
Wed, 25 Feb 2009 08:35:37 +0000 kostya Since motion vectors for intra blocks are always zero, do not try to retrieve them. libavcodec
Sat, 14 Feb 2009 06:38:50 +0000 kostya Enable dropping frames for RV3/4 libavcodec
Fri, 13 Feb 2009 07:06:36 +0000 kostya In RV3/4 nonzero MB offset for the first slice also indicates error libavcodec
Sat, 07 Feb 2009 10:46:51 +0000 kostya Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. libavcodec
Sun, 01 Feb 2009 15:03:40 +0000 kostya Silence two pointer assignment compiler warnings in rv34.c libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 18:38:25 +0000 diego Add missing void keyword to parameterless function declarations. libavcodec
Wed, 28 Jan 2009 07:16:20 +0000 kostya Fix Doxygen comments for RV3/4 decoder. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Mon, 29 Dec 2008 10:20:03 +0000 kostya It turned out that RV30 uses motion vectors for forward motion B-frame libavcodec
Tue, 23 Dec 2008 18:27:06 +0000 kostya 352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodec
Wed, 17 Dec 2008 20:17:07 +0000 kostya add const qualifier to some pointers for input data libavcodec