[FFmpeg-devel] patch 4/4: libavcodec/ppc/hpeldsp_altivec.c: fix ff_put_pixels16_altivec() for POWER LE

2014-09-30 Thread Grace Ryan
Hi, I present 4 patches to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the fourth. The fate test result after merge these 4 patches can be found on http://fate.ffmpeg.org/ by search "ibmcrl", also attached here to facilitate the review: ​ The passed test

[FFmpeg-devel] patch 3/4: libavcodec/ppc/me_cmp.c: fixe sad16_altivec(), sad16_altivec(), sad16_xy2_altivec(), sad16_x2_altivec(), sad16_y2_altivec(), sad8_altivec() for POWER LE

2014-09-30 Thread Grace Ryan
Hi, I present 4 patches to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the third. The fate test result after merge these 4 patches can be found on http://fate.ffmpeg.org/ by search "ibmcrl", also attached here to facilitate the review: ​ The passed test

[FFmpeg-devel] patch 2/4: libavcodec/ppc/mpegvideoencdsp.c: fix pix_normal_altivec() and pix_sum_altivec() for POWER LE

2014-09-30 Thread Grace Ryan
Hi, I present 4 patches to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the second. The fate test result after merge these 4 patches can be found on http://fate.ffmpeg.org/ by search "ibmcrl", also attached here to facilitate the review: ​ The passed test

[FFmpeg-devel] patch1/4: libavcodec/ppc/pixblockdsp.c: fix get_pixels_altivec() and diff_pixels_altivec() for POWER LE

2014-09-30 Thread Grace Ryan
Hi, I present 4 patches to fix bugs for POWER8 little endian. I will send 4 patches in 4 different email. This is the first. The fate test result after merge these 4 patches can be found on http://fate.ffmpeg.org/ by search "ibmcrl", also attached here to facilitate the review: ​ The passed test

[FFmpeg-devel] Fix bug for POWER8 LE for the test '/libavutil/float_altivec-test'

2014-09-11 Thread Grace Ryan
Hi, I present this patch, which is to fix the bug for the calculation of 'ff_vector_fmul_add_altivec' when run '/libavutil/float_altivec-test' on POWER8 little endian. The fate test result can be found on http://fate.ffmpeg.org/ by search "ibmcrl", also attached here to facilitate the review:

[FFmpeg-devel] A patch to fix the bug for 'make examples'

2014-09-01 Thread Grace Ryan
Hi, I try to ran the decoding_encoding example under the ffmepg/doc/examples, found errors caused by lack of compiling options in ffempg/doc/Makefile. I hereby present this patch, which is to enable the decoding_encoding example under the ffmpeg/doc/examples: 1. Add DOC_EXAMPLES-$(CONFIG_DECODING_