FreeRDP/libfreerdp/codec
Bernhard Miklautz 52fbfb7b12 fix clang warnings, directly include wtypes.h (#4097)
* build: clang use -Wno-unused-command-line-argument

With clang 5.0 builds are quite noisy otherwise.

* Directly include wtypes.h

Directly include winpr/wtypes.h where _fseeki64 or _ftelli64 is used.

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: parentheses-equality

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: tautological-compare

* fix build warnings with clang 5

clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning:
incompatible pointer types passing 'size_t *' (aka 'unsigned
long *') to parameter of type 'UINT32 *' (aka 'unsigned int *')
[-Wincompatible-pointer-types]
2017-08-29 09:09:38 +02:00
..
include Inlined interleaved helper functions. 2017-01-18 15:28:53 +01:00
test fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
audio.c fix string format specifiers 2016-12-16 13:48:43 +01:00
bitmap.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
clear.c Fixed scanbuild warnings. 2017-02-20 13:45:19 +01:00
color.c Ignore AND mask for 32bpp cursor. #3863 2017-03-17 09:45:32 +01:00
dsp.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +02:00
h264_ffmpeg.c Disable GFX H264 if no backend compiled in. 2017-07-17 09:25:21 +02:00
h264_mf.c Fix variable declaration and win32 compilation 2017-06-19 23:52:31 +02:00
h264_openh264.c Fix openh264 backend compilation 2017-06-20 10:01:50 +02:00
h264_x264.c Disable GFX H264 if no backend compiled in. 2017-07-17 09:25:21 +02:00
h264.c Fixed variable assignment. 2017-07-19 11:36:28 +02:00
interleaved.c fix string format specifiers 2016-12-16 13:48:43 +01:00
jpeg.c Fixed callback function return 2015-12-14 14:18:50 +01:00
mppc.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00
ncrush.c fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
nsc_encode.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
nsc_encode.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc_sse2.c Fixed tests and dead store warnings. 2017-03-28 16:49:56 +02:00
nsc_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc_types.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
nsc.c Removed duplicated format variable. 2017-01-11 15:39:03 +01:00
planar.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
progressive.c Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
progressive.h Progressive structs to private header for tests. 2017-01-18 16:41:02 +01:00
region.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00
rfx_bitstream.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_constants.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_decode.c Fixed compiler warning. 2017-01-31 10:05:45 +01:00
rfx_decode.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_differential.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_dwt.c libfreerdp-codec: start work on progressive inverse DWT 2014-08-19 14:48:09 -04:00
rfx_dwt.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_encode.c codec: Use context functions for rfx decoding 2016-11-23 14:22:42 +01:00
rfx_encode.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_neon.c libfreerdp-codec: optimize RemoteFX dequantization and differentiation 2014-08-18 21:10:56 -04:00
rfx_neon.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_quantization.c libfreerdp-codec: optimize RemoteFX dequantization and differentiation 2014-08-18 21:10:56 -04:00
rfx_quantization.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_rlgr.c some performance fixes 2017-03-27 20:14:13 +02:00
rfx_rlgr.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_sse2.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00
rfx_sse2.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx_types.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
rfx.c Fixed double free. 2017-07-20 09:35:41 +02:00
xcrush.c Drop some annoying warning 2017-05-12 13:54:16 +02:00
zgfx.c Scanbuild warning, argument checks and leak fixes. 2017-03-02 18:13:43 +01:00