FreeRDP/libfreerdp/codec
Armin Novak e272eb3966 [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
..
include [codec,interleaved] fix type definition 2023-09-08 14:44:22 +02:00
test [ci,oss-fuzz] run all codec tests 2024-04-19 11:26:47 +02:00
audio.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
bitmap.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
bulk.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
bulk.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
clear.c [codec,clear] check destination offsets 2024-04-24 15:55:30 +02:00
color.c [codec,color] fix out of bound read 2024-04-21 11:00:47 +02:00
dsp.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
dsp.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
dsp_ffmpeg.c fixed unused-but-set-variable warnings 2024-02-22 12:31:50 +01:00
dsp_ffmpeg.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
h264.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
h264.h [codecs] make h264 and planar opaque 2023-04-11 10:58:03 +02:00
h264_ffmpeg.c [warnings] fixed sign and const 2024-04-18 11:05:58 +02:00
h264_mediacodec.c Move H264 subsystem variable to header 2022-04-28 13:25:27 +02:00
h264_mf.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
h264_openh264.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
interleaved.c [codec,interleaved] fix offset error 2024-04-20 21:20:44 +02:00
jpeg.c [codec,jpeg] use winpr image for jpeg 2024-02-07 10:04:08 +01:00
mppc.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
mppc.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
ncrush.c [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
ncrush.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
nsc.c [codec,nsc] length checks in nsc_rle_decompress_data 2024-04-26 09:26:07 +02:00
nsc_encode.c [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
nsc_encode.h Reformatted to new style 2019-11-07 10:53:54 +01:00
nsc_sse2.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
nsc_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc_types.h [codec,nsc] fix input length validation 2023-08-28 09:13:59 +02:00
planar.c [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
progressive.c [warnings] fix Wshadow warnings 2024-05-08 15:30:01 +02:00
progressive.h [codec,rfx] added missing RFX encoder API calls 2023-10-07 21:26:27 +02:00
region.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx.c [gcc] fix missing malloc warning macros 2024-04-17 18:47:16 +02:00
rfx_bitstream.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
rfx_constants.h [codec,rfx] added missing RFX encoder API calls 2023-10-07 21:26:27 +02:00
rfx_decode.c [clang-tidy] cppcoreguidelines-init-variables 2024-02-15 11:49:16 +01:00
rfx_decode.h [codec,rfx] use WINPR_RESTRICT keyword 2023-08-25 14:13:30 +02:00
rfx_differential.h [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx_dwt.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx_dwt.h [restrict] remove from in/out buffers 2023-10-16 15:10:13 +02:00
rfx_encode.c fixed unused-variable warnings 2024-02-22 12:31:50 +01:00
rfx_encode.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_neon.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx_neon.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_quantization.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx_quantization.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
rfx_rlgr.c [clang,tidy] fix a few warnings 2024-02-27 14:15:43 +01:00
rfx_rlgr.h Reformatted to new style 2019-11-07 10:53:54 +01:00
rfx_sse2.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
rfx_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_types.h [restrict] remove from in/out buffers 2023-10-16 15:10:13 +02:00
xcrush.c [tidy] move loop variable declaration to loop 2024-02-22 12:31:50 +01:00
xcrush.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
yuv.c [gcc] fix missing malloc warning macros 2024-04-17 18:47:16 +02:00
zgfx.c [codec,zgfx] allocate in segment steps 2024-04-20 21:20:44 +02:00