mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-09 03:10:08 +00:00
We got defective video when use GCC 4.9.2 instead of GCC 4.9.1 to compile FFMEPG. And further found that GCC 4.8 and 4.9 need patch to fix the lvsl/lvsr bug on POWER LE, and GCC 5.1 contains the correct code since its release. The message on gcc-patches requesting approval for lvsl/lvsr patch is at https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00228.html. The fixed code avoids using lvsl and will not depends on GCC version, also it uses less instructions on POWER LE. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
||
|---|---|---|
| .. | ||
| asm.S | ||
| audiodsp.c | ||
| blockdsp.c | ||
| dct-test.c | ||
| fdct.h | ||
| fdctdsp.c | ||
| fft_altivec.S | ||
| fft_init.c | ||
| fft_vsx.c | ||
| fft_vsx.h | ||
| fmtconvert_altivec.c | ||
| h264chroma_init.c | ||
| h264chroma_template.c | ||
| h264dsp.c | ||
| h264qpel.c | ||
| h264qpel_template.c | ||
| hpeldsp_altivec.c | ||
| hpeldsp_altivec.h | ||
| huffyuvdsp_altivec.c | ||
| idctdsp.c | ||
| lossless_audiodsp_altivec.c | ||
| Makefile | ||
| mathops.h | ||
| me_cmp.c | ||
| mpegaudiodsp_altivec.c | ||
| mpegvideo_altivec.c | ||
| mpegvideodsp.c | ||
| mpegvideoencdsp.c | ||
| pixblockdsp.c | ||
| svq1enc_altivec.c | ||
| vc1dsp_altivec.c | ||
| videodsp_ppc.c | ||
| vorbisdsp_altivec.c | ||
| vp3dsp_altivec.c | ||
| vp8dsp_altivec.c | ||