rockbox/apps/plugins
Jens Arnold 905cf06e32 Use the film strip icon for .m2v (same as for .rvf)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10483 a1c6a512-1295-4272-9138-f99709370657
2006-08-08 10:57:40 +00:00
..
bitmaps Change hearts and diamonds bitmaps for monochrome screens. Thanks to pixelma for the idea. 2006-08-03 20:55:18 +00:00
chessbox Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
databox Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
doom Use striped buffering for grayscale targets to make the buffer fit on iPod g3/g4. Also slightly faster (at least on H1x0) with the buffer in IRAM. 2006-08-07 02:44:18 +00:00
lib Fix sim warnings. 2006-08-07 22:34:20 +00:00
midi Fix typo 2006-07-20 22:31:59 +00:00
mpegplayer Initial commit of work-in-progress MPEG video player plugin based on libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano. 2006-08-07 22:11:07 +00:00
pacbox Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
rockboy Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
searchengine Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
sudoku Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
alpine_cdc.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
battery_bench.c Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. 2006-06-06 22:23:52 +00:00
bounce.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
brickmania.c repair x5 build 2006-08-03 20:40:37 +00:00
bubbles.c accept patch FS#4761 - putting the player on hold will now pause games. this should be 2006-07-30 03:10:09 +00:00
calculator.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
calendar.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
chessbox.c Ooops, commit missing chessbox changes. Silly cvs... 2006-02-24 07:59:48 +00:00
chessclock.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
chip8.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
clock.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
credits.c Fix Player builds and extend the delay between the last name appearing and the plugin exiting from 1 second to 2.5 seconds. 2006-05-29 10:46:41 +00:00
credits.pl Patch #1272052 by Henrik Backe - Move credits to a plugin 2005-09-02 05:39:09 +00:00
cube.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
demystify.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
dice.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
dict.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
disktidy.c Add disktidy plugin (FS#2596). 2006-08-08 10:46:39 +00:00
elfdep.pl first shot at a perl script that generates the dependencies for the .elf files 2005-03-06 00:05:33 +00:00
euroconverter.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
favorites.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
fire.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
firmware_flash.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
flipit.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +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 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
iriver_flash.c Initial version of the iriver flashing plugin for H1xx. Building of 2006-08-05 16:11:39 +00:00
iriverify.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
jackpot.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
jewels.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
jpeg.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
logo.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
Makefile Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
mandelbrot.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
metronome.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
midi2wav.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
midiplay.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
minesweeper.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
mosaique.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
mp3_encoder.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
nim.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
oscilloscope.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
plasma.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
plugin.lds moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost 2006-04-11 10:37:37 +00:00
pong.c Pong! * adapt to FS#4761 * add pause button for non-holdswitch players * 2006-08-07 17:08:48 +00:00
rockbox_flash.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
rockboy.c Made the overlay loader code part of the plugin library. 2006-02-23 20:46:33 +00:00
rockpaint.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
search.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
sliding_puzzle.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake2.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake2.levels Snake2: Changed the level file format, game B always starts from maze 1, plus some cosmetic changes 2004-07-16 08:22:32 +00:00
snow.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
sokoban.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
sokoban.levels this is the levels file for sokoban 2004-05-21 17:15:10 +00:00
solitaire.c Yet some more fixes (mostly for small archos screens). 2006-08-03 20:58:35 +00:00
sort.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
SOURCES Add disktidy plugin (FS#2596). 2006-08-08 10:46:39 +00:00
spacerocks.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
splitedit.c To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit 2006-06-30 16:43:47 +00:00
star.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
starfield.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
stats.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
stopwatch.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
SUBDIRS Initial commit of work-in-progress MPEG video player plugin based on libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano. 2006-08-07 22:11:07 +00:00
test_fps.c FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement. 2006-04-11 19:29:01 +00:00
text_editor.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
vbrfix.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
video.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
viewer.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
viewers.config Use the film strip icon for .m2v (same as for .rvf) 2006-08-08 10:57:40 +00:00
vu_meter.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
wav2wv.c Eliminate references to "long" types for 64-bit compiles; return audio data 2006-03-26 22:54:15 +00:00
wavplay.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wormlet.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
xobox.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00