rockbox/apps/recorder
Thomas Martitz ce8aef737c bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers.
The code expected the color table at offset 54 (14+size of BITMAPINFOHEADER),
which was after the BITMAPINFOHEADER header. However, newer BITMAPINFOHEADER
versions exist which have more fields before the color table. Fix this by
explicitely seeking to the color table.

Change-Id: If1dfc77e7485e5a9e0bc0e7f577152da9358bd71
2014-01-11 14:19:43 +01:00
..
albumart.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
albumart.h
bmp.c bmp loader: Fix loading of monochrome/greyscale BMPs with newer headers. 2014-01-11 14:19:43 +01:00
bmp.h Support GIMP bmp files. 2013-12-22 19:55:55 +01:00
icons.c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
icons.h FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
jpeg_common.h
jpeg_idct_arm.S
jpeg_load.c Set alpha_offset to zero when loading a JPEG. 2011-11-09 23:25:36 +00:00
jpeg_load.h
keyboard.c Swap over a position of cursor while reaching the end of filename in keyboard 2013-07-09 18:43:10 +02:00
pcm_record.c recording: Fix sloppy return value check. This caused an OOM panic. 2013-12-24 10:20:13 +01:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
peakmeter.h
recording.c fix some reds. 2013-12-23 12:35:52 +01:00
recording.h
resize.c Do not include kernel.h in system.h. 2014-01-05 19:35:23 +01:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00