.. |
bmp.c
|
PictureFlow fixes and improvements:
|
2007-12-11 18:54:50 +00:00 |
bmp.h
|
PictureFlow fixes and improvements:
|
2007-12-11 18:54:50 +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
|
fix yellow and some house cleaning
|
2007-10-09 21:28:51 +00:00 |
configfile.h
|
FS#7487 - mpegplayer - video start time seek with resume
|
2007-10-09 20:42:20 +00:00 |
fixedpoint.c
|
vu_meter: Use the fixedpoint lib (moving flog there)
|
2007-07-31 17:23:49 +00:00 |
fixedpoint.h
|
vu_meter: Use the fixedpoint lib (moving flog there)
|
2007-07-31 17:23:49 +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
|
Fix empty commit: Add grayscale support for ARM in vertical packing format.
|
2007-09-22 23:37:58 +00:00 |
gray_draw.c
|
Fix empty commit: Add grayscale support for ARM in vertical packing format.
|
2007-09-22 23:37:58 +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 |
grey.h
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
grey_core.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
grey_draw.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
grey_parm.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
grey_scroll.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
helper.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
helper.h
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +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 |
oldmenuapi.c
|
minor update to gui_synclist_do_button() which will hopefully simplify things later.
|
2007-09-17 10:08:50 +00:00 |
oldmenuapi.h
|
Move the old api out of the core and into the plugin lib.
|
2007-05-08 11:55:43 +00:00 |
overlay.c
|
Missed a couple. Hopefully fix all warnings.
|
2007-04-21 19:07:15 +00:00 |
overlay.h
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |
picture.c
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
picture.h
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
playback_control.c
|
Accept FS#7966 by Bertrik Sikken, correcting captions in playback control submenus
|
2007-10-20 21:56:43 +00:00 |
playback_control.h
|
Convert the playback control menu to the new API. Makes a good example
|
2007-03-26 09:14:16 +00:00 |
playergfx.c
|
Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays.
|
2007-04-06 22:55:00 +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
|
add PLA keys for mrobe, and dont bother compiling any plugins yet
|
2007-10-22 01:29:16 +00:00 |
pluginlib_actions.h
|
Code police raid: header files must not define actual code.
|
2007-09-20 17:42:28 +00:00 |
profile_plugin.c
|
Fix profiling compilation for non-m68k targets
|
2006-03-09 01:37:52 +00:00 |
profile_plugin.h
|
Profiling support, tools and documentation.
|
2006-01-18 20:54:13 +00:00 |
rgb_hsv.c
|
RGB <-> HSV colorspace conversion lib
|
2006-07-19 19:40:17 +00:00 |
rgb_hsv.h
|
RGB <-> HSV colorspace conversion lib
|
2006-07-19 19:40:17 +00:00 |
SOURCES
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
xlcd.h
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
xlcd_core.c
|
LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations.
|
2006-03-08 01:14:46 +00:00 |
xlcd_draw.c
|
Rewrote the clock plugin in a cleaner and more modular way so that it can scale on remote screens. Use left-right keys to change the type of clock displayed (analogic, digital, binary) and up/downto change the look of the clock
|
2007-08-04 03:01:46 +00:00 |
xlcd_scroll.c
|
Removed executable flag
|
2007-01-09 23:22:14 +00:00 |