summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c (follow)
Commit message (Expand)AuthorAge
* 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