1. bd49803 Use consistent/modern code formatting for pointers by DRC · 9 years ago
  2. e8aa5fa Add JSIMD_NOHUFFENC environment variable for ARM by DRC · 9 years ago
  3. 499c470 ARM32 NEON SIMD implementation of Huffman encoding by DRC · 9 years ago
  4. f3a8684 SSE2 SIMD implementation of Huffman encoding by DRC · 9 years ago
  5. d729f4d ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the existing YCC-to-RGB conversion code: by DRC · 10 years ago
  6. 1419852 Clean up code formatting in the SIMD interface functions by DRC · 10 years ago
  7. 1a45b81 Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit) by DRC · 10 years ago
  8. 9397469 Remove trailing space by DRC · 11 years ago
  9. e189ec7 Remove trailing space by DRC · 11 years ago
  10. 19eeaa7 Make environment variable syntax consistent between ARM and x86 code, and add an option to disable SIMD on x86 (this option will be added to the x86-64 code as well, but it makes more sense to add it when we add AVX support.) by DRC · 11 years ago
  11. 316617f Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% when decompressing 4:2:2 JPEGs using fancy upsampling) by DRC · 12 years ago
  12. d65d99a Compiler warnings by DRC · 13 years ago
  13. 67ce3b2 Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing. by DRC · 13 years ago
  14. ce4e3e8 NEON-accelerated slow integer inverse DCT by DRC · 13 years ago
  15. 82bd521 NEON-accelerated quantization by DRC · 13 years ago
  16. 7a9376c ARM NEON-accelerated RGB-to-YCbCr conversion by DRC · 13 years ago
  17. b740054 Support for accelerated forward DCT using ARM NEON instructions by DRC · 13 years ago
  18. 8c60d22 NEON-optimized 2x2 and 4x4 scaled iDCTs by DRC · 13 years ago
  19. 4346f91 iOS ARM support by DRC · 13 years ago
  20. 321e068 ARM NEON support by DRC · 13 years ago