1. c7b8054 Adapt the resize-on-load image scalers to support the alpha channel. by Thomas Martitz · 13 years ago
  2. 00d6cfd Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. by Andrew Mahone · 15 years ago
  3. 92785b8 Use pre-multiplication in scaler to save one multiply per color component on ARM and Coldfire, at the cost of an extra add/shift in the horizontal scaler to reduce values to a workable range. SH-1 retains the same basic math, as by Andrew Mahone · 15 years ago
  4. 91efc16 Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. by Andrew Mahone · 16 years ago
  5. eef7945 Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. by Andrew Mahone · 16 years ago
  6. 20f76d6 Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow by Andrew Mahone · 16 years ago
  7. 1541c31 Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FIX, and SC_SHIFT. by Andrew Mahone · 16 years ago
  8. d8ff941 Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routines (signed and unsigned). by Jens Arnold · 16 years ago
  9. 789b0a2 Add an unsigned 32*32->top32 bit multiply for resizing on SH1, and switch to 32 bit precision using that. by Jens Arnold · 16 years ago
  10. 21a0504 Hopefully fix wrong colours on coldfire targets for certain scaling factors. EMAC needs to be in unsigned integer mode. by Jens Arnold · 16 years ago
  11. 9f08068 fix test for SH in resize.h by Andrew Mahone · 16 years ago
  12. 1b13299 scaler optimizations: by Andrew Mahone · 16 years ago
  13. 07e982d cleanup for core-file-in-pluginlib compilation: by Andrew Mahone · 16 years ago
  14. 4eedc93 build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, and use it in the test greylib scaler plugin by Andrew Mahone · 16 years ago
  15. 9058620 Make scaler output truly pluggable, add an 8-bit greyscale output to by Andrew Mahone · 16 years ago
  16. f7fa7e5 Latest work on the bmp on-load scaler: by Andrew Mahone · 16 years ago
  17. 441fca1 Fix a wrong comment in thread.c and mention an alternative approach to inits. Fix a couple headers' Id fields while at it. by Michael Sevakis · 16 years ago
  18. 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago