commit | 504afa27c1128de9287599e67cf01bd06df06908 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Nov 12 12:21:58 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 27 11:07:43 2015 +0100 |
tree | d6ae146456270ece4f721b512e345249d3cdaf16 | |
parent | 3da238dee89906d952487fbe0d138dac1f5df3ea [diff] |
Make the decoder multi-threaded This implements the basic infrastructure for multi-threaded decoding of rects. However there is just one thread reading data and one thread decoding it. More logic is needed to safely decode multiple rects at the same time.