1. f4ba09b Detect AltiVec support on OpenBSD by Donovan Watteau · 8 years ago
  2. 4ad94b2 Detect AltiVec support on AmigaOS 4 by Chris Young · 8 years ago
  3. 6e9d43e Linux/PPC: Only enable AltiVec if CPU supports it by DRC · 8 years ago
  4. 123f725 Format copyright headers more consistently by DRC · 8 years ago
  5. bd49803 Use consistent/modern code formatting for pointers by DRC · 9 years ago
  6. f3a8684 SSE2 SIMD implementation of Huffman encoding by DRC · 9 years ago
  7. c641cdd AltiVec SIMD implementation of H2V1 and H2V2 plain upsampling (used only when decompressing YCCK images with fast upsampling enabled.) by DRC · 10 years ago
  8. 86af36a AltiVec SIMD implementation of H2V1 and H2V2 merged upsampling by DRC · 10 years ago
  9. 52a4ec6 AltiVec SIMD implementation of H2V1 and H2V2 fancy upsampling by DRC · 10 years ago
  10. ac4daa7 AltiVec SIMD implementation of YCC-to-RGB color conversion by DRC · 10 years ago
  11. 2204820 AltiVec SIMD implementation of 2x1 and 2x2 downsampling by DRC · 10 years ago
  12. 577ecd9 AltiVec SIMD implementation of sample conversion and integer quantization by DRC · 10 years ago
  13. b1fec4f AltiVec SIMD implementation of RGB-to-Grayscale color conversion by DRC · 10 years ago
  14. 62bae20 AltiVec SIMD implementation of RGB-to-YCC color conversion by DRC · 10 years ago
  15. bf8a5fe Cosmetic tweaks to the PowerPC SIMD stubs by DRC · 10 years ago
  16. 0691162 AltiVec SIMD implementation of slow integer inverse DCT by DRC · 10 years ago
  17. 6cb7f40 AltiVec SIMD implementation of fast integer inverse DCT by DRC · 10 years ago
  18. fb0c394 AltiVec SIMD implementation of slow integer forward DCT; Clean up fast integer forward DCT code so that it is easier to see how it derives from the SSE2 code and to make it play more nicely with the slow FDCT code. by DRC · 10 years ago
  19. 7affbfc The AltiVec code actually works on 32-bit PowerPC platforms as well, so change the "powerpc64" token to "powerpc". Also clean up the shift code, which wasn't building properly on OS X. by DRC · 10 years ago[Renamed from simd/jsimd_powerpc64.c]
  20. cd2d8e1 AltiVec SIMD implementation of fast forward DCT by DRC · 10 years ago