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.c
Age
Commit message (
Expand
)
Author
2010-02-18
FS#10535: bmp viewer plugin.
Teruaki Kawashima
2009-10-06
fix checkwps breakage caused by r229900
Nils Wallménius
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-09-01
Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCES
Karl Kurbjun
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2009-05-25
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-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-05-06
Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...
Andrew Mahone
2009-05-04
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...
Andrew Mahone
2009-01-29
Get checkwps working again
Maurus Cuelenaere
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-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
2008-04-07
Remove some more simulator debugging output.
Steve Bavin
2008-03-26
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-20
Fix BMP loader for the iAudio M3 display.
Jens Arnold
2007-11-30
BMP loader: Handle top-down BMP files (height is negative). Note that the e20...
Jens Arnold
2007-11-10
Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...
Nicolas Pennequin
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2006-11-20
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-19
Fixed the dithering once more.
Jens Arnold
2006-11-18
Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...
Jens Arnold
2006-11-11
Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...
Jens Arnold
2006-10-15
More color adjustments. Better translation to and from native colors with eve...
Michael Sevakis
2006-10-12
Left some crud in bmp.c that should've been removed before committing. Don't ...
Michael Sevakis
2006-10-11
Fixed the problem with the backdrops on iPod. The same problem was in the upd...
Michael Sevakis
2006-10-11
Small bitmap dithering tweak
Michael Sevakis
2006-10-11
Fixed errors. Forgot to include system.h for swap16 in bmp.c
Michael Sevakis
2006-10-11
Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...
Michael Sevakis
2006-04-24
Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...
Frank Dischner
2006-03-18
Correct pallette->RGB565 conversion when loading 1-bit BMP files.
Jens Arnold
2006-03-11
The image size calculation was wrong on monochrome targets
Linus Nielsen Feltzing
2006-01-31
Handle 8-bit BMP files
Linus Nielsen Feltzing
2006-01-31
Slighly less confusing handling of inverted monochrome images
Linus Nielsen Feltzing
2006-01-31
Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...
Magnus Holmgren
2006-01-31
Correct PaddedWidth calculation
Linus Nielsen Feltzing
2006-01-31
Small iPod colour BMP fix by linuxstd
Christi Scarborough
2006-01-31
Fixed endianness problem in the BMP loader
Linus Nielsen Feltzing
2006-01-30
Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.
Magnus Holmgren
2006-01-29
Better working fix for the BMP loader transparency flag bug
Linus Nielsen Feltzing
2006-01-29
Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.
Brandon Low
2006-01-28
Color BMP support
Linus Nielsen Feltzing
[next]