summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c
AgeCommit message (Expand)Author
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun
2009-09-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-05-25Should fix redMaurus Cuelenaere
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-05-09Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone
2009-01-29Get checkwps working againMaurus Cuelenaere
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-04-07Remove some more simulator debugging output.Steve Bavin
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman
2008-03-20Fix BMP loader for the iAudio M3 display.Jens Arnold
2007-11-30BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold
2007-11-10Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon
2006-11-20BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold
2006-11-20BMP loader: Remote LCD format support.Jens Arnold
2006-11-19Fixed the dithering once more.Jens Arnold
2006-11-18Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold
2006-11-11Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...Jens Arnold
2006-10-15More color adjustments. Better translation to and from native colors with eve...Michael Sevakis
2006-10-12Left some crud in bmp.c that should've been removed before committing. Don't ...Michael Sevakis
2006-10-11Fixed the problem with the backdrops on iPod. The same problem was in the upd...Michael Sevakis
2006-10-11Small bitmap dithering tweakMichael Sevakis
2006-10-11Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis
2006-04-24Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner
2006-03-18Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold
2006-03-11The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing
2006-01-31Handle 8-bit BMP filesLinus Nielsen Feltzing
2006-01-31Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing
2006-01-31Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...Magnus Holmgren
2006-01-31Correct PaddedWidth calculationLinus Nielsen Feltzing
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough
2006-01-31Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing
2006-01-30Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren
2006-01-29Better working fix for the BMP loader transparency flag bugLinus Nielsen Feltzing
2006-01-29Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.Brandon Low
2006-01-28Color BMP supportLinus Nielsen Feltzing