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