index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
resize.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Adapt the resize-on-load image scalers to support the alpha channel.
Thomas Martitz
2011-11-08
*
Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.
Andrew Mahone
2009-05-26
*
Use pre-multiplication in scaler to save one multiply per color component on ...
Andrew Mahone
2009-05-26
*
Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...
Andrew Mahone
2009-05-09
*
Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...
Andrew Mahone
2009-05-06
*
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...
Andrew Mahone
2009-05-04
*
Improve scaler reciprocal precision by 1 bit, and remove unused SC_NUM, SC_FI...
Andrew Mahone
2009-04-08
*
Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routin...
Jens Arnold
2009-02-15
*
Add an unsigned 32*32->top32 bit multiply for resizing on SH1, and switch to ...
Jens Arnold
2009-02-15
*
Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...
Jens Arnold
2009-01-25
*
fix test for SH in resize.h
Andrew Mahone
2009-01-20
*
scaler optimizations:
Andrew Mahone
2009-01-20
*
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2009-01-08
*
build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...
Andrew Mahone
2009-01-04
*
Make scaler output truly pluggable, add an 8-bit greyscale output to
Andrew Mahone
2008-12-26
*
Latest work on the bmp on-load scaler:
Andrew Mahone
2008-12-26
*
Fix a wrong comment in thread.c and mention an alternative approach to inits....
Michael Sevakis
2008-12-10
*
resize-on-load for bitmap files on 2bpp and color targets
Andrew Mahone
2008-12-09