Age | Commit message (Expand) | Author | Files | Lines |
2010-10-05 | Fix spelling in comments | Stefan Weil | 1 | -1/+1 |
2010-09-04 | vnc: use bswapNN() rather than bswap_NN() | Izumi Tsutsui | 1 | -4/+4 |
2010-09-04 | vnc: tight: remove unused variable | Serge Ziryukin | 1 | -2/+0 |
2010-09-04 | size_t is unsigned, change to ssize_t to handle errors from tight_compress_da... | Jes Sorensen | 1 | -4/+4 |
2010-07-31 | Initialize a variable in all cases | Blue Swirl | 1 | -0/+2 |
2010-07-31 | Fix uint8_t comparison with negative value | Blue Swirl | 1 | -1/+1 |
2010-07-27 | Fix mingw32 build | Blue Swirl | 1 | -9/+9 |
2010-07-27 | Initialize a variable in all cases | Blue Swirl | 1 | -0/+2 |
2010-07-27 | Fix uint8_t comparisons with negative values | Blue Swirl | 1 | -3/+3 |
2010-07-26 | vnc: tight: split send_sub_rect | Corentin Chary | 1 | -25/+55 |
2010-07-26 | vnc: tight: fix rgb_prepare_row | Corentin Chary | 1 | -5/+10 |
2010-07-26 | vnc: fix tight png memory leak | Corentin Chary | 1 | -0/+3 |
2010-07-26 | vnc: encapsulate encoding members | Corentin Chary | 1 | -102/+102 |
2010-07-26 | vnc: tight: stop using qdict for palette stuff | Corentin Chary | 1 | -128/+35 |
2010-07-26 | vnc: tight: specific zlib level and filters for each compression level | Corentin Chary | 1 | -1/+18 |
2010-07-26 | vnc: tight add PNG encoding | Corentin Chary | 1 | -42/+274 |
2010-07-26 | vnc: tight: remove a memleak in send_jpeg_rect() | Corentin Chary | 1 | -2/+3 |
2010-07-26 | vnc: tight: don't forget do at the last color | Corentin Chary | 1 | -1/+1 |
2010-07-26 | vnc: rename vnc-encoding-* vnc-enc-* | Corentin Chary | 1 | -0/+1520 |