.. |
bmp_smooth_scale.c
|
|
|
buflib.c
|
Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much.
|
2009-08-03 01:38:58 +00:00 |
buflib.h
|
Extend buflib to support shifting space out off the buffer for other use, and returning space to the buffer.
|
2009-05-16 00:45:08 +00:00 |
checkbox.c
|
|
|
checkbox.h
|
|
|
configfile.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
configfile.h
|
|
|
display_text.c
|
Fix a bug in lib display_text.h, which inserts a unwanted blank line
|
2009-07-15 15:14:17 +00:00 |
display_text.h
|
reduce size of the instance of struct style_text in lib/display.h (thanks to Teruaki Kawashima)
|
2009-07-02 17:02:47 +00:00 |
feature_wrappers.h
|
Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both defined for all targets that have HAVE_ALBUMART. Disable JPEG in PictureFlow and pluginlib album art search with 32KiB plugin buffer until PictureFlow
|
2009-05-04 15:46:41 +00:00 |
fixedpoint.c
|
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
|
2009-07-05 18:06:07 +00:00 |
fixedpoint.h
|
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
|
2009-07-05 18:06:07 +00:00 |
gcc-support.c
|
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c
|
2009-01-24 22:57:57 +00:00 |
grey.h
|
|
|
grey_coldfire.S
|
|
|
grey_core.c
|
Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034
|
2009-06-29 14:29:46 +00:00 |
grey_draw.c
|
Speed up mono bitmap drawing on horizontally packed greyscale targets (greyscale iPods). Average speedup is 80% on PP5002, and 55% on PP502x. * Simplify mono bitmap drawing in the 16 bit driver and the greylib a bit, also giving a slight speedup (3% on PP502x, 1.5% on coldfire).
|
2009-06-01 21:28:03 +00:00 |
grey_parm.c
|
|
|
grey_scroll.c
|
Pluginlib: make scroll functions clear screen if scrolled by >= screen size (from FS#10330)
|
2009-10-16 20:15:12 +00:00 |
grey_sh.S
|
|
|
helper.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 |
helper.h
|
|
|
highscore.c
|
calendar: fix bug when add new event text longer than last entry.
|
2009-08-03 16:30:08 +00:00 |
highscore.h
|
Blackjack: Use standard menu and add playback menu, use pluginlib high scores.
|
2009-08-03 01:07:58 +00:00 |
jhash.c
|
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
|
2009-06-01 13:40:30 +00:00 |
jhash.h
|
Add Bob Jenkins' lookup3 32-bit and 64-bit hashes to pluginlib.
|
2009-06-01 13:40:30 +00:00 |
jpeg_mem.h
|
Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c.
|
2009-05-08 03:46:48 +00:00 |
md5.c
|
|
|
md5.h
|
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
|
2010-01-03 14:28:09 +00:00 |
overlay.c
|
|
|
overlay.h
|
|
|
picture.c
|
Fix STRIDE macro for multiscreen and add stride support for picture lib.
|
2009-09-04 00:46:24 +00:00 |
picture.h
|
Fix STRIDE macro for multiscreen and add stride support for picture lib.
|
2009-09-04 00:46:24 +00:00 |
playback_control.c
|
|
|
playback_control.h
|
|
|
playergfx.c
|
|
|
playergfx.h
|
|
|
pluginlib_actions.c
|
Packard Bell Vibe 500: Start committing plugin keymaps.
|
2010-02-11 22:40:17 +00:00 |
pluginlib_actions.h
|
|
|
pluginlib_albumart.c
|
|
|
pluginlib_bmp.c
|
pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a multiple of 4. optimize a bit.
|
2009-08-16 14:57:15 +00:00 |
pluginlib_bmp.h
|
|
|
pluginlib_exit.c
|
Fix compilation of simulators on Mac OS X 10.6. Tested on 10.5.8 and 10.6.1.
|
2009-10-09 17:55:46 +00:00 |
pluginlib_exit.h
|
pluginlib: Support calling a function at exit time to clean up open files
|
2010-01-05 22:17:32 +00:00 |
pluginlib_jpeg_idct_arm.S
|
Core JPEG decoder improvements:
|
2009-06-19 02:56:00 +00:00 |
pluginlib_jpeg_load.c
|
Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c on mono targets.
|
2009-05-02 02:39:13 +00:00 |
pluginlib_jpeg_mem.c
|
Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-prototypes.
|
2009-05-16 08:20:41 +00:00 |
pluginlib_resize.c
|
|
|
pluginlib_touchscreen.c
|
Remove find_albumart() from the plugin API as it doesn't exist for them.
|
2009-08-03 15:09:41 +00:00 |
pluginlib_touchscreen.h
|
Pluginlib: Add support for general buttons. Add menu and quit buttons to Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch.
|
2009-08-02 07:05:30 +00:00 |
profile_plugin.c
|
|
|
profile_plugin.h
|
|
|
read_image.c
|
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
|
2009-08-09 22:20:14 +00:00 |
read_image.h
|
FS#10496: remove function read_image_file_offset, it had a bug and is not used anyway.
|
2009-08-09 22:20:14 +00:00 |
rgb_hsv.c
|
|
|
rgb_hsv.h
|
|
|
SOURCES
|
FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4.
|
2010-02-01 01:36:46 +00:00 |
strncpy.c
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
wrappers.h
|
FS#10080
|
2009-07-14 13:57:45 +00:00 |
xlcd.h
|
|
|
xlcd_core.c
|
|
|
xlcd_draw.c
|
|
|
xlcd_scroll.c
|
XLCD lib: * Fix bug (improper fill) in pixel-wise left scrolling on 2bpp horizontally packed LCDs. * Faster pixel-wise upward scrolling on 2bpp vertically packed LCD coldfire targets.
|
2009-11-22 14:48:50 +00:00 |