1. 132b5fd Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard by DRC · 15 years ago
  2. fc5dc4f Some systems (notably OS X Leopard) have fls() already, so rename ours to avoid conflict by DRC · 15 years ago
  3. 021da08 Not all platforms define __WORDSIZE by DRC · 15 years ago
  4. e281664 Greatly improve performance of Huffman decoding by DRC · 15 years ago
  5. 6c0e1fc Significantly improve grayscale performance by DRC · 15 years ago
  6. 0ba6826 Merge unified_buildsys branch to trunk (r3892 - r3898) by Adam Tkac · 15 years ago
  7. a21a01c Update (C) notice and fix line feed in usage instructions by DRC · 15 years ago
  8. 353332b Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on by Peter Åstrand · 15 years ago
  9. adfd233 Windows build fixes: by Peter Åstrand · 15 years ago
  10. dae4474 Unfortunately, the previous enhancements made an invalid assumption about the code sizes, which caused "DCT out of range" errors in the decoder. Was able to fix 64-bit without losing any performance, but unfortunately had to revert 32-bit back to its previous behavior for now. by DRC · 15 years ago
  11. 8ece7fe Update copyrights to indicate files modified with colorspace extensions by DRC · 15 years ago
  12. 62aaa7e Oops. Clean up a couple of remaining 32-bit memory accesses by DRC · 15 years ago
  13. 8443e52 Improve compression performance by 15-20% by DRC · 15 years ago
  14. 5d20b7e Make our Makefile.am a bit easier to convert to a standalone one by by Pierre Ossman · 15 years ago
  15. 79ecd1b Make sure bmp.h gets distributed. by Pierre Ossman · 15 years ago
  16. f1418c7 Make sure the indirectly used assembly files get packaged. by Pierre Ossman · 15 years ago
  17. 9a6b8dc Make x86_64 SIMD code PIC friendly by Pierre Ossman · 15 years ago
  18. db838bd Ignore test tools and files generated by them by Pierre Ossman · 15 years ago
  19. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  20. 1aea5fa Remove unused variable. by Pierre Ossman · 15 years ago
  21. afa937e Improve the messages for the SIMD configuration test now that we support by Pierre Ossman · 15 years ago
  22. 73de982 Add back in cjpeg and djpeg utilities for testing purposes by DRC · 15 years ago
  23. 5ead57a The Independent JPEG Group's JPEG software v6b by Thomas G. Lane · 26 years ago
  24. 489583f The Independent JPEG Group's JPEG software v6a by Thomas G. Lane · 29 years ago
  25. bc79e06 The Independent JPEG Group's JPEG software v6 by Thomas G. Lane · 29 years ago
  26. a8b67c4 The Independent JPEG Group's JPEG software v5b by Thomas G. Lane · 29 years ago
  27. 9ba2f5e The Independent JPEG Group's JPEG software v5a by Thomas G. Lane · 30 years ago
  28. 36a4ccc The Independent JPEG Group's JPEG software v5 by Thomas G. Lane · 30 years ago
  29. cc7150e The Independent JPEG Group's JPEG software v4a by Thomas G. Lane · 31 years ago
  30. 88aeed4 The Independent JPEG Group's JPEG software v4 by Thomas G. Lane · 32 years ago
  31. 4a6b730 The Independent JPEG Group's JPEG software v3 by Thomas G. Lane · 32 years ago
  32. bd543f0 The Independent JPEG Group's JPEG software v2 by Thomas G. Lane · 33 years ago
  33. 2cbeb8a The Independent JPEG Group's JPEG software v1 by Thomas G. Lane · 33 years ago
  34. cdc8ac3 64-bit SIMD acceleration by DRC · 15 years ago
  35. 3a63184 Fix dependencies for merged upsampling code by DRC · 15 years ago
  36. 61e51f9 Test fast upsampling "4:1:1 = 4:2:0" by DRC · 15 years ago
  37. 720e161 Add colorspace extensions to merged upsampling routines by DRC · 15 years ago
  38. e673a17 Remove unnecessary code by DRC · 15 years ago
  39. 16ed1f5 Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it received the effect of the redefined RGB_* macros by DRC · 15 years ago
  40. a2d19e1 Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that it receives the effect of the redefined RGB_* macros by DRC · 15 years ago
  41. 6e8b69d Don't install test programs, build them only. by Adam Tkac · 15 years ago
  42. 6e075fc Check if C++ compiler is present. by Adam Tkac · 15 years ago
  43. 2e7b76b Include low-level unit tests borrowed from VirtualGL by DRC · 15 years ago
  44. f25c071 Implement new colorspaces to allow directly compressing from/decompressing to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion by DRC · 15 years ago
  45. 59c1a25 Add environment variables to force MMX/SSE2 code path selection by DRC · 15 years ago
  46. c7fbf29 Fix build for RGB_PIXELSIZE==4 by DRC · 15 years ago
  47. 3cba8db Eliminate backward incompatibility that required empty_output_buffer() to handle cases in which the buffer wasn't 100% full by DRC · 15 years ago
  48. 3a65ef4 Work around subdirectory bug in older automake. by Pierre Ossman · 15 years ago
  49. 8629988 Fix broken buffered I/O (to make cjpeg work) by DRC · 15 years ago
  50. d07a0a6 Make source compilable via GNU autotools which are part of RHEL 5. by Adam Tkac · 15 years ago
  51. 6a8b33d Revert r3657 (import of autogenerated) files. by Adam Tkac · 15 years ago
  52. 995a3e1 Add new simd files to Visual Studio project file. by Pierre Ossman · 15 years ago
  53. dc5db14 Move variable init around a bit to please crappy compilers. by Pierre Ossman · 15 years ago
  54. b28e287 Don't mix LOCAL() and qualifiers. by Pierre Ossman · 15 years ago
  55. 9931338 Include Huffman codec optimizations borrowed from TurboJPEG by DRC · 15 years ago
  56. 0747ad2 Import autogenerated files for unix/ and common/ subdirs to make source by Adam Tkac · 15 years ago
  57. eea7215 Add SSE2 SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  58. a2e6a9d IJG R6b with x86SIMD V1.02 by MIYASAKA Masaru · 19 years ago
  59. 018fc42 Add SSE SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  60. 7311830 Most SIMD implementations need 16 byte alignment by Pierre Ossman · 15 years ago
  61. 35c4719 Make sure the work space memory is properly aligned by Pierre Ossman · 15 years ago
  62. 65d0317 Add 3DNow SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  63. 5eb84ff Add MMX SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  64. dedc42e "Optimise" quantization step by replacing the division by a multiplication. by Pierre Ossman · 15 years ago
  65. 2ae181c Implement x86 SIMD framework by Pierre Ossman · 15 years ago
  66. 59a3938 Framework for supporting SIMD acceleration by Pierre Ossman · 15 years ago
  67. 49dcbfb Split up the forward DCT routine into three stages by Pierre Ossman · 15 years ago
  68. 5557fd2 Improve memory allocater alignment handling by Pierre Ossman · 15 years ago
  69. 2fb0831 Ignore generated configuration header. by Pierre Ossman · 15 years ago
  70. ba0ce39 Explain the config header voodoo. by Pierre Ossman · 15 years ago
  71. b22e883 Don't test for GNU malloc as we don't need it (or even check the result by Pierre Ossman · 15 years ago
  72. aa026fb Renamed README_TightVNC.txt as README_TigerVNC.txt by Peter Åstrand · 15 years ago
  73. 8a418b2 Rebrand the source as TigerVNC. It is my hope that this patch is by Peter Åstrand · 15 years ago
  74. 5f33883 Ignoring Autotools and build files. by Peter Åstrand · 16 years ago
  75. 213a72a This should be the final modification to restore a working Visual by Peter Åstrand · 16 years ago
  76. da5a1fe [Bugfix] Include man files and more jpeg libraries in tarball by Adam Tkac · 16 years ago
  77. 0ca4425 Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk. by Constantin Kaplinsky · 16 years ago
  78. c875307 Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. by Constantin Kaplinsky · 18 years ago