[FFmpeg-devel] [PATCH] EA TGQ video fixes

Vitor Sessak vitor1001
Thu Apr 16 18:26:27 CEST 2009


Hi,

Mike told me that FATE test #262 is not bit exact across platforms. I 
see two wrong things with this codec:

1- DSP usage on an unaligned buffer (idct_put(), more precisely). 
eatgq2.diff fixes it.

2- "dereferencing type-punned pointer will break strict-aliasing rules" 
warning. eatgq1.diff refactor some code to fix it.

-Vitor

PS: I'm cc'ing Peter as he said he is not actively following -devel ATM...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eatgq1.diff
Type: text/x-diff
Size: 2196 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090416/2bf65228/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eatgq2.diff
Type: text/x-diff
Size: 397 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090416/2bf65228/attachment-0001.diff>



More information about the ffmpeg-devel mailing list