FreeRDP/libfreerdp
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
..
cache cover the case of servers asking for cached bitmaps they have never defined 2013-07-26 11:46:20 +02:00
codec codec/rfx: fix multithreaded encoder 2013-08-10 00:28:35 +02:00
common fixed build 2013-07-17 17:02:38 -04:00
core freerdp: merge with master 2013-08-07 15:48:57 -04:00
crypto Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-07-04 20:33:00 -04:00
gdi libfreerdp-gdi: added gdi_surface_frame_marker 2013-07-15 15:00:18 +02:00
locale FreeRDP: fixed access violation crash that occurred on Windows, because the malloc and the free were performed in different libraries. 2013-07-25 10:22:57 -04:00
primitives freerdp: fix monolithic build with Intel IPP linking 2013-05-16 14:45:49 -04:00
rail Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00
utils utils: fix broken stopwatch implementation 2013-06-27 13:00:54 +02:00
CMakeLists.txt CMakelists: 2013-07-25 21:59:21 -04:00
dummy.c freerdp: fix monolithic build with Xcode 2013-05-24 18:38:02 -04:00