| Commit message (Expand) | Author | Age | Files | Lines |
* | vnc: Remove the superfluous break | Liao Pingfang | 2020-09-01 | 1 | -1/+0 |
* | vnc: fix memory leak when vnc disconnect | Li Qiang | 2019-09-17 | 1 | -108/+111 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | vnc: fix unalignment access in tight_pack24 | Li Qiang | 2019-03-18 | 1 | -3/+4 |
* | ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro | Philippe Mathieu-Daudé | 2018-08-24 | 1 | -1/+1 |
* | vnc: use DIV_ROUND_UP | Marc-André Lureau | 2017-08-31 | 1 | -1/+1 |
* | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -1/+0 |
* | ui/vnc-enc-tight: remove switch and have single return | Alex Bennée | 2016-09-28 | 1 | -4/+2 |
* | vnc-tight: fix regression with libxenstore | Peter Lieven | 2016-07-15 | 1 | -7/+21 |
* | vnc-enc-tight: fix off-by-one bug | Herongguang (Stephen) | 2016-07-15 | 1 | -1/+2 |
* | vnc-enc-tight: use thread local storage for palette | Peter Lieven | 2016-07-12 | 1 | -11/+12 |
* | ui: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | vnc-enc-tight: fix Arguments in wrong order | Gonglei | 2014-12-10 | 1 | -1/+1 |
* | console: Remove unused QEMU_BIG_ENDIAN_FLAG | Benjamin Herrenschmidt | 2014-09-05 | 1 | -8/+4 |
* | vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32} | Gonglei | 2014-06-02 | 1 | -1/+7 |
* | vnc: Fix tight_detect_smooth_image() for lossless case | Markus Armbruster | 2014-03-10 | 1 | -1/+1 |
* | vnc: stop using DisplayState | Gerd Hoffmann | 2013-03-18 | 1 | -3/+4 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | pixman: fix vnc tight png/jpeg support | Gerd Hoffmann | 2012-12-14 | 1 | -2/+2 |
* | pixman/vnc: remove dead code. | Gerd Hoffmann | 2012-11-01 | 1 | -37/+27 |
* | pixman/vnc: remove rgb_prepare_row* functions | Gerd Hoffmann | 2012-11-01 | 1 | -74/+10 |
* | pixman/vnc: use pixman images in vnc. | Gerd Hoffmann | 2012-11-01 | 1 | -76/+68 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -6/+6 |
* | vnc: Fix compilation with --enable-vnc-png | Stefan Weil | 2011-06-27 | 1 | -0/+3 |
* | Fix MinGW compilation when --enable-vnc-jpeg is specified | Roy Tam | 2011-06-26 | 1 | -2/+5 |
* | vnc: tight: Fix crash after 2GB of output | Michael Tokarev | 2011-04-10 | 1 | -2/+3 |
* | ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined | Peter Maydell | 2011-02-24 | 1 | -0/+4 |
* | vnc: add a non-adaptive option | Corentin Chary | 2011-02-23 | 1 | -1/+1 |
* | vnc: tight: tweak adaptive tight settings | Corentin Chary | 2011-02-23 | 1 | -10/+10 |
* | vnc: fix uint8_t comparisons with negative values | Corentin Chary | 2011-02-23 | 1 | -2/+2 |
* | vnc: tight: use the update frequency to choose between lossy and lossless | Corentin Chary | 2011-02-23 | 1 | -13/+62 |
* | Fix spelling in comments | Stefan Weil | 2010-10-05 | 1 | -1/+1 |
* | vnc: use bswapNN() rather than bswap_NN() | Izumi Tsutsui | 2010-09-04 | 1 | -4/+4 |
* | vnc: tight: remove unused variable | Serge Ziryukin | 2010-09-04 | 1 | -2/+0 |
* | size_t is unsigned, change to ssize_t to handle errors from tight_compress_da... | Jes Sorensen | 2010-09-04 | 1 | -4/+4 |
* | Initialize a variable in all cases | Blue Swirl | 2010-07-31 | 1 | -0/+2 |
* | Fix uint8_t comparison with negative value | Blue Swirl | 2010-07-31 | 1 | -1/+1 |
* | Fix mingw32 build | Blue Swirl | 2010-07-27 | 1 | -9/+9 |
* | Initialize a variable in all cases | Blue Swirl | 2010-07-27 | 1 | -0/+2 |
* | Fix uint8_t comparisons with negative values | Blue Swirl | 2010-07-27 | 1 | -3/+3 |
* | vnc: tight: split send_sub_rect | Corentin Chary | 2010-07-27 | 1 | -25/+55 |
* | vnc: tight: fix rgb_prepare_row | Corentin Chary | 2010-07-27 | 1 | -5/+10 |
* | vnc: fix tight png memory leak | Corentin Chary | 2010-07-27 | 1 | -0/+3 |
* | vnc: encapsulate encoding members | Corentin Chary | 2010-07-27 | 1 | -102/+102 |
* | vnc: tight: stop using qdict for palette stuff | Corentin Chary | 2010-07-27 | 1 | -128/+35 |
* | vnc: tight: specific zlib level and filters for each compression level | Corentin Chary | 2010-07-27 | 1 | -1/+18 |
* | vnc: tight add PNG encoding | Corentin Chary | 2010-07-27 | 1 | -42/+274 |
* | vnc: tight: remove a memleak in send_jpeg_rect() | Corentin Chary | 2010-07-27 | 1 | -2/+3 |
* | vnc: tight: don't forget do at the last color | Corentin Chary | 2010-07-27 | 1 | -1/+1 |