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 [warnings] fixed unused-variable warnings 2023-03-06 10:04:59 +01:00
test [codec,test] fix wrong format string 2023-07-31 08:32:43 +02:00
audio.c [codec,audio] fix warnings 2023-07-27 20:02:43 +02:00
bitmap.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
bulk.c Use Stream_CheckAndLogRequiredLength, fix WLog TAG 2022-11-21 09:57:27 +01:00
bulk.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
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 [codec,dsp] fix unused variable warning 2023-06-08 08:11:05 +02:00
dsp_ffmpeg.h Reformatted to new style 2019-11-07 10:53:54 +01:00
dsp.c [warnings] fix integer multiplications 2023-08-22 11:55:00 +02:00
dsp.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
h264_ffmpeg.c Fixed #8686: Update h264 to use new FFMPEG API 2023-02-27 09:45:44 +01:00
h264_mediacodec.c Move H264 subsystem variable to header 2022-04-28 13:25:27 +02:00
h264_mf.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
h264_openh264.c Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
h264.c [ci,nightly] use internal MD4, MD5 and RC4 on windows 2023-07-28 13:42:12 +02:00
h264.h [codecs] make h264 and planar opaque 2023-04-11 10:58:03 +02:00
interleaved.c [codec,interleaved] fix type width warnings 2023-07-28 13:42:12 +02:00
jpeg.c Replaced memset/ZeroMemory with initializer 2022-10-14 12:11:01 +02:00
mppc.c reformatted 2022-06-23 08:48:39 +02:00
mppc.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
ncrush.c [codec,ncrush] fix type cast warnings 2023-07-28 13:42:12 +02:00
ncrush.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
nsc_encode.c [codec] encode messages considering endianness 2023-08-01 07:56:16 +02:00
nsc_encode.h Reformatted to new style 2019-11-07 10:53:54 +01:00
nsc_sse2.c reformatted 2022-06-23 08:48:39 +02:00
nsc_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc_types.h Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
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 [codec,progressive] fix segfault and optimize updated tiles 2023-05-11 16:31:42 +02:00
region.c [build] fixed const warnings 2023-06-12 16:32:23 +02:00
rfx_bitstream.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
rfx_constants.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_decode.c Fixed cast-quality warnings 2022-04-28 09:17:20 +02:00
rfx_decode.h Fixed progressive decoding without subbanddiff 2020-12-15 14:47:05 +01:00
rfx_differential.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_dwt.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
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 Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_neon.c optimize idwt extrapolate decoder with neon 2023-08-22 10:54:48 +02:00
rfx_neon.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_quantization.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
rfx_quantization.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
rfx_rlgr.c [codec,rfx] fix shift bitwidth warnings 2023-07-28 13:42:12 +02:00
rfx_rlgr.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_sse2.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
rfx_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
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 No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
yuv.c [codec] reset all YUV context data 2023-05-22 11:51:12 +02:00
zgfx.c [winpr,stream] use new Stream_CheckAndLogRequiredLength* 2023-01-25 14:27:32 +01:00