index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
bmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix some build errors and warnings.
Thomas Martitz
2014-06-21
*
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2014-06-21
*
bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.
Thomas Martitz
2014-01-11
*
bmp.c: Undo debug stuff that got in by accident.
Thomas Martitz
2014-01-05
*
Do not include kernel.h in system.h.
Thomas Martitz
2014-01-05
*
Revert "Fix data abort introduced by ef92ed4a."
Thomas Martitz
2014-01-05
*
Fix data abort introduced by ef92ed4a.
Frank Gevaerts
2014-01-04
*
Fix errors introduced by a62bd92.
Thomas Martitz
2013-12-22
*
Fix warning and re-order code a bit.
Thomas Martitz
2013-12-22
*
Support GIMP bmp files.
Thomas Martitz
2013-12-22
*
bitmap drawing: Negate alpha channel to match alpha information format of fon...
Thomas Martitz
2013-02-12
*
Handle 32bit bitmaps with all-zero alpha channel as fully opaque.
Thomas Martitz
2011-11-11
*
Document the internal alpha channel format better, and fixes for 32bit alpha ...
Thomas Martitz
2011-11-11
*
Fix warning on mrobe100.
Thomas Martitz
2011-11-08
*
Support for transparency in 32bit bitmaps on color targets.
Thomas Martitz
2011-11-08
*
Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.
Andree Buschmann
2011-09-03
*
Remove 'set but not used' warning by GCC 4.6.1.
Andree Buschmann
2011-09-03
*
#ifdef hell makes effectively suppressing this warning impossible, so stop tr...
Frank Gevaerts
2011-08-01
*
Move the "warning suppression" down, so it comes after the last write to "rem...
Frank Gevaerts
2011-08-01
*
Suppress a "variable 'remote' set but not used" warning that some gcc version...
Frank Gevaerts
2011-08-01
*
Remove a couple of dead inits and assignments found by the clang-static-analy...
Nils Wallménius
2011-06-12
*
Fix several 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-05-01
*
FS#10535: bmp viewer plugin.
Teruaki Kawashima
2010-02-18
*
fix checkwps breakage caused by r229900
Nils Wallménius
2009-10-06
*
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-09-04
*
Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCES
Karl Kurbjun
2009-09-01
*
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-06-07
*
Should fix red
Maurus Cuelenaere
2009-05-25
*
Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)
Maurus Cuelenaere
2009-05-25
*
* read_bmp_*(): add FORMAT_RETURN_SIZE
Maurus Cuelenaere
2009-05-25
*
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-05-09
*
Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...
Andrew Mahone
2009-05-06
*
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...
Andrew Mahone
2009-05-04
*
Get checkwps working again
Maurus Cuelenaere
2009-01-29
*
cleanup for core-file-in-pluginlib compilation:
Andrew Mahone
2009-01-08
*
build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...
Andrew Mahone
2009-01-04
*
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-26
*
resize-on-load for bitmap files on 2bpp and color targets
Andrew Mahone
2008-12-09
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Remove some more simulator debugging output.
Steve Bavin
2008-04-07
*
Major cleanup of checkwps - fix all warnings and add a script to build versio...
Dave Chapman
2008-03-26
*
1) Make Rockbox reject any WPSs if there are errors loading any of the requir...
Dave Chapman
2008-03-26
*
Fix BMP loader for the iAudio M3 display.
Jens Arnold
2008-03-20
*
BMP loader: Handle top-down BMP files (height is negative). Note that the e20...
Jens Arnold
2007-11-30
*
Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...
Nicolas Pennequin
2007-11-10
*
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-16
*
BMP loader: Using shifts for division by powers of 2 saves a bit on code size.
Jens Arnold
2006-11-20
*
BMP loader: Remote LCD format support.
Jens Arnold
2006-11-20
[next]