.. |
databox
|
I bet nobody enters more than 100 letters in search strings, and since there
|
2005-06-27 22:43:11 +00:00 |
lib
|
Don't try to compile the grayscale lib for unsupported configurations, saves compile time.
|
2005-06-27 17:52:42 +00:00 |
midi
|
The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice).
|
2005-06-14 16:17:11 +00:00 |
rockboy
|
Request the audio buffer _before_ using any iram. By doing it in this order,
|
2005-06-28 21:19:40 +00:00 |
searchengine
|
New search capabilities; autorating, bitrate, track number, playtime, samplerate
|
2005-06-06 19:34:35 +00:00 |
a52towav.c
|
IRAM support for a52towav.
|
2005-06-11 14:44:35 +00:00 |
alpine_cdc.c
|
comment updated
|
2005-06-24 05:22:47 +00:00 |
battery_test.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
bounce.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
calculator.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 |
calendar.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 |
chessclock.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
chip8.c
|
adapted to build on iRiver
|
2005-02-04 12:41:09 +00:00 |
clock.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
cube.c
|
Adapted to new playergfx lib, release playergfx in all return cases, some optimisation for player.
|
2005-02-11 19:38:14 +00:00 |
dict.c
|
(1) Replaced endian code, this is a little more readable.
|
2005-06-05 14:21:51 +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 |
firmware_flash.c
|
Allow flashing for players with alternative boot ROM.
|
2005-01-08 01:06:15 +00:00 |
flac2wav.c
|
Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().
|
2005-02-25 00:46:41 +00:00 |
flipit.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
grayscale.c
|
adapted to build on iRiver
|
2005-02-04 12:41:09 +00:00 |
helloworld.c
|
|
|
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 |
jpeg.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
logo.c
|
Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api.
|
2005-06-29 01:39:50 +00:00 |
Makefile
|
Moved the codec and plugin buffer sizes to the config-*.h files instead of
|
2005-06-27 21:23:03 +00:00 |
mandelbrot.c
|
adapted to build on iRiver
|
2005-02-04 12:41:09 +00:00 |
metronome.c
|
Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()
|
2005-04-01 13:41:03 +00:00 |
midi2wav.c
|
Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime.
|
2005-04-20 21:07:13 +00:00 |
minesweeper.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
mosaique.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 |
mpa2wav.c
|
Removed warnings
|
2005-04-19 10:52:20 +00:00 |
mpc2wav.c
|
Fixed makefiles for autoconf.g include.
|
2005-05-07 22:41:17 +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
|
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 |
oscilloscope.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 |
plugin.lds
|
Iriver: Fix codec <-> plugin start address clash, leading to crashes when trying to run plugins while playing music.
|
2005-06-28 21:12:11 +00:00 |
pong.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 |
rockblox.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 |
rockbox_flash.c
|
allow smaller .ucl, to test bootbox
|
2005-06-22 05:54:47 +00:00 |
rockboy.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +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
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
snake.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 |
snake2.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +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
|
Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api.
|
2005-06-29 01:39:50 +00:00 |
sokoban.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 |
sokoban.levels
|
|
|
solitaire.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
sort.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
SOURCES
|
moved and renamed the codecs, gave the codecs a new extension (.codec),
|
2005-06-22 19:41:30 +00:00 |
splitedit.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
star.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +00:00 |
stopwatch.c
|
adapted to build on iRiver
|
2005-02-04 12:41:09 +00:00 |
vbrfix.c
|
mp3buf renamed to audiobuf
|
2005-04-05 11:33:58 +00:00 |
video.c
|
Fix for bug #904026: Reset pitch to ensure synchronous playback.
|
2005-05-12 19:53:11 +00:00 |
viewer.c
|
Remove stray debugging call.
|
2005-05-17 16:26:47 +00:00 |
viewers.config
|
An icon for the searchengine files
|
2005-05-23 21:51:27 +00:00 |
vorbis2wav.c
|
Basic optimizations of the Vorbis decoder for the ihp-1x0.
|
2005-05-27 09:14:00 +00:00 |
vu_meter.c
|
Second part of graphics api rework. Bitmap drawing and text output converted; some code cleanup and more optimisations.
|
2005-06-28 23:15:47 +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 |
wv2wav.c
|
ASM optimisation by David Bryant.
|
2005-05-31 07:56:28 +00:00 |