[Ffmpeg-cvslog] r6213 - in trunk: Changelog MAINTAINERS doc/ffmpeg-doc.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/vp5.c libavcodec/vp56.c libavcodec/vp56.h libavcodec/vp56data.c libavcodec/vp56data.h libavcodec/vp5data.h libavcodec/vp6.c libavcodec/vp6data.h libavformat/flvdec.c libavformat/nsvdec.c libavformat/riff.c libavformat/swf.c
Luca Barbato
lu_zero
Sun Sep 10 18:42:13 CEST 2006
Aurelien Jacobs wrote:
>
> What alignment is needed exactly ?
16byte
> The only h264 function used is biweight_h264_pixels_tab[3].
Lets try to summarize
you use
put_pixels_tab[0][0] ((line_size % 16) == 0)
put_pixels_tab[1][0] unimplemented
put_no_rnd_pixels_l2[1] unimplemented
idct_put aligned input required
idct_add idem
biweight_h264_pixels_tab[3] unimplemented
which is the faulty one? ^^
lu
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-cvslog
mailing list