1. a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
  2. 281d1fa Do not include kernel.h in system.h. by Thomas Martitz · 11 years ago
  3. 9b92073 Fix bitmap scaling for Coldfire. Closes FS#12411. by Andree Buschmann · 13 years ago
  4. 312b2a2 Document the internal alpha channel format better, and fixes for 32bit alpha bitmaps. by Thomas Martitz · 13 years ago
  5. c7b8054 Adapt the resize-on-load image scalers to support the alpha channel. by Thomas Martitz · 13 years ago
  6. 8c3fc23 remove set but unused variable by Rafaël Carré · 14 years ago
  7. 5c1432c Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizing. Fixes FS #10412. The tone and EQ filter calculation relies on the proper EMAC mode. EQ filters were not affected because they're set from a different thread, hence FS #10412 only affected the iAudios (coldfire + albumart + software tone controls). by Jens Arnold · 15 years ago
  8. d9c1bba Vertical Stride: Add support for yuv to native output. by Karl Kurbjun · 15 years ago
  9. fa49b1e Add support for vertical stride to resizer. by Karl Kurbjun · 15 years ago
  10. 00d6cfd Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. by Andrew Mahone · 15 years ago
  11. 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
  12. 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
  13. cda9074 Fix red. by Andrew Mahone · 16 years ago
  14. 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
  15. 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
  16. 1541c31 Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FIX, and SC_SHIFT. by Andrew Mahone · 16 years ago
  17. f8877bf small speedup for scaler on sh-1, via use of hardware multiply instruction where possible by Andrew Mahone · 16 years ago
  18. 8e2ff63 Various files: make function implementations consistent with their declaration in the header file or static if by Bertrik Sikken · 16 years ago
  19. 1b13299 scaler optimizations: by Andrew Mahone · 16 years ago
  20. 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
  21. 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
  22. 07e982d cleanup for core-file-in-pluginlib compilation: by Andrew Mahone · 16 years ago
  23. 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
  24. 32c2f45 static/const/#include/tab police on various files by Bertrik Sikken · 16 years ago
  25. 9058620 Make scaler output truly pluggable, add an 8-bit greyscale output to by Andrew Mahone · 16 years ago
  26. f7fa7e5 Latest work on the bmp on-load scaler: by Andrew Mahone · 16 years ago
  27. 676fd32 fix yellow by Andrew Mahone · 16 years ago
  28. 524c540 remove unneeded test by Andrew Mahone · 16 years ago
  29. ea5d0bd fix yellow by Andrew Mahone · 16 years ago
  30. 66b0d81 fix broken greyscale upscaling by Andrew Mahone · 16 years ago
  31. 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
  32. 995c89c code cleanup, more descriptive variable names, and algorithm docs for color scalers by Andrew Mahone · 16 years ago
  33. eb04315 small binsize improvement for color scalers by Andrew Mahone · 16 years ago
  34. 40ff47c fix yellow - bogus unitialized use warnings by Andrew Mahone · 16 years ago
  35. 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago