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
/
bmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Correct pallette->RGB565 conversion when loading 1-bit BMP files.
Jens Arnold
2006-03-18
*
The image size calculation was wrong on monochrome targets
Linus Nielsen Feltzing
2006-03-11
*
Handle 8-bit BMP files
Linus Nielsen Feltzing
2006-01-31
*
Slighly less confusing handling of inverted monochrome images
Linus Nielsen Feltzing
2006-01-31
*
Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...
Magnus Holmgren
2006-01-31
*
Correct PaddedWidth calculation
Linus Nielsen Feltzing
2006-01-31
*
Small iPod colour BMP fix by linuxstd
Christi Scarborough
2006-01-31
*
Fixed endianness problem in the BMP loader
Linus Nielsen Feltzing
2006-01-31
*
Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.
Magnus Holmgren
2006-01-30
*
Better working fix for the BMP loader transparency flag bug
Linus Nielsen Feltzing
2006-01-29
*
Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.
Brandon Low
2006-01-29
*
Color BMP support
Linus Nielsen Feltzing
2006-01-28
*
Little optimization to the bmp loader loop (unfortunately almost no
Miika Pekkarinen
2006-01-24
*
Made it build warning-free on the sim. This could not have worked in the sim
Daniel Stenberg
2005-05-08
*
include autoconf for the endian defines
Daniel Stenberg
2005-05-07
*
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-05-07
*
Long policy again
Linus Nielsen Feltzing
2005-04-25
*
Long policy
Linus Nielsen Feltzing
2005-04-25
*
New BMP reader by Tomas Salfischberger
Linus Nielsen Feltzing
2005-04-25
*
(while I remember this) The width padding is 4-byte aligned, nothing else...
Daniel Stenberg
2002-08-16
*
removed code within #ifdef STANDALONE since it doesn't work and isn't ever
Daniel Stenberg
2002-08-16
*
Gained about 128 KB buffer space by removing malloc() and the heap
Björn Stenberg
2002-08-13
*
removed unused variables, removed static variables
Daniel Stenberg
2002-05-30
*
corrected the comment regarding what kind of BMP files this reads
Daniel Stenberg
2002-05-30
*
included debug.h for debugf function
Felix Arends
2002-05-29
*
free memory
Daniel Stenberg
2002-05-21
*
Moving recorder code to recorder/
Björn Stenberg
2002-05-17