[FFmpeg-cvslog] r19316 - in trunk/libavcodec: rv30.c rv34.c rv34.h rv40.c

Jeff Downs heydowns
Wed Jul 1 21:54:22 CEST 2009


On Wed, 1 Jul 2009, kostya wrote:

> Author: kostya
> Date: Wed Jul  1 17:08:02 2009
> New Revision: 19316
> 
> Log:
> RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
> its stride and offset to always have align 4.

There are still alignment issues (on sparc at a minimum) in the rv3/4 
decoder. The calls to fill_rectangle() are all suspect, with at least the 
ones passing vp as (RV34DecContext.avail_cache + 5) being certainly 
unaligned.

This is the only remaining FATE test that is crashing on sparc.

	-Jeff




More information about the ffmpeg-cvslog mailing list