.. |
databox
|
|
|
lib
|
Grayscale lib on archos: Fixed bug introduced with the register usage change. Reusing a register twice won't work that well...
|
2005-10-03 12:51:29 +00:00 |
midi
|
Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32
|
2005-10-06 19:27:43 +00:00 |
rockboy
|
iRiver: Make it possible to build Rockbox using GCC 4.0.1.
|
2005-09-28 17:36:42 +00:00 |
searchengine
|
Fake an USB connections to force reload of the file-tree after running these viewers.
|
2005-08-31 00:30:46 +00:00 |
alpine_cdc.c
|
|
|
battery_test.c
|
|
|
bounce.c
|
|
|
calculator.c
|
|
|
calendar.c
|
|
|
chessclock.c
|
|
|
chip8.c
|
|
|
clock.c
|
Patch #1272052 by Henrik Backe - Move credits to a plugin
|
2005-09-02 05:39:09 +00:00 |
credits.c
|
Credit scroll speed as sine wave in an attempt to beome more readable on the
|
2005-09-22 10:56:42 +00:00 |
credits.pl
|
Patch #1272052 by Henrik Backe - Move credits to a plugin
|
2005-09-02 05:39:09 +00:00 |
cube.c
|
Patch #1239950 by Dave Hooper: Rotate cube while paused.
|
2005-10-07 23:01:31 +00:00 |
demystify.c
|
New demo plugin, screensaver style, by Kevin Ferrare.
|
2005-10-07 22:22:07 +00:00 |
dict.c
|
|
|
elfdep.pl
|
|
|
euroconverter.c
|
|
|
favorites.c
|
|
|
fire.c
|
New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and optimised by me.
|
2005-10-07 20:37:41 +00:00 |
firmware_flash.c
|
size check adjusted, naked bootbox is small
|
2005-08-23 08:00:16 +00:00 |
flipit.c
|
|
|
grayscale.c
|
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler on the fly, for both tick and user timer. Precondition is that the higher frequencies are integer multiples of the base: now NORMAL is 45 MHz and MAX is 124 MHz. Removes the need for applications with longer timer periods (>= 10 ms) to boost the CPU all the time, e.g. the grayscale lib. Timer counts are now always based on the base frequency (CPU_FREQ). * Adjusted the RAM refresh timers to the new frequencies (all frequencies for H100) * All: Fixed the tick timer count being off by one.
|
2005-10-03 09:24:36 +00:00 |
helloworld.c
|
|
|
iriverify.c
|
|
|
jackpot.c
|
|
|
jpeg.c
|
H1x0: Changed lcd_blit() and the grayscale library to use the same internal format as on archos (1bpp). While the slowdown of the ISR is minimal (the intermediate buffers are in IRAM), the planar grayscale buffer takes only half the space for a given depth, and gray_update[_rect]() and unbuffered drawing/scrolling are faster because less data needs to be moved. It should also make porting of video.rock somewhat easier. * Archos recorders, Ondios: Some slight optimisations of the grayscale library.
|
2005-09-30 20:10:27 +00:00 |
logo.c
|
|
|
Makefile
|
credits.raw is now created in the plugin build dir
|
2005-09-02 07:12:44 +00:00 |
mandelbrot.c
|
Coldfire: New timer handling on CPU frequency change, adjusting the prescaler on the fly, for both tick and user timer. Precondition is that the higher frequencies are integer multiples of the base: now NORMAL is 45 MHz and MAX is 124 MHz. Removes the need for applications with longer timer periods (>= 10 ms) to boost the CPU all the time, e.g. the grayscale lib. Timer counts are now always based on the base frequency (CPU_FREQ). * Adjusted the RAM refresh timers to the new frequencies (all frequencies for H100) * All: Fixed the tick timer count being off by one.
|
2005-10-03 09:24:36 +00:00 |
metronome.c
|
|
|
midi2wav.c
|
Fake an USB connections to force reload of the file-tree after running these viewers.
|
2005-08-31 00:30:46 +00:00 |
minesweeper.c
|
|
|
mosaique.c
|
|
|
nim.c
|
|
|
oscillograph.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
oscilloscope.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
plasma.c
|
New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended by Kevin Ferrare.
|
2005-10-07 20:35:27 +00:00 |
plugin.lds
|
Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and reduced the main thread stack to 8KB, same size as on archos.
|
2005-09-01 20:57:33 +00:00 |
pong.c
|
|
|
rockblox.c
|
|
|
rockbox_flash.c
|
allow the flash plugin to verify the RomBox link address
|
2005-08-23 07:26:40 +00:00 |
rockboy.c
|
|
|
search.c
|
|
|
sliding_puzzle.c
|
|
|
snake.c
|
|
|
snake2.c
|
argh, unused variable removed
|
2005-08-13 20:41:30 +00:00 |
snake2.levels
|
|
|
snow.c
|
|
|
sokoban.c
|
|
|
sokoban.levels
|
|
|
solitaire.c
|
Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1
|
2005-10-06 12:42:19 +00:00 |
sort.c
|
|
|
SOURCES
|
New demo plugin, screensaver style, by Kevin Ferrare.
|
2005-10-07 22:22:07 +00:00 |
splitedit.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
star.c
|
|
|
stats.c
|
Forgot to update the screen before splashing.
|
2005-09-02 22:25:25 +00:00 |
stopwatch.c
|
|
|
sudoku.c
|
Added the "New" menu option. This allows you to manually enter and then save a new grid. Press the menu button when you have finished and enter the full path to save to including the .ss extension (e.g. /sudoku/new.ss).
|
2005-10-04 23:36:03 +00:00 |
vbrfix.c
|
Archos recording/playback: (1) Xing header creation: * Now estimates the framecount from the recording time if the MAS frame counter saturates, so it always writes a valid Xing header. * Reverted my brainless short-xing-header change. This was only valid for layer 3. (2) Xing/VBRI header evaluation: Fixed possible overflow in bitrate calculation. (3) MPEG thread: Avoid double chunk size limiting for the rare case of 8 MB modded Ondios.
|
2005-09-15 05:29:26 +00:00 |
video.c
|
|
|
viewer.c
|
|
|
viewers.config
|
Modified the viewers.config syntax slightly. The name field should now include
|
2005-10-05 08:02:10 +00:00 |
vu_meter.c
|
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively.
|
2005-08-29 21:15:27 +00:00 |
wav2wv.c
|
Fake an USB connections to force reload of the file-tree after running these viewers.
|
2005-08-31 00:30:46 +00:00 |
wormlet.c
|
|
|