summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.c (follow)
Commit message (Expand)AuthorAge
* Fix some build errors and warnings.Thomas Martitz2014-06-21
* lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz2014-06-21
* bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.Thomas Martitz2014-01-11
* bmp.c: Undo debug stuff that got in by accident.Thomas Martitz2014-01-05
* Do not include kernel.h in system.h.Thomas Martitz2014-01-05
* Revert "Fix data abort introduced by ef92ed4a."Thomas Martitz2014-01-05
* Fix data abort introduced by ef92ed4a.Frank Gevaerts2014-01-04
* Fix errors introduced by a62bd92.Thomas Martitz2013-12-22
* Fix warning and re-order code a bit.Thomas Martitz2013-12-22
* Support GIMP bmp files.Thomas Martitz2013-12-22
* bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz2013-02-12
* Handle 32bit bitmaps with all-zero alpha channel as fully opaque.Thomas Martitz2011-11-11
* Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz2011-11-11
* Fix warning on mrobe100.Thomas Martitz2011-11-08
* Support for transparency in 32bit bitmaps on color targets.Thomas Martitz2011-11-08
* Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.Andree Buschmann2011-09-03
* Remove 'set but not used' warning by GCC 4.6.1.Andree Buschmann2011-09-03
* #ifdef hell makes effectively suppressing this warning impossible, so stop tr...Frank Gevaerts2011-08-01
* Move the "warning suppression" down, so it comes after the last write to "rem...Frank Gevaerts2011-08-01
* Suppress a "variable 'remote' set but not used" warning that some gcc version...Frank Gevaerts2011-08-01
* Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius2011-06-12
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* 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