summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
AgeCommit message (Expand)Author
2006-11-20BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold
2006-11-20BMP loader: Remote LCD format support.Jens Arnold
2006-11-19Fixed the dithering once more.Jens Arnold
2006-11-18Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold
2006-11-11Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...Jens Arnold
2006-10-15More color adjustments. Better translation to and from native colors with eve...Michael Sevakis
2006-10-12Left some crud in bmp.c that should've been removed before committing. Don't ...Michael Sevakis
2006-10-11Fixed the problem with the backdrops on iPod. The same problem was in the upd...Michael Sevakis
2006-10-11Small bitmap dithering tweakMichael Sevakis
2006-10-11Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis
2006-04-24Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner
2006-03-18Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold
2006-03-11The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing
2006-01-31Handle 8-bit BMP filesLinus Nielsen Feltzing
2006-01-31Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing
2006-01-31Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...Magnus Holmgren
2006-01-31Correct PaddedWidth calculationLinus Nielsen Feltzing
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough
2006-01-31Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing
2006-01-30Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren
2006-01-29Better working fix for the BMP loader transparency flag bugLinus Nielsen Feltzing
2006-01-29Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.Brandon Low
2006-01-28Color BMP supportLinus Nielsen Feltzing
2006-01-24Little optimization to the bmp loader loop (unfortunately almost noMiika Pekkarinen
2005-05-08Made it build warning-free on the sim. This could not have worked in the simDaniel Stenberg
2005-05-07include autoconf for the endian definesDaniel Stenberg
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-04-25Long policy againLinus Nielsen Feltzing
2005-04-25Long policyLinus Nielsen Feltzing
2005-04-25New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing
2002-08-16(while I remember this) The width padding is 4-byte aligned, nothing else...Daniel Stenberg
2002-08-16removed code within #ifdef STANDALONE since it doesn't work and isn't everDaniel Stenberg
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
2002-05-30removed unused variables, removed static variablesDaniel Stenberg
2002-05-30corrected the comment regarding what kind of BMP files this readsDaniel Stenberg
2002-05-29included debug.h for debugf functionFelix Arends
2002-05-21free memoryDaniel Stenberg
2002-05-17Moving recorder code to recorder/Björn Stenberg