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.h
Age
Commit message (
Expand
)
Author
2013-12-22
Support GIMP bmp files.
Thomas Martitz
2011-11-08
Support for transparency in 32bit bitmaps on color targets.
Thomas Martitz
2010-07-24
s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/
Nils Wallménius
2009-05-09
Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...
Andrew Mahone
2009-05-09
Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...
Andrew Mahone
2009-01-08
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2009-01-04
build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...
Andrew Mahone
2008-12-26
Make scaler output truly pluggable, add an 8-bit greyscale output to
Andrew Mahone
2008-12-26
Latest work on the bmp on-load scaler:
Andrew Mahone
2008-12-10
fix get_totalsize to return the correct size in some cases where it failed
Andrew Mahone
2008-12-09
resize-on-load for bitmap files on 2bpp and color targets
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-11-10
Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...
Nicolas Pennequin
2007-04-11
/me fail english? thats unpossible
Jonathan Gordon
2007-04-11
Fix the comment, read_bmp_file() returns >=0 for success, not 0
Jonathan Gordon
2006-01-28
Color BMP support
Linus Nielsen Feltzing
2005-04-25
New BMP reader by Tomas Salfischberger
Linus Nielsen Feltzing
2002-05-30
prototype for the BMP file reader function
Daniel Stenberg