.. |
databox
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
lib
|
Fixed comment.
|
2005-11-26 09:05:03 +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
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
searchengine
|
SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
|
2006-01-09 11:22:36 +00:00 |
alpine_cdc.c
|
Fixed several plugins for dB volume.
|
2005-12-17 21:13:30 +00:00 |
battery_test.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
bounce.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
calculator.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
calendar.c
|
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h
|
2005-12-04 15:23:47 +00:00 |
chessclock.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
chip8.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
clock.c
|
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h
|
2005-12-04 15:23:47 +00:00 |
credits.c
|
numerous gcc4 (un)signed warnings killed
|
2005-12-02 08:08:54 +00:00 |
credits.pl
|
Patch #1272052 by Henrik Backe - Move credits to a plugin
|
2005-09-02 05:39:09 +00:00 |
cube.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
demystify.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
dict.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +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
|
Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr.
|
2005-01-26 22:48:25 +00:00 |
favorites.c
|
More audio code restructuring, mostly renaming functions so far
|
2005-04-04 12:06:29 +00:00 |
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
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
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
|
The splash() function's second argument (keymask) is now removed, as it
|
2004-01-08 09:58:58 +00:00 |
iriverify.c
|
Patch by Alexandre Bourget, fixes the hanging iriverify plugin issue when converting already converted files
|
2005-05-27 06:54:16 +00:00 |
jackpot.c
|
Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr.
|
2005-01-26 22:48:25 +00:00 |
jewels.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
jpeg.c
|
Fix bug spotted by Alexander Spyridakis - ensure file descriptor is closed before exiting plugin with an grayscale lib error
|
2005-12-11 12:38:40 +00:00 |
logo.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
Makefile
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
mandelbrot.c
|
Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision (3 bits), but way faster than before. Full precision routine uses the EMAC on coldfire. No more 64 bit arithmetics used except within the asm inlines.
|
2005-10-16 22:24:00 +00:00 |
metronome.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
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
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
mosaique.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
mp3_encoder.c
|
Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total.
|
2006-01-11 17:58:40 +00:00 |
nim.c
|
Changed several places to use button_clear_queue() to empty the button queue. Added the ability to empty the (system's) button queue to the X11 simulatr.
|
2005-01-26 22:48:25 +00:00 |
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
|
Fixed several plugins for dB volume.
|
2005-12-17 21:13:30 +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
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
pong.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
rockblox.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
rockbox_flash.c
|
allow the flash plugin to verify the RomBox link address
|
2005-08-23 07:26:40 +00:00 |
rockboy.c
|
Fixed a warning.
|
2006-01-09 01:03:21 +00:00 |
search.c
|
I totally wrecked the search functionality when i replaced strpcasecmp() with strcasecmp()
|
2004-07-26 23:28:37 +00:00 |
sliding_puzzle.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
snake.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
snake2.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +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
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
sokoban.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
sokoban.levels
|
this is the levels file for sokoban
|
2004-05-21 17:15:10 +00:00 |
solitaire.c
|
Even more button fixes for solitaire
|
2005-12-21 01:21:58 +00:00 |
sort.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
SOURCES
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +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
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
starfield.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +00:00 |
stats.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
stopwatch.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
sudoku.c
|
Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models
|
2005-12-19 00:11:28 +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
|
Fixed several plugins for dB volume.
|
2005-12-17 21:13:30 +00:00 |
viewer.c
|
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
|
2006-01-12 00:35:50 +00:00 |
viewers.config
|
The Shine mp3 encoder by Gabriel Bouvigne, made as plugin/viewer by Antonius
|
2006-01-11 14:00:10 +00:00 |
vu_meter.c
|
Fixed several plugins for dB volume.
|
2005-12-17 21:13:30 +00:00 |
wav2wv.c
|
Explicitly declare char types to be signed when they must be
|
2005-12-19 03:12:20 +00:00 |
wormlet.c
|
First part of graphics api rework. Special functions, parameter handling, pixel functions, lines and filled primitives done for black & white core, main display.
|
2005-06-24 22:33:21 +00:00 |