FreeRDP/libfreerdp/codec
Norbert Federa ccc5d1b279 codec/rfx: fix multithreaded encoder
Some component of the encoder chain (I suspect the rlgr encoder) expects
the output buffer to be zeroed. The multithreaded RemoteFX encoder uses
wStreams from the StreamPool which are reused and not zeroed out of
course. For now, in order to prevent data corruption we clear the stream.
2013-08-10 00:28:35 +02:00
..
include freerdp: get rid of old types 2012-10-09 03:26:39 -04:00
audio.c Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00
bitmap_decode.c libfreerdp-codec: add bitmap encoder 2013-07-04 16:31:54 -04:00
bitmap_encode.c libfreerdp-codec: added RDP6 bitmap compression test data 2013-07-28 21:07:28 -04:00
CMakeLists.txt libfreerdp-codec: add bitmap encoder 2013-07-04 16:31:54 -04:00
color.c libfreerdp-codec: optimize color conversion a bit 2013-05-16 19:56:39 -04:00
dsp.c channels/rdpsnd: reduce ALSA buffer underruns 2013-02-26 17:54:16 -05:00
jpeg.c libfreerdp-utils: purge old STREAM utils 2013-03-21 16:45:25 -04:00
mppc_dec.c Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00
mppc_enc.c macosx: update client 2012-11-22 15:32:21 -05:00
nsc_encode.c freerdp: purge deprecated stream utils 2013-05-08 16:09:16 -04:00
nsc_encode.h freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
nsc_sse2.c freerdp: get rid of old types 2012-10-09 03:26:39 -04:00
nsc_sse2.h codec: got rid of nsc_context_set_cpu_opt 2013-03-05 10:52:18 +01:00
nsc_types.h freerdp: get rid of old types 2012-10-09 03:26:39 -04:00
nsc.c freerdp: purge deprecated stream utils 2013-05-08 17:48:30 -04:00
rfx_bitstream.h Merge pull request #763 from FreeRDP/channels 2012-10-09 10:44:44 -07:00
rfx_constants.h freerdp: fix headers 2012-10-08 23:02:04 -04:00
rfx_decode.c codec/rfx: use function pointer for rlgr codec 2013-07-10 07:14:26 +02:00
rfx_decode.h libwinpr-utils: combine old and new stream utils 2013-03-21 15:19:33 -04:00
rfx_differential.c freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
rfx_differential.h freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
rfx_dwt.c freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
rfx_dwt.h freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
rfx_encode.c codec/rfx: use function pointer for rlgr codec 2013-07-10 07:14:26 +02:00
rfx_encode.h libwinpr-utils: combine old and new stream utils 2013-03-21 15:19:33 -04:00
rfx_neon.c codec/rfx,primitives: removed cpu-detect.[ch] from build 2013-03-01 09:02:14 +01:00
rfx_neon.h codec: Fixed NEON detection and incorrect RFX decoding 2013-02-21 07:08:46 -08:00
rfx_quantization.c freerdp primitives library 2013-01-18 15:32:58 -07:00
rfx_quantization.h freerdp: get rid of old types 2012-10-09 03:26:39 -04:00
rfx_rlgr.c libfreerdp: purged source tree from deprecated memory utils 2012-11-21 21:22:06 -05:00
rfx_rlgr.h freerdp: change uint8, sint8, uint16, sint16 to BYTE, INT8, UINT16, INT16 2012-10-09 03:01:37 -04:00
rfx_sse2.c Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-03-18 11:20:41 -04:00
rfx_sse2.h codec: Fixed NEON detection and incorrect RFX decoding 2013-02-21 07:08:46 -08:00
rfx_types.h codec/rfx: added multithreaded encoder 2013-08-07 18:22:42 +02:00
rfx.c codec/rfx: fix multithreaded encoder 2013-08-10 00:28:35 +02:00