1. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  2. 2fb0c09 vnc: Fix compilation with --enable-vnc-png by Stefan Weil · 14 years ago
  3. f26e428 Fix MinGW compilation when --enable-vnc-jpeg is specified by Roy Tam · 14 years ago
  4. 2caa9e9 vnc: tight: Fix crash after 2GB of output by Michael Tokarev · 14 years ago
  5. cf76a1c ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined by Peter Maydell · 14 years ago
  6. 80e0c8c vnc: add a non-adaptive option by Corentin Chary · 14 years ago
  7. 8cb4a6b vnc: tight: tweak adaptive tight settings by Corentin Chary · 14 years ago
  8. 368d258 vnc: fix uint8_t comparisons with negative values by Corentin Chary · 14 years ago
  9. ce702e9 vnc: tight: use the update frequency to choose between lossy and lossless by Corentin Chary · 14 years ago
  10. b0cd712 Fix spelling in comments by Stefan Weil · 15 years ago
  11. ba5e7f8 vnc: use bswapNN() rather than bswap_NN() by Izumi Tsutsui · 15 years ago
  12. 49e3fcc vnc: tight: remove unused variable by Serge Ziryukin · 14 years ago
  13. 2116eff size_t is unsigned, change to ssize_t to handle errors from tight_compress_data() by Jes Sorensen · 14 years ago
  14. ad7ee4a Initialize a variable in all cases by Blue Swirl · 15 years ago
  15. aee474e Fix uint8_t comparison with negative value by Blue Swirl · 15 years ago
  16. 249cdb4 Fix mingw32 build by Blue Swirl · 15 years ago
  17. d167f9b Initialize a variable in all cases by Blue Swirl · 15 years ago
  18. 7bccf57 Fix uint8_t comparisons with negative values by Blue Swirl · 15 years ago
  19. 03817eb vnc: tight: split send_sub_rect by Corentin Chary · 15 years ago
  20. 4043a01 vnc: tight: fix rgb_prepare_row by Corentin Chary · 15 years ago
  21. b5469b1 vnc: fix tight png memory leak by Corentin Chary · 15 years ago
  22. d1af0e0 vnc: encapsulate encoding members by Corentin Chary · 15 years ago
  23. 5136a05 vnc: tight: stop using qdict for palette stuff by Corentin Chary · 15 years ago
  24. 3941bf6 vnc: tight: specific zlib level and filters for each compression level by Corentin Chary · 15 years ago
  25. efe556a vnc: tight add PNG encoding by Corentin Chary · 15 years ago
  26. d9c18c2 vnc: tight: remove a memleak in send_jpeg_rect() by Corentin Chary · 15 years ago
  27. 5d8efe3 vnc: tight: don't forget do at the last color by Corentin Chary · 15 years ago
  28. 245f7b5 vnc: rename vnc-encoding-* vnc-enc-* by Corentin Chary · 15 years ago[Renamed (99%) from ui/vnc-encoding-tight.c]
  29. 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from vnc-encoding-tight.c]
  30. 6f9c78c vnc: add lossy option by Corentin Chary · 15 years ago
  31. 2f6f5c7 vnc: tight: add JPEG and gradient subencoding with smooth image detection by Corentin Chary · 15 years ago
  32. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  33. 270ec21 vnc: tight: don't forget the third color by Corentin Chary · 15 years ago
  34. 54d43ea vnc: tight: don't forget last pixel in tight_encode_indexed_rect by Corentin Chary · 15 years ago
  35. aa7d73f vnc: tight: add palette encoding by Corentin Chary · 15 years ago
  36. b4bea3f vnc: add support for tight fill encoding by Corentin Chary · 15 years ago
  37. 380282b vnc: add basic tight support by Corentin Chary · 15 years ago