summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c (follow)
Commit message (Collapse)AuthorAge
* Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9101 a1c6a512-1295-4272-9138-f99709370657
* The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9006 a1c6a512-1295-4272-9138-f99709370657
* Handle 8-bit BMP filesLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8514 a1c6a512-1295-4272-9138-f99709370657
* Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8513 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Another grayscale bmp loader bug fixed: clear the right amount of ↵Magnus Holmgren2006-01-31
| | | | | | data, to avoid garbage in the images. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8510 a1c6a512-1295-4272-9138-f99709370657
* Correct PaddedWidth calculationLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8509 a1c6a512-1295-4272-9138-f99709370657
* Small iPod colour BMP fix by linuxstdChristi Scarborough2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8504 a1c6a512-1295-4272-9138-f99709370657
* Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing2006-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8498 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren2006-01-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8496 a1c6a512-1295-4272-9138-f99709370657
* Better working fix for the BMP loader transparency flag bugLinus Nielsen Feltzing2006-01-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8481 a1c6a512-1295-4272-9138-f99709370657
* Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.Brandon Low2006-01-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8480 a1c6a512-1295-4272-9138-f99709370657
* Color BMP supportLinus Nielsen Feltzing2006-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8472 a1c6a512-1295-4272-9138-f99709370657
* Little optimization to the bmp loader loop (unfortunately almost noMiika Pekkarinen2006-01-24
| | | | | | | effect as the open() takes the longest time). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8436 a1c6a512-1295-4272-9138-f99709370657
* Made it build warning-free on the sim. This could not have worked in the simDaniel Stenberg2005-05-08
| | | | | | | previously. Made readshort() and readlong() static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6444 a1c6a512-1295-4272-9138-f99709370657
* include autoconf for the endian definesDaniel Stenberg2005-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6422 a1c6a512-1295-4272-9138-f99709370657
* Fixed makefiles for autoconf.g include.Daniel Stenberg2005-05-07
| | | | | | | | | Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
* Long policy againLinus Nielsen Feltzing2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6346 a1c6a512-1295-4272-9138-f99709370657
* Long policyLinus Nielsen Feltzing2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6345 a1c6a512-1295-4272-9138-f99709370657
* New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6340 a1c6a512-1295-4272-9138-f99709370657
* (while I remember this) The width padding is 4-byte aligned, nothing else...Daniel Stenberg2002-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1783 a1c6a512-1295-4272-9138-f99709370657
* removed code within #ifdef STANDALONE since it doesn't work and isn't everDaniel Stenberg2002-08-16
| | | | | | | used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1773 a1c6a512-1295-4272-9138-f99709370657
* Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg2002-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1726 a1c6a512-1295-4272-9138-f99709370657
* removed unused variables, removed static variablesDaniel Stenberg2002-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@816 a1c6a512-1295-4272-9138-f99709370657
* corrected the comment regarding what kind of BMP files this readsDaniel Stenberg2002-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@813 a1c6a512-1295-4272-9138-f99709370657
* included debug.h for debugf functionFelix Arends2002-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@798 a1c6a512-1295-4272-9138-f99709370657
* free memoryDaniel Stenberg2002-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@635 a1c6a512-1295-4272-9138-f99709370657
* Moving recorder code to recorder/Björn Stenberg2002-05-17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@618 a1c6a512-1295-4272-9138-f99709370657