0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix reboot-to-diskmode for the Nano and Video - the "diskmode" string is written to the end of IRAM, which is larger on the PP5022 devices. More... almost 20 years ago
Synced. More... almost 20 years ago
Line too wide for nano screen, split it up. More... almost 20 years ago
Profiling support, tools and documentation. More... almost 20 years ago
Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality More... almost 20 years ago
Remove logos from bootloader More... almost 20 years ago
Part of patch #1407541 to improve battery smoothing by absorbing extra precision from the battery scale factor More... almost 20 years ago
Remove a redundant line More... almost 20 years ago
Patch #1408536 by Mark Arigo - properly strip ID3V1 tags More... almost 20 years ago
iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer. More... almost 20 years ago
Remove a trailing space to make binlang happy More... almost 20 years ago
removed a few ifdefs More... almost 20 years ago
Matt v.d. Westhuizen's iAudio X5 keypad adjustments More... almost 20 years ago
Two files for the iFP port that I forgot to commit More... almost 20 years ago
More consistent error checking. More... almost 20 years ago
The .entry section does no longer exist. More... almost 20 years ago
New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. More... almost 20 years ago
Remove use of stdio.h. Proper handling of IRAM. More... almost 20 years ago
Simplified new plugin loader (only read plugin once). More... almost 20 years ago
Proper fix for the playlist viewer crash More... almost 20 years ago
Fixed a crash when wrapping the playlist viewer backwards, and made it always select the currently playing track when viewing the current playlist More... almost 20 years ago
Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses. More... almost 20 years ago
Model & version check for simulator plugins. More... almost 20 years ago
The dependency generation for credits.c failed since it includes a file that does't exist when gcc -MM is used. Thus we do one more work-around that creates the file before depedency generation and then removes it again afterwards... More... almost 20 years ago
Archos recorders: The Rockboy overlay loader now uses the same header as the plugin loader. More... almost 20 years ago
Correctly set the channel mode to "Stereo" and not "Dual Channel". More... almost 20 years ago
The Code Police struck again More... almost 20 years ago
iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x0 from its original location at 0x10000000 More... almost 20 years ago
Cosmetic bugfix - display correct message when generating firmware image for the 5g More... almost 20 years ago
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. More... almost 20 years ago