rockbox/apps/recorder
2010-08-12 13:38:25 +00:00
..
albumart.c Mark constant array as 'const' and use a smaller datatype. 2010-08-09 15:52:04 +00:00
albumart.h FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something. 2010-07-29 12:37:48 +00:00
bmp.c FS#10535: bmp viewer plugin. 2010-02-18 15:10:31 +00:00
bmp.h s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ 2010-07-24 10:51:58 +00:00
icons.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
icons.h
jpeg_common.h Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. 2009-05-06 04:53:56 +00:00
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
jpeg_load.h Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. 2009-05-01 23:24:23 +00:00
keyboard.c Remove old kluge that makes little difference with the new arm toolchain. 2010-08-09 12:21:11 +00:00
pcm_record.c Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. 2010-08-12 13:38:25 +00:00
pcm_record.h
peakmeter.c I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmeter.c 2010-06-21 17:26:50 +00:00
peakmeter.h slightly rework peakmeter handling to make it cleaner and be able to be used in conditionals 2010-05-09 13:01:59 +00:00
recording.c Fix reds. 2010-08-01 16:22:48 +00:00
recording.h
resize.c Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizing. Fixes FS #10412. The tone and EQ filter calculation relies on the proper EMAC mode. EQ filters were not affected because they're set from a different thread, hence FS #10412 only affected the iAudios (coldfire + albumart + software tone controls). 2010-01-03 13:34:29 +00:00
resize.h Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. 2009-05-26 20:26:05 +00:00