1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 18:07:56 +02:00
ffmpeg/libavcodec/ppc
Mans Rullgard e407f4173a ppc: fix vc1 inverse transform, unbreak build
GCC 4.3 and later are more particular about signedness matching
in vector operations.  The operations under if(rangered) were
missing assignments and thus had no effect.

Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 381efba0ec)
2011-02-22 02:44:39 +01:00
..
asm.S
dsputil_altivec.c Fix overread in altivec DSP function sad16 2011-01-30 03:41:47 +01:00
dsputil_altivec.h dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-18 19:52:40 +01:00
dsputil_ppc.c dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-18 19:52:40 +01:00
fdct_altivec.c
fft_altivec_s.S more credits to D. J. Bernstein for fft 2010-07-18 20:06:42 +00:00
fft_altivec.c
float_altivec.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
fmtconvert_altivec.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
gmc_altivec.c
h264_altivec.c Fix PPC build. 2011-02-18 19:52:41 +01:00
h264_template_altivec.c Fix PPC build. 2011-02-18 19:52:41 +01:00
idct_altivec.c
int_altivec.c
Makefile Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
mathops.h
mpegaudiodec_altivec.c
mpegvideo_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
regs.h
types_altivec.h
util_altivec.h
vc1dsp_altivec.c ppc: fix vc1 inverse transform, unbreak build 2011-02-22 02:44:39 +01:00
vp3dsp_altivec.c
vp8dsp_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00