1. 00d6cfd Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. by Andrew Mahone · 16 years ago
  2. 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 · 16 years ago
  3. 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
  4. cda9074 Fix red. 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. f8877bf small speedup for scaler on sh-1, via use of hardware multiply instruction where possible by Andrew Mahone · 16 years ago
  9. 8e2ff63 Various files: make function implementations consistent with their declaration in the header file or static if by Bertrik Sikken · 16 years ago
  10. 1b13299 scaler optimizations: by Andrew Mahone · 16 years ago
  11. 738a564 support pixel aspect ratio compensation in recalc_dimension, with PAR defined as 1:1 by default, and set to 4:5 for archos bitmap targets by Andrew Mahone · 16 years ago
  12. 2fbf097 remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api, 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. 32c2f45 static/const/#include/tab police on various files by Bertrik Sikken · 16 years ago
  16. 9058620 Make scaler output truly pluggable, add an 8-bit greyscale output to by Andrew Mahone · 16 years ago
  17. f7fa7e5 Latest work on the bmp on-load scaler: by Andrew Mahone · 16 years ago
  18. 676fd32 fix yellow by Andrew Mahone · 16 years ago
  19. 524c540 remove unneeded test by Andrew Mahone · 16 years ago
  20. ea5d0bd fix yellow by Andrew Mahone · 16 years ago
  21. 66b0d81 fix broken greyscale upscaling by Andrew Mahone · 16 years ago
  22. 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
  23. 995c89c code cleanup, more descriptive variable names, and algorithm docs for color scalers by Andrew Mahone · 16 years ago
  24. eb04315 small binsize improvement for color scalers by Andrew Mahone · 16 years ago
  25. 40ff47c fix yellow - bogus unitialized use warnings by Andrew Mahone · 16 years ago
  26. 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago