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