index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
bmp.c
Age
Commit message (
Expand
)
Author
2006-11-20
BMP loader: Using shifts for division by powers of 2 saves a bit on code size.
Jens Arnold
2006-11-20
BMP loader: Remote LCD format support.
Jens Arnold
2006-11-19
Fixed the dithering once more.
Jens Arnold
2006-11-18
Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...
Jens Arnold
2006-11-11
Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...
Jens Arnold
2006-10-15
More color adjustments. Better translation to and from native colors with eve...
Michael Sevakis
2006-10-12
Left some crud in bmp.c that should've been removed before committing. Don't ...
Michael Sevakis
2006-10-11
Fixed the problem with the backdrops on iPod. The same problem was in the upd...
Michael Sevakis
2006-10-11
Small bitmap dithering tweak
Michael Sevakis
2006-10-11
Fixed errors. Forgot to include system.h for swap16 in bmp.c
Michael Sevakis
2006-10-11
Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...
Michael Sevakis
2006-04-24
Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...
Frank Dischner
2006-03-18
Correct pallette->RGB565 conversion when loading 1-bit BMP files.
Jens Arnold
2006-03-11
The image size calculation was wrong on monochrome targets
Linus Nielsen Feltzing
2006-01-31
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-30
Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.
Magnus Holmgren
2006-01-29
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-28
Color BMP support
Linus Nielsen Feltzing
2006-01-24
Little optimization to the bmp loader loop (unfortunately almost no
Miika Pekkarinen
2005-05-08
Made it build warning-free on the sim. This could not have worked in the sim
Daniel Stenberg
2005-05-07
include autoconf for the endian defines
Daniel Stenberg
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-04-25
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
2002-08-16
(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-13
Gained about 128 KB buffer space by removing malloc() and the heap
Björn Stenberg
2002-05-30
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-29
included debug.h for debugf function
Felix Arends
2002-05-21
free memory
Daniel Stenberg
2002-05-17
Moving recorder code to recorder/
Björn Stenberg