1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 18:07:56 +02:00
ffmpeg/libavcodec/i386
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86.
typedef x86_reg as the appropriate size and use it instead.

Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-08 21:11:24 +00:00
..
cavsdsp_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
cpuid.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_h264_template_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_h264_template_ssse3.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_mmx_avg.h Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_mmx_qns.h Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_mmx_rnd.h Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
dsputil_mmx.h h264 chroma mc ssse3 2008-04-01 04:51:28 +00:00
dsputilenc_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
fdct_mmx.c misc spelling fixes 2007-06-12 09:29:25 +00:00
fft_3dn2.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
fft_3dn.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
fft_sse.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
flacdsp_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
h264_i386.h Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
h264dsp_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
idct_mmx_xvid.c Use DECLARE_ALIGNED and remove unneeded attribute_used 2008-01-27 19:59:11 +00:00
idct_mmx.c cosmetics: Replace // by /* */ comments. 2008-02-13 01:18:12 +00:00
idct_sse2_xvid.c Add a new xvid-style IDCT using SSE2. 2008-04-16 01:36:14 +00:00
idct_xvid.h Add a new xvid-style IDCT using SSE2. 2008-04-16 01:36:14 +00:00
mathops.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
mmx.h cosmetics: __asm__ __volatile__ --> asm volatile 2008-04-17 21:57:52 +00:00
motion_est_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
mpegvideo_mmx_template.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
mpegvideo_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
simple_idct_mmx.c Add and use DECLARE_ASM_CONST for constants used in assembler code. 2008-01-27 20:50:16 +00:00
snowdsp_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +00:00
vc1dsp_mmx.c Do not misuse long as the size of a register in x86. 2008-05-08 21:11:24 +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 Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom 2008-04-14 20:54:23 +00:00
vp3dsp_sse2.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00