rockbox/apps/plugins/lib
2009-05-09 07:31:27 +00:00
..
bmp_smooth_scale.c
buflib.c FS#9916 buflib plugin memory allocator 2009-03-04 21:11:12 +00:00
buflib.h FS#9916 buflib plugin memory allocator 2009-03-04 21:11:12 +00:00
checkbox.c
checkbox.h
configfile.c
configfile.h
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
fixedpoint.h
gcc-support.c
grey.h
grey_coldfire.S
grey_core.c
grey_draw.c Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. 2009-05-09 07:31:27 +00:00
grey_parm.c
grey_scroll.c
grey_sh.S
helper.c
helper.h
highscore.c
highscore.h
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
oldmenuapi.c
oldmenuapi.h
overlay.c
overlay.h
picture.c
picture.h
playback_control.c
playback_control.h
playergfx.c
playergfx.h
pluginlib_actions.c M:Robe 500: Make some plugins work with the touchscreen (remote support needs to be added back later) 2009-05-06 04:03:13 +00:00
pluginlib_actions.h
pluginlib_albumart.c
pluginlib_bmp.c Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. 2009-05-09 07:31:27 +00:00
pluginlib_bmp.h
pluginlib_exit.c Add exit() implementation for plugins 2009-04-22 14:31:23 +00:00
pluginlib_exit.h Add exit() implementation for plugins 2009-04-22 14:31:23 +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 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
pluginlib_resize.c
profile_plugin.c
profile_plugin.h
read_image.c 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
read_image.h Add read_<image>_fd functions to plugin API, add feature_wrappers.h handling for them, and add read_image.[ch] wrapper for reading image files with automatic type detection. 2009-05-02 03:47:46 +00:00
rgb_hsv.c
rgb_hsv.h
SOURCES 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
touchscreen.c
touchscreen.h
wrappers.h Commit fix for CPU_BOOST_LOGGING by Rafaël Carré. 2009-04-17 16:01:15 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c