1. 659c90e vnc: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  2. 01b2ffc qapi: merge QInt and QFloat in QNum by Marc-André Lureau · 8 years ago
  3. d9d2663 ui/vnc-enc-tight: remove switch and have single return by Alex Bennée · 8 years ago
  4. 66668d1 vnc-tight: fix regression with libxenstore by Peter Lieven · 9 years ago
  5. 3f7e51b vnc-enc-tight: fix off-by-one bug by Herongguang (Stephen) · 9 years ago
  6. 095497f vnc-enc-tight: use thread local storage for palette by Peter Lieven · 9 years ago
  7. e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
  8. 525965b vnc-enc-tight: fix Arguments in wrong order by Gonglei · 10 years ago
  9. 77bfcf2 console: Remove unused QEMU_BIG_ENDIAN_FLAG by Benjamin Herrenschmidt · 11 years ago
  10. b529915 vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32} by Gonglei · 11 years ago
  11. 2e7bcdb vnc: Fix tight_detect_smooth_image() for lossless case by Markus Armbruster · 11 years ago
  12. d39fa6d vnc: stop using DisplayState by Gerd Hoffmann · 12 years ago
  13. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  14. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  15. bc210eb pixman: fix vnc tight png/jpeg support by Gerd Hoffmann · 12 years ago
  16. 9436268 pixman/vnc: remove dead code. by Gerd Hoffmann · 12 years ago
  17. 47683d6 pixman/vnc: remove rgb_prepare_row* functions by Gerd Hoffmann · 12 years ago
  18. 9f64916 pixman/vnc: use pixman images in vnc. by Gerd Hoffmann · 12 years ago
  19. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  20. 2fb0c09 vnc: Fix compilation with --enable-vnc-png by Stefan Weil · 14 years ago
  21. f26e428 Fix MinGW compilation when --enable-vnc-jpeg is specified by Roy Tam · 14 years ago
  22. 2caa9e9 vnc: tight: Fix crash after 2GB of output by Michael Tokarev · 14 years ago
  23. cf76a1c ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined by Peter Maydell · 14 years ago
  24. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  25. 8cb4a6b vnc: tight: tweak adaptive tight settings by Corentin Chary · 14 years ago
  26. 368d258 vnc: fix uint8_t comparisons with negative values by Corentin Chary · 14 years ago
  27. ce702e9 vnc: tight: use the update frequency to choose between lossy and lossless by Corentin Chary · 14 years ago
  28. b0cd712 Fix spelling in comments by Stefan Weil · 15 years ago
  29. ba5e7f8 vnc: use bswapNN() rather than bswap_NN() by Izumi Tsutsui · 15 years ago
  30. 49e3fcc vnc: tight: remove unused variable by Serge Ziryukin · 15 years ago
  31. 2116eff size_t is unsigned, change to ssize_t to handle errors from tight_compress_data() by Jes Sorensen · 15 years ago
  32. ad7ee4a Initialize a variable in all cases by Blue Swirl · 15 years ago
  33. aee474e Fix uint8_t comparison with negative value by Blue Swirl · 15 years ago
  34. 249cdb4 Fix mingw32 build by Blue Swirl · 15 years ago
  35. d167f9b Initialize a variable in all cases by Blue Swirl · 15 years ago
  36. 7bccf57 Fix uint8_t comparisons with negative values by Blue Swirl · 15 years ago
  37. 03817eb vnc: tight: split send_sub_rect by Corentin Chary · 15 years ago
  38. 4043a01 vnc: tight: fix rgb_prepare_row by Corentin Chary · 15 years ago
  39. b5469b1 vnc: fix tight png memory leak by Corentin Chary · 15 years ago
  40. d1af0e0 vnc: encapsulate encoding members by Corentin Chary · 15 years ago
  41. 5136a05 vnc: tight: stop using qdict for palette stuff by Corentin Chary · 15 years ago
  42. 3941bf6 vnc: tight: specific zlib level and filters for each compression level by Corentin Chary · 15 years ago
  43. efe556a vnc: tight add PNG encoding by Corentin Chary · 15 years ago
  44. d9c18c2 vnc: tight: remove a memleak in send_jpeg_rect() by Corentin Chary · 15 years ago
  45. 5d8efe3 vnc: tight: don't forget do at the last color by Corentin Chary · 15 years ago
  46. 245f7b5 vnc: rename vnc-encoding-* vnc-enc-* by Corentin Chary · 15 years ago[Renamed (99%) from ui/vnc-encoding-tight.c]
  47. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from vnc-encoding-tight.c]
  48. 6f9c78c vnc: add lossy option by Corentin Chary · 15 years ago
  49. 2f6f5c7 vnc: tight: add JPEG and gradient subencoding with smooth image detection by Corentin Chary · 15 years ago
  50. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  51. 270ec21 vnc: tight: don't forget the third color by Corentin Chary · 15 years ago
  52. 54d43ea vnc: tight: don't forget last pixel in tight_encode_indexed_rect by Corentin Chary · 15 years ago
  53. aa7d73f vnc: tight: add palette encoding by Corentin Chary · 15 years ago
  54. b4bea3f vnc: add support for tight fill encoding by Corentin Chary · 15 years ago
  55. 380282b vnc: add basic tight support by Corentin Chary · 15 years ago