- a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
- 281d1fa Do not include kernel.h in system.h. by Thomas Martitz · 11 years ago
- 9b92073 Fix bitmap scaling for Coldfire. Closes FS#12411. by Andree Buschmann · 13 years ago
- 312b2a2 Document the internal alpha channel format better, and fixes for 32bit alpha bitmaps. by Thomas Martitz · 13 years ago
- c7b8054 Adapt the resize-on-load image scalers to support the alpha channel. by Thomas Martitz · 13 years ago
- 8c3fc23 remove set but unused variable by Rafaël Carré · 14 years ago
- 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
- d9c1bba Vertical Stride: Add support for yuv to native output. by Karl Kurbjun · 15 years ago
- fa49b1e Add support for vertical stride to resizer. by Karl Kurbjun · 15 years ago
- 00d6cfd Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. by Andrew Mahone · 15 years ago
- 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
- 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
- cda9074 Fix red. by Andrew Mahone · 16 years ago
- 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
- 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
- 1541c31 Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FIX, and SC_SHIFT. by Andrew Mahone · 16 years ago
- f8877bf small speedup for scaler on sh-1, via use of hardware multiply instruction where possible by Andrew Mahone · 16 years ago
- 8e2ff63 Various files: make function implementations consistent with their declaration in the header file or static if by Bertrik Sikken · 16 years ago
- 1b13299 scaler optimizations: by Andrew Mahone · 16 years ago
- 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
- 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
- 07e982d cleanup for core-file-in-pluginlib compilation: by Andrew Mahone · 16 years ago
- 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
- 32c2f45 static/const/#include/tab police on various files by Bertrik Sikken · 16 years ago
- 9058620 Make scaler output truly pluggable, add an 8-bit greyscale output to by Andrew Mahone · 16 years ago
- f7fa7e5 Latest work on the bmp on-load scaler: by Andrew Mahone · 16 years ago
- 676fd32 fix yellow by Andrew Mahone · 16 years ago
- 524c540 remove unneeded test by Andrew Mahone · 16 years ago
- ea5d0bd fix yellow by Andrew Mahone · 16 years ago
- 66b0d81 fix broken greyscale upscaling by Andrew Mahone · 16 years ago
- 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
- 995c89c code cleanup, more descriptive variable names, and algorithm docs for color scalers by Andrew Mahone · 16 years ago
- eb04315 small binsize improvement for color scalers by Andrew Mahone · 16 years ago
- 40ff47c fix yellow - bogus unitialized use warnings by Andrew Mahone · 16 years ago
- 781421a resize-on-load for bitmap files on 2bpp and color targets by Andrew Mahone · 16 years ago