summaryrefslogtreecommitdiffstats
path: root/apps/recorder/bmp.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-2/+2
2009-05-25Should fix redMaurus Cuelenaere1-0/+3
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere1-0/+4
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere1-0/+4
2009-05-09Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone1-0/+9
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone1-89/+129
2009-05-06Move YUV->RGB in JPEG load from before scaler to after scaler. Required chang...Andrew Mahone1-1/+1
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone1-39/+47
2009-01-29Get checkwps working againMaurus Cuelenaere1-1/+2
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone1-25/+9
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone1-26/+65
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-8/+18
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone1-159/+164
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-318/+434
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-07Remove some more simulator debugging output.Steve Bavin1-1/+0
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-1/+1
2008-03-261) Make Rockbox reject any WPSs if there are errors loading any of the requir...Dave Chapman1-1/+6
2008-03-20Fix BMP loader for the iAudio M3 display.Jens Arnold1-23/+42
2007-11-30BMP loader: Handle top-down BMP files (height is negative). Note that the e20...Jens Arnold1-4/+16
2007-11-10Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin1-25/+34
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-7/+0
2006-11-20BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold1-10/+10
2006-11-20BMP loader: Remote LCD format support.Jens Arnold1-70/+123
2006-11-19Fixed the dithering once more.Jens Arnold1-8/+10
2006-11-18Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ...Jens Arnold1-337/+340
2006-11-11Patch #5771 by Frederik Vestre: Fix BMP loader to work in 64bit environments ...Jens Arnold1-18/+19
2006-10-15More color adjustments. Better translation to and from native colors with eve...Michael Sevakis1-32/+27
2006-10-12Left some crud in bmp.c that should've been removed before committing. Don't ...Michael Sevakis1-4/+0
2006-10-11Fixed the problem with the backdrops on iPod. The same problem was in the upd...Michael Sevakis1-1/+5
2006-10-11Small bitmap dithering tweakMichael Sevakis1-11/+17
2006-10-11Fixed errors. Forgot to include system.h for swap16 in bmp.cMichael Sevakis1-0/+1
2006-10-11Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should...Michael Sevakis1-17/+53
2006-04-24Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale on...Frank Dischner1-12/+60
2006-03-18Correct pallette->RGB565 conversion when loading 1-bit BMP files.Jens Arnold1-4/+4
2006-03-11The image size calculation was wrong on monochrome targetsLinus Nielsen Feltzing1-1/+1
2006-01-31Handle 8-bit BMP filesLinus Nielsen Feltzing1-0/+45
2006-01-31Slighly less confusing handling of inverted monochrome imagesLinus Nielsen Feltzing1-5/+5
2006-01-31Iriver: Another grayscale bmp loader bug fixed: clear the right amount of dat...Magnus Holmgren1-1/+1
2006-01-31Correct PaddedWidth calculationLinus Nielsen Feltzing1-1/+1
2006-01-31Small iPod colour BMP fix by linuxstdChristi Scarborough1-7/+0
2006-01-31Fixed endianness problem in the BMP loaderLinus Nielsen Feltzing1-3/+1
2006-01-30Iriver: Calculate proper height (i.e., size) for grayscale bitmaps.Magnus Holmgren1-1/+1
2006-01-29Better working fix for the BMP loader transparency flag bugLinus Nielsen Feltzing1-5/+13
2006-01-29Temporary fix for crashing when trying to enter the WPS, thanks to Adam Boot.Brandon Low1-6/+6
2006-01-28Color BMP supportLinus Nielsen Feltzing1-37/+203
2006-01-24Little optimization to the bmp loader loop (unfortunately almost noMiika Pekkarinen1-17/+8
2005-05-08Made it build warning-free on the sim. This could not have worked in the simDaniel Stenberg1-5/+5
2005-05-07include autoconf for the endian definesDaniel Stenberg1-0/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-2/+1