1. 1f80a10 Allow RPMs and SRPMs to be generated with v7/v8b emulation; Add CMake scripts and other missing files to source distribution by DRC · 14 years ago
  2. d830d36 Fix dependencies for the color conversion routines, which build other .asm files indirectly by DRC · 14 years ago
  3. c869c2c Unix LF by DRC · 14 years ago
  4. cd5f2ee Allow nasm path to be overridden by DRC · 14 years ago
  5. 8469703 First pass at a CMake build system by DRC · 14 years ago
  6. c06073a Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) by DRC · 14 years ago
  7. 3095971 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to by DRC · 14 years ago
  8. 231a43f Fix build with YASM by DRC · 14 years ago
  9. b6f097f xmm6-xmm15 must also be preserved by the callee; Win64 should fully work now by DRC · 14 years ago
  10. d3e320f Win64 should fully work now by DRC · 14 years ago
  11. 4132b1d Updated (C) by DRC · 14 years ago
  12. e728ed7 Win64 (mostly) works now by DRC · 14 years ago
  13. a644fb0 Use correct filenames in headers by DRC · 14 years ago
  14. fb096ff Only have to use 32-bit mov for r14, since it is populated from the stack by DRC · 14 years ago
  15. 14ecb53 Attempt to fix Win64 issues by DRC · 14 years ago
  16. f8b77c4 Don't allow code path to be forced on a system that doesn't support it by DRC · 14 years ago
  17. 0489909 Bleepin' Windows uses LLP64, not LP64 by DRC · 14 years ago
  18. 0c6a271 Make TJ_FORCE* options work correctly by DRC · 14 years ago
  19. 26b208d MinGW64 requires that the functions be prefixed with an underscore. Visual C++ apparently doesn't by DRC · 14 years ago
  20. 8b014d7 First attempt at Win64 support by DRC · 14 years ago
  21. c932768 Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) by DRC · 14 years ago
  22. 8a26fde Fix build with Sun Studio by DRC · 14 years ago
  23. 327184f builddir isn't always defined by DRC · 14 years ago
  24. 971d851 Enable (i.e. fix) VPATH and out-of-tree builds by DRC · 14 years ago
  25. 4f44281 Oops. Use EGREP instead of GREP, because GREP is not available in earlier versions of autotools by DRC · 15 years ago
  26. 2a46aee Fix build problems on Solaris 10 by DRC · 15 years ago
  27. e54fb0b [Bugfix] Mark stack as non-executable in NASM code. by Adam Tkac · 15 years ago
  28. 321ad51 Enable 64-bit build on Snow Leopard by DRC · 15 years ago
  29. 132b5fd Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard by DRC · 15 years ago
  30. 0ba6826 Merge unified_buildsys branch to trunk (r3892 - r3898) by Adam Tkac · 15 years ago
  31. adfd233 Windows build fixes: by Peter Åstrand · 15 years ago
  32. 62aaa7e Oops. Clean up a couple of remaining 32-bit memory accesses by DRC · 15 years ago
  33. f1418c7 Make sure the indirectly used assembly files get packaged. by Pierre Ossman · 15 years ago
  34. 9a6b8dc Make x86_64 SIMD code PIC friendly by Pierre Ossman · 15 years ago
  35. ba82ddf Clean up SIMD glue code by Pierre Ossman · 15 years ago
  36. cdc8ac3 64-bit SIMD acceleration by DRC · 15 years ago
  37. 3a63184 Fix dependencies for merged upsampling code by DRC · 15 years ago
  38. 720e161 Add colorspace extensions to merged upsampling routines 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. f25c071 Implement new colorspaces to allow directly compressing from/decompressing to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion by DRC · 15 years ago
  42. c7fbf29 Fix build for RGB_PIXELSIZE==4 by DRC · 15 years ago
  43. 3a65ef4 Work around subdirectory bug in older automake. by Pierre Ossman · 15 years ago
  44. eea7215 Add SSE2 SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  45. 018fc42 Add SSE SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  46. 65d0317 Add 3DNow SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  47. 5eb84ff Add MMX SIMD implementation of computationally intensive routines. by Pierre Ossman · 15 years ago
  48. 2ae181c Implement x86 SIMD framework by Pierre Ossman · 15 years ago