On 07/31/2012 06:17 PM, Diego Biurrun wrote: > --- > libavcodec/dct-test.c | 4 +- > libavcodec/dsputil.h | 2 +- > libavcodec/x86/cavsdsp_mmx.c | 29 +++--- > libavcodec/x86/dsputil_mmx.c | 222 > ++++++++++++++++++++------------------- > libavcodec/x86/dsputil_mmx.h | 10 +- > libavcodec/x86/dsputilenc_mmx.c | 25 +++-- > libavcodec/x86/fdct_mmx.c | 7 +- > libavcodec/x86/h264_qpel_mmx.c | 54 +++++----- > libavcodec/x86/h264dsp_mmx.c | 116 ++++++++++---------- > libavcodec/x86/idct_mmx_xvid.c | 3 +- > libavcodec/x86/idct_xvid.h | 2 +- > libavcodec/x86/motion_est_mmx.c | 36 ++++--- > libavcodec/x86/mpegvideo_mmx.c | 6 +- > libavcodec/x86/vc1dsp_mmx.c | 65 +++++++----- > libavfilter/x86/gradfun.c | 6 +- > libavfilter/x86/yadif.c | 4 +- > libswscale/utils.c | 21 ++-- > libswscale/x86/rgb2rgb.c | 4 +- > libswscale/x86/swscale.c | 4 +- > libswscale/x86/yuv2rgb.c | 6 +- > 20 files changed, 327 insertions(+), 299 deletions(-)
looks ok, assuming it builds and passes FATE with various cpuflags on x86-64 and x86-32. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
