FreeRDP/libfreerdp-codec
Julien Ropé b2177dc8c3 Replacing malloc calls by xmalloc or xzalloc as appropriate.
This will make sure we get an appropriate error message in case of memory allocation error, and not just a "Segmentation Fault"

Added some validation on xzalloc return in serial_tty_new to properly deallocate resources when an error occurs.
2012-05-07 15:27:13 +02:00
..
include types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
bitmap.c Restore not-in-place bitmap flip (saves one memcpy() per flipped scanline) 2012-02-28 17:08:14 +01:00
CMakeLists.txt cmake: fix x86 & -DWITH_SSE2=ON build 2012-04-22 08:45:28 -05:00
color.c Replacing malloc calls by xmalloc or xzalloc as appropriate. 2012-05-07 15:27:13 +02:00
mppc_dec.c mppc: moved to libfreerdp-codec 2012-03-29 20:57:26 -07:00
mppc_enc.c mppc: moved to libfreerdp-codec 2012-03-29 20:57:26 -07:00
nsc_encode.c wfreerdp: fix compilation warnings 2012-03-23 18:26:03 -04:00
nsc_encode.h nsc: add encoder API. 2012-03-16 12:04:38 +08:00
nsc_sse2.c nsc: add SSE2 optimization for nsc encoder. 2012-03-18 23:25:07 +08:00
nsc_sse2.h nsc: add SSE2 optimization for nsc encoder. 2012-03-18 23:25:07 +08:00
nsc_types.h nsc: implement nsc encoder. 2012-03-18 16:34:39 +08:00
nsc.c nsc: add SSE2 optimization for nsc encoder. 2012-03-18 23:25:07 +08:00
rfx_bitstream.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_constants.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_decode.c rfx: rename pixel format constants. 2012-03-13 19:02:19 +08:00
rfx_decode.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_differential.c libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_differential.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_dwt.c libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_dwt.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_encode.c rfx: rename pixel format constants. 2012-03-13 19:02:19 +08:00
rfx_encode.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_neon.c Added config.h include to types.h, removed useless code in rfx_neon 2011-11-23 04:20:06 -08:00
rfx_neon.h Added NEON optimizations for RFX decoder 2011-11-10 03:18:07 -08:00
rfx_pool.c libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_pool.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_quantization.c rfx: fix incorrect offset in rfx_quantization_encode (atong) 2011-10-30 00:24:30 +08:00
rfx_quantization.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_rlgr.c libfreerdp-codec: replace GetGRCode by macro (was most called function according to callgrind) 2011-11-02 22:26:00 -04:00
rfx_rlgr.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx_sse2.c codec: RemoteFX YCbCr/RGB conversion optimization 2011-12-29 18:01:20 +01:00
rfx_sse2.h libfreerdp-codec: merge with libfreerdp-nsc 2011-10-02 20:52:17 -04:00
rfx_types.h libfreerdp-codec: merge with libfreerdp-rfx 2011-10-02 20:28:20 -04:00
rfx.c rfx: rename pixel format constants. 2012-03-13 19:02:19 +08:00