rockbox/apps/recorder
Jonathan Gordon f1034e00f6 FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21665 a1c6a512-1295-4272-9138-f99709370657
2009-07-05 18:07:58 +00:00
..
albumart.c Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by Jeffrey Goode, taken from FS#10366. 2009-06-22 18:40:49 +00:00
albumart.h
bmp.c Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
bmp.h Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or HAVE_BMP_SCALING. 2009-05-09 10:32:07 +00:00
icons.c
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 JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5. 2009-07-03 10:03:17 +00:00
jpeg_load.c Use single-instruction shift-and-saturate in place of range_limit for JPEG on ARMv6. Only affects the 16-point horizontal-pass IDCT. 2009-06-27 10:01:24 +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 Forgot to commit the change to keyboard.c to make the line edit mode acctually work on the c200. (belongs to r21373) 2009-06-20 11:03:52 +00:00
pcm_record.c Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. 2009-02-08 22:32:41 +00:00
pcm_record.h
peakmeter.c Clean up some unused #includes 2009-05-17 11:56:06 +00:00
peakmeter.h continuation of last nights statusbar cleanup. 2009-02-02 03:14:51 +00:00
radio.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
radio.h
recording.c FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display 2009-07-05 18:07:58 +00:00
recording.h
resize.c Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING. 2009-05-26 20:26:05 +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