Age | Commit message (Expand) | Author |
2014-09-05 | console: Remove unused QEMU_BIG_ENDIAN_FLAG | Benjamin Herrenschmidt |
2014-06-02 | vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32} | Gonglei |
2014-03-10 | vnc: Fix tight_detect_smooth_image() for lossless case | Markus Armbruster |
2013-03-18 | vnc: stop using DisplayState | Gerd Hoffmann |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-14 | pixman: fix vnc tight png/jpeg support | Gerd Hoffmann |
2012-11-01 | pixman/vnc: remove dead code. | Gerd Hoffmann |
2012-11-01 | pixman/vnc: remove rgb_prepare_row* functions | Gerd Hoffmann |
2012-11-01 | pixman/vnc: use pixman images in vnc. | Gerd Hoffmann |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-06-27 | vnc: Fix compilation with --enable-vnc-png | Stefan Weil |
2011-06-26 | Fix MinGW compilation when --enable-vnc-jpeg is specified | Roy Tam |
2011-04-10 | vnc: tight: Fix crash after 2GB of output | Michael Tokarev |
2011-02-24 | ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined | Peter Maydell |
2011-02-23 | vnc: add a non-adaptive option | Corentin Chary |
2011-02-23 | vnc: tight: tweak adaptive tight settings | Corentin Chary |
2011-02-23 | vnc: fix uint8_t comparisons with negative values | Corentin Chary |
2011-02-23 | vnc: tight: use the update frequency to choose between lossy and lossless | Corentin Chary |
2010-10-05 | Fix spelling in comments | Stefan Weil |
2010-09-04 | vnc: use bswapNN() rather than bswap_NN() | Izumi Tsutsui |
2010-09-04 | vnc: tight: remove unused variable | Serge Ziryukin |
2010-09-04 | size_t is unsigned, change to ssize_t to handle errors from tight_compress_da... | Jes Sorensen |
2010-07-31 | Initialize a variable in all cases | Blue Swirl |
2010-07-31 | Fix uint8_t comparison with negative value | Blue Swirl |
2010-07-27 | Fix mingw32 build | Blue Swirl |
2010-07-27 | Initialize a variable in all cases | Blue Swirl |
2010-07-27 | Fix uint8_t comparisons with negative values | Blue Swirl |
2010-07-26 | vnc: tight: split send_sub_rect | Corentin Chary |
2010-07-26 | vnc: tight: fix rgb_prepare_row | Corentin Chary |
2010-07-26 | vnc: fix tight png memory leak | Corentin Chary |
2010-07-26 | vnc: encapsulate encoding members | Corentin Chary |
2010-07-26 | vnc: tight: stop using qdict for palette stuff | Corentin Chary |
2010-07-26 | vnc: tight: specific zlib level and filters for each compression level | Corentin Chary |
2010-07-26 | vnc: tight add PNG encoding | Corentin Chary |
2010-07-26 | vnc: tight: remove a memleak in send_jpeg_rect() | Corentin Chary |
2010-07-26 | vnc: tight: don't forget do at the last color | Corentin Chary |
2010-07-26 | vnc: rename vnc-encoding-* vnc-enc-* | Corentin Chary |