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
..
2012-10-09 03:26:39 -04:00
2013-03-28 23:06:34 +01:00
2013-07-04 16:31:54 -04:00
2013-07-28 21:07:28 -04:00
2013-07-04 16:31:54 -04:00
2013-05-16 19:56:39 -04:00
2013-02-26 17:54:16 -05:00
2013-03-21 16:45:25 -04:00
2013-03-28 23:06:34 +01:00
2012-11-22 15:32:21 -05:00
2013-05-08 16:09:16 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:26:39 -04:00
2013-03-05 10:52:18 +01:00
2012-10-09 03:26:39 -04:00
2013-05-08 17:48:30 -04:00
2012-10-09 10:44:44 -07:00
2012-10-08 23:02:04 -04:00
2013-07-10 07:14:26 +02:00
2013-03-21 15:19:33 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2012-10-09 03:01:37 -04:00
2013-07-10 07:14:26 +02:00
2013-03-21 15:19:33 -04:00
2013-03-01 09:02:14 +01:00
2013-02-21 07:08:46 -08:00
2013-01-18 15:32:58 -07:00
2012-10-09 03:26:39 -04:00
2012-11-21 21:22:06 -05:00
2012-10-09 03:01:37 -04:00
2013-03-18 11:20:41 -04:00
2013-02-21 07:08:46 -08:00
2013-08-07 18:22:42 +02:00
2013-08-10 00:28:35 +02:00