summaryrefslogtreecommitdiffstats
path: root/apps/recorder/bmp.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-03Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.Andree Buschmann1-0/+2
2011-09-03Remove 'set but not used' warning by GCC 4.6.1.Andree Buschmann1-2/+0
2011-08-01#ifdef hell makes effectively suppressing this warning impossible, so stop tr...Frank Gevaerts1-6/+0
2011-08-01Move the "warning suppression" down, so it comes after the last write to "rem...Frank Gevaerts1-5/+6
2011-08-01Suppress a "variable 'remote' set but not used" warning that some gcc version...Frank Gevaerts1-1/+6
2011-06-12Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius1-1/+1
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-4/+0
2010-02-18FS#10535: bmp viewer plugin.Teruaki Kawashima1-6/+40
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius1-2/+1
2009-09-04Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun1-0/+1
2009-09-01Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun1-0/+19
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