FreeRDP/libfreerdp/codec
akallabeth 7a71441476 [warnings] fix integer multiplications
Ensure the integer width for size arguments is 64bit in a
multiplication. Leading 64bit constant 1ull expands width, a trailing
one is ignored.
2023-08-22 11:55:00 +02:00
..
include
test [codec,test] fix wrong format string 2023-07-31 08:32:43 +02:00
audio.c
bitmap.c
bulk.c
bulk.h
clear.c [warnings] fix integer multiplications 2023-08-22 11:55:00 +02:00
color.c [warnings] fix integer multiplications 2023-08-22 11:55:00 +02:00
dsp_ffmpeg.c
dsp_ffmpeg.h
dsp.c [warnings] fix integer multiplications 2023-08-22 11:55:00 +02:00
dsp.h
h264_ffmpeg.c
h264_mediacodec.c
h264_mf.c
h264_openh264.c
h264.c
h264.h
interleaved.c
jpeg.c
mppc.c
mppc.h
ncrush.c
ncrush.h
nsc_encode.c [codec] encode messages considering endianness 2023-08-01 07:56:16 +02:00
nsc_encode.h
nsc_sse2.c
nsc_sse2.h
nsc_types.h
nsc.c [codec,nsc] ensure integer width 2023-08-22 10:26:56 +02:00
planar.c Correct typos and formatting errors in format strings 2023-07-28 15:34:46 +02:00
progressive.c [warnings] fix integer multiplications 2023-08-22 11:55:00 +02:00
progressive.h
region.c
rfx_bitstream.h
rfx_constants.h
rfx_decode.c
rfx_decode.h
rfx_differential.h
rfx_dwt.c
rfx_dwt.h optimize idwt extrapolate decoder with neon 2023-08-22 10:54:48 +02:00
rfx_encode.c [codec] encode messages considering endianness 2023-08-01 07:56:16 +02:00
rfx_encode.h
rfx_neon.c optimize idwt extrapolate decoder with neon 2023-08-22 10:54:48 +02:00
rfx_neon.h
rfx_quantization.c
rfx_quantization.h
rfx_rlgr.c
rfx_rlgr.h
rfx_sse2.c
rfx_sse2.h
rfx_types.h optimize idwt extrapolate decoder with neon 2023-08-22 10:54:48 +02:00
rfx.c optimize idwt extrapolate decoder with neon 2023-08-22 10:54:48 +02:00
xcrush.c [libfreerdp] fix endianness issues 2023-08-01 07:56:16 +02:00
xcrush.h
yuv.c
zgfx.c