rockbox/apps/plugins/lib
Thom Johansen 5ba289bc27 Kill a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12204 a1c6a512-1295-4272-9138-f99709370657
2007-02-05 01:18:29 +00:00
..
bmp.c Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
bmp.h Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps. 2006-07-19 19:44:44 +00:00
checkbox.c grr.. forgot to add these files 2006-11-19 14:19:15 +00:00
checkbox.h grr.. forgot to add these files 2006-11-19 14:19:15 +00:00
configfile.c Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. 2007-02-01 23:08:15 +00:00
configfile.h
fixedpoint.c Kill a warning. 2007-02-05 01:18:29 +00:00
fixedpoint.h Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended. 2007-02-05 01:01:15 +00:00
gray.h Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_core.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_draw.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
gray_parm.c Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 2006-08-07 01:46:42 +00:00
gray_scroll.c Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. 2006-11-05 14:40:14 +00:00
highscore.c Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen. 2007-01-05 16:32:20 +00:00
highscore.h Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen. 2007-01-05 16:32:20 +00:00
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
overlay.c Removed executable flag 2007-01-09 23:22:14 +00:00
overlay.h Removed executable flag 2007-01-09 23:22:14 +00:00
playback_control.c Fix minor typo in the plugin playback control menu c->C 2006-11-28 15:28:30 +00:00
playback_control.h
playergfx.c Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). 2006-10-07 20:00:49 +00:00
playergfx.h Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). 2006-10-07 20:00:49 +00:00
pluginlib_actions.c implement actions in the plugins, bubbles and metronome converted. 2006-11-16 02:53:44 +00:00
pluginlib_actions.h Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
profile_plugin.c
profile_plugin.h
rgb_hsv.c
rgb_hsv.h
SOURCES Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c 2006-12-10 23:04:05 +00:00
xlcd.h
xlcd_core.c
xlcd_draw.c Removed executable flag 2007-01-09 23:22:14 +00:00
xlcd_scroll.c Removed executable flag 2007-01-09 23:22:14 +00:00