1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec/ppc
Mans Rullgard 381efba0ec 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>
2011-02-21 20:28:37 +00:00
..
asm.S PPC: add some asm support macros 2010-07-04 18:33:40 +00:00
dsputil_altivec.c Fix overread in altivec DSP function sad16 2011-01-29 15:32:14 +00:00
dsputil_altivec.h dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-17 17:35:35 -05:00
dsputil_ppc.c dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-17 17:35:35 -05: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 PPC: convert Altivec FFT to pure assembler 2010-07-04 18:33:47 +00:00
float_altivec.c Separate format conversion DSP functions from DSPContext. 2011-02-02 02:44:53 +00:00
fmtconvert_altivec.c Separate format conversion DSP functions from DSPContext. 2011-02-02 02:44:53 +00:00
gmc_altivec.c
h264_altivec.c Fix PPC build. 2011-02-17 20:22:39 -05:00
h264_template_altivec.c Fix PPC build. 2011-02-17 20:22:39 -05:00
idct_altivec.c
int_altivec.c
Makefile Separate format conversion DSP functions from DSPContext. 2011-02-02 02:44:53 +00:00
mathops.h
mpegaudiodec_altivec.c Altivec-optimized mp{1,2,3} windowing 2010-07-01 21:04:12 +00:00
mpegvideo_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
regs.h Check whether IBM or Apple PPC assembler syntax is used 2010-07-01 23:21:27 +00:00
types_altivec.h PPC: Altivec split-radix FFT 2010-07-01 23:21:39 +00:00
util_altivec.h Altivec: Add helper function to load from a constant misalignment 2010-06-29 06:42:12 +00:00
vc1dsp_altivec.c ppc: fix vc1 inverse transform, unbreak build 2011-02-21 20:28:37 +00: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