1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavcodec/x86
Gil Pedersen 257de5fb25 h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.
This fixes linking errors due to undefined symbols on x86_64 OS X.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-05-16 15:35:53 +02:00
..
ac3dsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
ac3dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
cavsdsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dct32_sse.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
deinterlace.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
dnxhd_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_avg_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_qns_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx_rnd_template.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_mmx.c Port x86 10-bit H.264 deblock asm from x264 2011-05-10 20:02:15 -07:00
dsputil_mmx.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_yasm.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
dsputilenc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputilenc_yasm.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
fdct_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_3dn2.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_3dn.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fft_mmx.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
fft_sse.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
fft.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
fft.h Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
fmtconvert_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
fmtconvert.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_chromamc.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_deblock_10bit.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_deblock.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_i386.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_idct.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_intrapred_init.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-05-10 07:24:36 -04:00
h264_intrapred.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264_qpel_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
h264_weight.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
h264dsp_mmx.c h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. 2011-05-16 15:35:53 +02:00
idct_mmx_xvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idct_mmx.c Fix compilation in x86_64. I broke it with r24580. 2010-07-29 22:45:21 +00:00
idct_sse2_xvid.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
idct_xvid.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
lpc_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
Makefile Port x86 10-bit H.264 deblock asm from x264 2011-05-10 20:02:15 -07:00
mathops.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mlpdsp.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
motion_est_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegaudiodec_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegvideo_mmx_template.c Remove disabled non-optimized code variants. 2011-04-29 20:01:13 +02:00
mpegvideo_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
simple_idct_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
snowdsp_mmx.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vc1dsp_mmx.c dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-17 17:35:35 -05:00
vc1dsp_yasm.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp3dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp8dsp-init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp8dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
vp56_arith.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56dsp_init.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
vp56dsp.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00
x86inc.asm Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. 2011-04-26 18:18:22 +02:00
x86util.asm Fix FSF address copy paste error in some license headers. 2011-05-14 21:32:31 +02:00