rockbox/apps/plugins
Michael Sevakis 5f1abee2dc mpegplayer: oops, added an IRAM init/buffer get order switch that should have been reversed before committing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13120 a1c6a512-1295-4272-9138-f99709370657
2007-04-12 07:57:01 +00:00
..
bitmaps Give the greyscale minesweeper tiles a bit more shadow 2007-03-17 00:10:19 +00:00
chessbox Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
doom Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
lib Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
midi Some quick and dirty MIDI player optimizations, now it works on the X5 and M5 too 2007-04-11 10:48:50 +00:00
mpegplayer mpegplayer: oops, added an IRAM init/buffer get order switch that should have been reversed before committing 2007-04-12 07:57:01 +00:00
pacbox Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
rockboy Enable rockboy for M5. 2007-04-09 17:47:32 +00:00
searchengine Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
sudoku Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
zxbox Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
alpine_cdc.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
battery_bench.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
blackjack.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
bounce.c Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
brickmania.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
bubbles.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
calculator.c FS #6759: Support tan function in calculator plugin. Patch by Luke Blaney. 2007-04-08 11:22:12 +00:00
calendar.c Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
chessbox.c Removed executable flag 2007-01-09 23:22:14 +00:00
chessclock.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
chip8.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
chopper.c Adjust Chopper and fix my warning from Wormlet. 2007-04-03 20:22:04 +00:00
clock.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
credits.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
credits.pl
cube.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
demystify.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
dice.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
dict.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
disktidy.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
elfdep.pl
euroconverter.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
fire.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
fireworks.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
firmware_flash.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
flipit.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
grayscale.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
helloworld.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
invadrox.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
iriver_flash.c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
iriverify.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
jackpot.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
jewels.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
jpeg.c JPEG Viewer on color LCDs: Finish up another old project. Add grayscale display option. Add ordered and diffusion dither modes to output. These options are under 'Display Options' in the viewer menu and are persisted in jpeg.cfg. Default setting is color display without dithering as before. 2007-04-01 00:41:17 +00:00
logo.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
Makefile Replaced some explicit options for target linking with to be consistent with the sims. 2007-02-15 20:28:08 +00:00
mandelbrot.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
mazezam.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
metronome.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
midi2wav.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
midiplay.c Some quick and dirty MIDI player optimizations, now it works on the X5 and M5 too 2007-04-11 10:48:50 +00:00
minesweeper.c Adjust plugins to use the new menu API. Int settings still use the old API. Remove a nasty global in Star and add some error checking. Add a work-around for the gigabeat so that Star doesn't crash on target. The transition works fine on the sim and I see nothing obviously wrong with the code but it manages to crash on target everytime. 2007-03-28 07:33:18 +00:00
mosaique.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
mp3_encoder.c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
nim.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
oscilloscope.c Oscilloscope: Make orientation switching usable on X5, M5 and H10. 2007-04-09 17:03:48 +00:00
plasma.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
plugin.lds Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim. 2007-03-05 00:04:00 +00:00
pong.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
properties.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
random_folder_advance_config.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
rockblox.c Rockblox: Repair initial display on targets with no highscore list. 2007-03-26 08:52:36 +00:00
rockbox_flash.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
rockboy.c Made the overlay loader code part of the plugin library. 2006-02-23 20:46:33 +00:00
rockpaint.c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
search.c Fix simulator builds, and some debugf() format strings. 2007-03-17 09:54:28 +00:00
sliding_puzzle.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
snake.c Adjust plugins to use the new menu API. Int settings still use the old API. Remove a nasty global in Star and add some error checking. Add a work-around for the gigabeat so that Star doesn't crash on target. The transition works fine on the sim and I see nothing obviously wrong with the code but it manages to crash on target everytime. 2007-03-28 07:33:18 +00:00
snake2.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
snake2.levels Removed executable flag 2007-01-09 23:22:14 +00:00
snow.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
sokoban.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
sokoban.levels
solitaire.c Remove buffer overflow in solatiare menu 2007-03-18 11:01:23 +00:00
sort.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
SOURCES New plugin: wavview. Shows info about a wav file and allows you to look at the complete waveform, zoom and pan. Only tested in sims and on h3x0. First version so has room for improvements. 2007-04-09 22:23:25 +00:00
spacerocks.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
splitedit.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
star.c Adjust plugins to use the new menu API. Int settings still use the old API. Remove a nasty global in Star and add some error checking. Add a work-around for the gigabeat so that Star doesn't crash on target. The transition works fine on the sim and I see nothing obviously wrong with the code but it manages to crash on target everytime. 2007-03-28 07:33:18 +00:00
starfield.c sims have no MAS, hence no mas_codec_readreg() 2007-04-08 16:19:28 +00:00
stats.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
stopwatch.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
SUBDIRS Enable rockboy for M5. 2007-04-09 17:47:32 +00:00
test_disk.c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
test_fps.c Removed executable flag 2007-01-09 23:22:14 +00:00
test_sampr.c Uups. Forgot to update a plugin. 2007-03-05 08:19:08 +00:00
test_scanrate.c Removed executable flag 2007-01-09 23:22:14 +00:00
text_editor.c Dont boost so often, fixes FS#6845 2007-03-18 13:25:18 +00:00
vbrfix.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
video.c Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
viewer.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
viewers.config Add .mpeg extension to viewers.cfg 2007-04-10 16:08:38 +00:00
vu_meter.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
wav2wv.c Cast some more to keep both 32 bit and 64 bit simulator platforms happy. 2007-03-17 10:50:58 +00:00
wavplay.c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. 2007-03-16 21:56:08 +00:00
wavview.c Wavview plugin: minor speed increase 2007-04-11 21:24:33 +00:00
wormlet.c Fix yellow. 2007-04-03 20:56:14 +00:00
xobox.c Fix a few bugs in Xobox. Now menu isn't pure black on non-color targets and an issue where the board was drawn even when the user quit. 2007-03-25 17:52:56 +00:00
zxbox.c Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00