ffmpeg/libavcodec/i386
Christophe Gisquet ae904fd028 Fix issue #301:
summary of changes:
- Use MANGLE when loading some constants into MMX registers.
- Convert those constants to non-static and thus add ff_ prefix.
- Remove last parameter of MSPEL_FILTER13_CORE (was constant).
- Use of "+r" instead of stricter but unnecessary "+g".
- Use of REG_c and direct loading of some of the above.
patch by Christophe GISQUET, christophe.gisquet free fr
Subject: [FFmpeg-devel] [PATCH] Roundup issue #301
Date: Fri, 28 Dec 2007 19:22:18 +0100

Originally committed as revision 11376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-02 19:24:42 +00:00
..
cavsdsp_mmx.c Misc spelling fixes, prefer American over British English. 2007-12-02 15:43:08 +00:00
cputest.c Preprocessor #defines starting with __ are reserved for the system. 2007-06-07 17:19:37 +00:00
dsputil_h264_template_mmx.c add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. 2007-12-21 23:11:22 +00:00
dsputil_mmx.c add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. 2007-12-21 23:11:22 +00:00
dsputil_mmx.h add required include to make this file self-contained 2007-12-12 22:45:03 +00:00
dsputil_mmx_avg.h Explain why there are no multiple inclusion guards in these header files. 2007-10-17 22:29:13 +00:00
dsputil_mmx_qns.h Explain why there are no multiple inclusion guards in these header files. 2007-10-17 22:29:13 +00:00
dsputil_mmx_rnd.h Explain why there are no multiple inclusion guards in these header files. 2007-10-17 22:29:13 +00:00
fdct_mmx.c misc spelling fixes 2007-06-12 09:29:25 +00:00
fft_3dn.c Add libavcodec to compiler include flags in order to simplify header 2007-05-16 09:51:45 +00:00
fft_3dn2.c Add libavcodec to compiler include flags in order to simplify header 2007-05-16 09:51:45 +00:00
fft_sse.c work around issues with the old version of Gnu Assembler shipped on 2007-06-08 20:35:30 +00:00
flacdsp_mmx.c move FLAC mmx dsp to its own file 2007-12-16 22:20:47 +00:00
h264dsp_mmx.c add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. 2007-12-21 23:11:22 +00:00
idct_mmx.c spelling 2007-12-01 22:21:04 +00:00
idct_mmx_xvid.c Group all copyright and author notices together. 2007-07-05 10:37:29 +00:00
mathops.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
mmx.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
motion_est_mmx.c Group all copyright and author notices together. 2007-07-05 10:37:29 +00:00
mpegvideo_mmx.c spelling 2007-12-01 22:21:04 +00:00
mpegvideo_mmx_template.c misc typo fixes 2007-06-12 18:50:50 +00:00
simple_idct_mmx.c Add libavcodec to compiler include flags in order to simplify header 2007-05-16 09:51:45 +00:00
snowdsp_mmx.c Replace complicated and currently broken manual alignment code by 2007-08-30 11:41:58 +00:00
vc1dsp_mmx.c Fix issue #301: 2008-01-02 19:24:42 +00:00
vp3dsp_mmx.c better separation of vp3dsp functions from dsputil_mmx.c 2007-05-16 23:23:45 +00:00
vp3dsp_mmx.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
vp3dsp_sse2.c better separation of vp3dsp functions from dsputil_mmx.c 2007-05-16 23:23:45 +00:00
vp3dsp_sse2.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00