FFmpeg/libavcodec/x86
Andreas Rheinhardt 645f705d6a av(codec|device): Don't cast pointers to int
C99/C11 6.3.2.3 5: "Any pointer type may be converted to an integer
type. [...] If the result cannot be represented in the integer type,
the behavior is undefined." So stop casting pointers to int; use
uintptr_t instead.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-11-21 00:35:30 +01:00
..
aacencdsp.asm
aacencdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
aacpsdsp.asm
aacpsdsp_init.c
ac3dsp.asm ac3enc_fixed: drop unnecessary fixed-point DSP code 2021-01-14 01:44:20 +01:00
ac3dsp_downmix.asm
ac3dsp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
alacdsp.asm
alacdsp_init.c
audiodsp.asm
audiodsp_init.c
blockdsp.asm
blockdsp_init.c
bswapdsp.asm
bswapdsp_init.c
cabac.h get_cabac_inline_x86: Don't inline if 32-bit clang on windows 2021-08-19 22:29:23 +03:00
cavsdsp.c lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00
cavsidct.asm
celt_pvq_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
celt_pvq_search.asm
cfhddsp.asm x86/cfhddsp: zero extend int arguments 2020-08-28 20:09:25 -03:00
cfhddsp_init.c Remove/replace some unnecessary avcodec.h inclusions 2021-07-22 15:29:46 +02:00
cfhdencdsp.asm avcodec/x86: add cfhdenc SIMD 2021-02-27 17:09:44 +01:00
cfhdencdsp_init.c Remove/replace some unnecessary avcodec.h inclusions 2021-07-22 15:29:46 +02:00
constants.c avcodec/x86/constants: Remove unused ff_pw_17 2021-02-24 09:49:03 +01:00
constants.h
dcadsp.asm
dcadsp_init.c
dct32.asm
dct_init.c
dirac_dwt.asm Merge commit '7abdd026df' 2017-09-26 18:48:06 -03:00
dirac_dwt_init.c
diracdsp.asm
diracdsp_init.c avcodec/x86/diracdsp_init: Reuse macro 2021-02-24 09:38:12 +01:00
dnxhdenc.asm
dnxhdenc_init.c
exrdsp.asm
exrdsp_init.c
fdct.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
fdct.h
fdctdsp_init.c
fft.asm
fft.h
fft_init.c
flac_dsp_gpl.asm
flacdsp.asm
flacdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
fmtconvert.asm
fmtconvert_init.c
fpel.asm
fpel.h
g722dsp.asm
g722dsp_init.c
h263_loopfilter.asm x86inc: Drop SECTION_TEXT macro 2015-08-04 20:13:09 +02:00
h263dsp_init.c Merge commit '0338c39698' 2013-11-08 17:42:56 +01:00
h264_cabac.c
h264_chromamc.asm
h264_chromamc_10bit.asm
h264_deblock.asm
h264_deblock_10bit.asm
h264_idct.asm
h264_idct_10bit.asm
h264_intrapred.asm avcodec/x86/constants: Remove unused ff_pw_17 2021-02-24 09:49:03 +01:00
h264_intrapred_10bit.asm
h264_intrapred_init.c Remove/replace some unnecessary avcodec.h inclusions 2021-07-22 15:29:46 +02:00
h264_qpel.c av(codec|device): Don't cast pointers to int 2021-11-21 00:35:30 +01:00
h264_qpel_8bit.asm
h264_qpel_10bit.asm
h264_weight.asm
h264_weight_10bit.asm
h264chroma_init.c
h264dsp_init.c avcodec/h264dsp, h264idct: Fix lengths of array parameters 2021-08-08 17:44:57 +02:00
hevc_add_res.asm
hevc_deblock.asm
hevc_idct.asm
hevc_mc.asm
hevc_sao.asm
hevc_sao_10bit.asm
hevcdsp.h
hevcdsp_init.c lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00
hpeldsp.asm
hpeldsp.h
hpeldsp_init.c
hpeldsp_rnd_template.c
hpeldsp_vp3.asm
hpeldsp_vp3_init.c
huffyuvdsp.asm
huffyuvdsp_init.c
huffyuvdsp_template.asm avcodec/huffyuvdsp : add add_int16 AVX2 func 2017-11-21 09:41:58 +01:00
huffyuvencdsp.asm
huffyuvencdsp_init.c
idctdsp.asm
idctdsp.h
idctdsp_init.c
imdct36.asm
inline_asm.h
jpeg2000dsp.asm
jpeg2000dsp_init.c
lossless_audiodsp.asm
lossless_audiodsp_init.c
lossless_videodsp.asm
lossless_videodsp_init.c x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred_int16_unaligned_ssse3 2017-12-10 00:51:01 -03:00
lossless_videoencdsp.asm
lossless_videoencdsp_init.c
lpc.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
Makefile avcodec/x86: add cfhdenc SIMD 2021-02-27 17:09:44 +01:00
mathops.h
mdct15.asm
mdct15_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
me_cmp.asm
me_cmp_init.c av(codec|device): Don't cast pointers to int 2021-11-21 00:35:30 +01:00
mlpdsp.asm
mlpdsp_init.c Remove/replace some unnecessary avcodec.h inclusions 2021-07-22 15:29:46 +02:00
mpegaudiodsp.c lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00
mpegvideo.c
mpegvideodsp.c
mpegvideoenc.c lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 2021-01-01 14:14:57 +01:00
mpegvideoenc_qns_template.c
mpegvideoenc_template.c av(codec|device): Don't cast pointers to int 2021-11-21 00:35:30 +01:00
mpegvideoencdsp.asm
mpegvideoencdsp_init.c
opusdsp.asm
opusdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
pixblockdsp.asm
pixblockdsp_init.c
pngdsp.asm
pngdsp_init.c
proresdsp.asm avcodec/x86: allow future 8-bit simple idct to use slightly different coefficients 2017-06-20 16:12:25 +02:00
proresdsp_init.c
qpel.asm Merge commit '55519926ef' 2014-03-14 00:01:30 +01:00
qpeldsp.asm
qpeldsp_init.c
rnd_template.c
rv34dsp.asm
rv34dsp_init.c
rv40dsp.asm
rv40dsp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
sbcdsp.asm
sbcdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
sbrdsp.asm
sbrdsp_init.c
simple_idct.asm avcodec/x86: move simple_idct to external assembly 2017-05-30 13:20:42 +02:00
simple_idct.h
simple_idct10.asm
simple_idct10_template.asm
snowdsp.c Remove/replace some unnecessary avcodec.h inclusions 2021-07-22 15:29:46 +02:00
svq1enc.asm
svq1enc_init.c
synth_filter.asm
synth_filter_init.c
takdsp.asm
takdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
ttadsp.asm
ttadsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
ttaencdsp.asm
ttaencdsp_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
utvideodsp.asm
utvideodsp_init.c
v210-init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
v210.asm
v210enc.asm Merge commit 'eafb05fcf3' 2016-02-16 17:02:56 +00:00
v210enc_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
vc1dsp.h
vc1dsp_init.c build: Generalize yasm/nasm-related variable names 2017-06-21 17:00:29 -03:00
vc1dsp_loopfilter.asm
vc1dsp_mc.asm Merge commit '7abdd026df' 2017-09-26 18:48:06 -03:00
vc1dsp_mmx.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
videodsp.asm
videodsp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vorbisdsp.asm
vorbisdsp_init.c
vp3dsp.asm
vp3dsp_init.c
vp6dsp.asm
vp6dsp_init.c
vp8dsp.asm
vp8dsp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vp8dsp_loopfilter.asm
vp9dsp_init.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vp9dsp_init.h Include attributes.h directly 2021-04-19 14:34:10 +02:00
vp9dsp_init_10bpp.c vp9: add subpel MC SIMD for 10/12bpp. 2015-09-16 21:11:34 -04:00
vp9dsp_init_12bpp.c
vp9dsp_init_16bpp.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vp9dsp_init_16bpp_template.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
vp9intrapred.asm
vp9intrapred_16bpp.asm
vp9itxfm.asm
vp9itxfm_16bpp.asm
vp9itxfm_template.asm
vp9lpf.asm
vp9lpf_16bpp.asm
vp9mc.asm
vp9mc_16bpp.asm
vp56_arith.h Include attributes.h directly 2021-04-19 14:34:10 +02:00
w64xmmtest.c avcodec: Remove deprecated old encode/decode APIs 2021-04-27 10:43:12 -03:00
xvididct.asm
xvididct.h
xvididct_init.c