FreeRDP/libfreerdp/codec
Armin Novak fdd8a5cedd
[codec,progressive] fix result cast in progressive_rfx_srl_read
2024-09-18 13:14:19 +02:00
..
include [warnings] clang-tidy suppress warnings 2024-08-30 22:03:47 +02:00
neon [primitives,codec] guard NEON code with platform 2024-06-25 10:00:41 +02:00
sse [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
test [warnings] silence and fix unused results 2024-09-14 21:29:28 +02:00
CMakeLists.txt [cmake] mark dependency includes SYSTEM 2024-08-26 11:10:49 +02:00
audio.c [compiler] add WINPR_ATTR_MALLOC 2024-09-12 20:09:22 +02:00
bitmap.c [warnings] fix implicit widening conversion 2024-08-29 10:47:20 +02:00
bulk.c [warnings] fix float/double warnings 2024-09-02 16:20:20 +02:00
bulk.h [codec,bulk] restrict keyword 2024-06-03 17:55:08 +02:00
clear.c [warnings] fix unchecked return 2024-09-15 09:08:02 +02:00
color.c [warnings] fix mismatches between declaration and implementation 2024-09-12 13:32:44 +02:00
color.h [primitives] add image copy primitive 2024-06-11 13:26:06 +02:00
dsp.c [codec,dsp] fix build WITH_FAAC 2024-09-17 12:57:40 +02:00
dsp.h [codec,dsp] add FDK-AAC support 2024-07-10 17:04:26 +02:00
dsp_fdk_aac.c [codec,dsp] replace __FUNCTION__ with __func__ 2024-07-22 15:08:15 +02:00
dsp_fdk_aac.h [codec,dsp] add FDK-AAC support 2024-07-10 17:04:26 +02:00
dsp_fdk_impl.c [warnings] fix a bunch of them 2024-09-14 08:24:28 +02:00
dsp_fdk_impl.h [codec,dsp] add FDK-AAC support 2024-07-10 17:04:26 +02:00
dsp_ffmpeg.c [warnings] use WINPR_CAST_CONST_AWAY 2024-09-11 23:41:50 +02:00
dsp_ffmpeg.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00
h264.c [codec,h264] fix documentation unknown 2024-09-11 20:48:49 +02:00
h264.h RDPECAM client: h264 interface changes 2024-06-10 14:48:31 +02:00
h264_ffmpeg.c [warnings] fix various compiler warnings 2024-06-04 13:23:24 +02:00
h264_mediacodec.c Move H264 subsystem variable to header 2022-04-28 13:25:27 +02:00
h264_mf.c [warnings] cast return of fprintf (void) 2024-09-06 09:16:21 +02:00
h264_openh264.c [warnings] fix a bunch of them 2024-09-14 08:24:28 +02:00
interleaved.c [warnings] fix mismatches between declaration and implementation 2024-09-12 13:32: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 clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
ncrush.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
nsc.c [warnings] fix mismatches between declaration and implementation 2024-09-12 13:32:44 +02:00
nsc_encode.c [warnings] fix implicit widening conversion 2024-08-29 10:47:20 +02:00
nsc_encode.h [codec,nsc] add INLINE and restrict keywords 2024-06-03 17:55:16 +02:00
nsc_types.h [warnings] fix mismatches between declaration and implementation 2024-09-12 13:32:44 +02:00
planar.c [codec,planar] fix parameter type of functions 2024-09-18 11:47:01 +02:00
progressive.c [codec,progressive] fix result cast in progressive_rfx_srl_read 2024-09-18 13:14:19 +02:00
progressive.h [codec,progressive] use preallocated workers 2024-06-04 18:49:47 +02:00
region.c [warnings] fix implicit widening conversion 2024-08-29 10:47:20 +02:00
rfx.c [warnings] use WINPR_CAST_CONST_AWAY 2024-09-11 23:41:50 +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 [warnings] fix redundant casts 2024-08-29 12:03:09 +02:00
rfx_decode.h [codec,rfx] inline and restrict 2024-06-03 17:54:21 +02:00
rfx_differential.h [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
rfx_dwt.c [warnings] fix implicit widening conversion 2024-08-29 10:47:20 +02:00
rfx_dwt.h [codec,rfx] inline and restrict 2024-06-03 17:54:21 +02:00
rfx_encode.c [warnings] fix redundant casts 2024-08-29 12:03:09 +02:00
rfx_encode.h [codec,rfx] inline and restrict 2024-06-03 17:54:21 +02:00
rfx_quantization.c [primitives] add lShiftC_16s_inplace 2024-06-08 08:34:21 +02:00
rfx_quantization.h [codec,rfx] inline and restrict 2024-06-03 17:54:21 +02:00
rfx_rlgr.c [warnings] fix compare integers of different signs 2024-09-03 15:10:46 +02:00
rfx_rlgr.h [warnings] fix mismatches between declaration and implementation 2024-09-12 13:32:44 +02:00
rfx_types.h [codec,rfx] inline and restrict 2024-06-03 17:54:21 +02:00
xcrush.c [warnings] use ARRAYSIZE macro 2024-09-03 15:10:58 +02:00
xcrush.h No longer export ncrush, xcrush and mppc codecs 2022-04-28 11:24:29 +02:00
yuv.c [warnings] fix implicit widening conversion 2024-08-29 10:47:20 +02:00
zgfx.c [codec,zgfx] restrict and inline keywords 2024-06-03 17:54:35 +02:00