summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c (follow)
Commit message (Expand)AuthorAge
* FS#10535: bmp viewer plugin.Teruaki Kawashima2010-02-18
* fix checkwps breakage caused by r229900Nils Wallménius2009-10-06
* Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2009-09-04
* Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun2009-09-01
* Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold2009-06-07
* Should fix redMaurus Cuelenaere2009-05-25
* Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere2009-05-25
* * read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere2009-05-25
* Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone2009-05-09
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone2009-05-06
* Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone2009-05-04
* Get checkwps working againMaurus Cuelenaere2009-01-29
* cleanup for core-file-in-pluginlib compilation:Andrew Mahone2009-01-08
* build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone2009-01-04
* Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone2008-12-26
* Latest work on the bmp on-load scaler:Andrew Mahone2008-12-26
* resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone2008-12-09
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Remove some more simulator debugging output.Steve Bavin2008-04-07
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* 1) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman2008-03-26
* Fix BMP loader for the iAudio M3 display.Jens Arnold2008-03-20
* BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold2007-11-30
* Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin2007-11-10
* Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon2007-04-16
* BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold2006-11-20
* BMP loader: Remote LCD format support.Jens Arnold2006-11-20
* Fixed the dithering once more.Jens Arnold2006-11-19
* Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold2006-11-18
* Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...Jens Arnold2006-11-11
* More color adjustments. Better translation to and from native colors with eve...Michael Sevakis2006-10-15
* Left some crud in bmp.c that should've been removed before committing. Don't ...Michael Sevakis2006-10-12
* Fixed the problem with the backdrops on iPod. The same problem was in the upd...Michael Sevakis2006-10-11
* Small bitmap dithering tweakMichael Sevakis2006-10-11
* Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis2006-10-11
* Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis2006-10-11
* Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner2006-04-24
* 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