Age | Commit message (Expand) | Author |
2005-10-31 | SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca... | Jens Arnold |
2005-10-30 | Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l... | Jens Arnold |
2005-10-30 | Skip ID3v2 tags at the start of a FLAC file. | Dave Chapman |
2005-10-28 | USB power mode: Made the code ignore the power button (On for recorder fm/v2,... | Jens Arnold |
2005-10-22 | Seeking support for AC3/A52 files. We assume they are always CBR. | Dave Chapman |
2005-10-22 | Coldfire: slight optimisations of memset(). | Jens Arnold |
2005-10-20 | Now correctly interrupting the dircache rebuilding. | Miika Pekkarinen |
2005-10-19 | Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at... | Jens Arnold |
2005-10-18 | Coldfire: More compact init code. | Jens Arnold |
2005-10-18 | SH1: More compact init code, only doing the special vector copy for debug bui... | Jens Arnold |
2005-10-18 | H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment. | Jens Arnold |
2005-10-14 | Removed unused variable. | Jens Arnold |
2005-10-14 | Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f... | Jens Arnold |
2005-10-13 | Fixed non-working treble & bass settings in radio mode. | Jens Arnold |
2005-10-10 | Iriver: No write protection for flash ROM area, correct number of waitstates. | Jens Arnold |
2005-10-09 | Do not try to read from dircache if directory was opened when cache was not | Miika Pekkarinen |
2005-10-08 | Ported the memory guard debug feature to coldfire, using the breakpoint logic... | Jens Arnold |
2005-10-08 | Fixed a problem with dircache where filetree modified dircache | Miika Pekkarinen |
2005-10-07 | Fixed the bootloader compile failure by disabling new directory cache | Miika Pekkarinen |
2005-10-07 | Implemented directory caching. No more waiting for disk to spin up while | Miika Pekkarinen |
2005-10-06 | Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h... | Dave Chapman |
2005-10-06 | Fix channel-swapping bug in iriver recordings. Left and Right channels shoul... | Dave Chapman |
2005-10-06 | Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto... | Dave Chapman |
2005-10-03 | iRiver: remove some code that isn't needed any more. | Magnus Holmgren |
2005-10-03 | Coldfire: New timer handling on CPU frequency change, adjusting the prescaler... | Jens Arnold |
2005-09-30 | Ooops, forgot to fix that comment. | Jens Arnold |
2005-09-30 | H1x0: Changed lcd_blit() and the grayscale library to use the same internal f... | Jens Arnold |
2005-09-25 | Rather obvious simplification of the mpeg frametime fraction calculation. | Jens Arnold |
2005-09-24 | H1x0 radio: Fixed the volume changing issue with non-flat tone controls. | Jens Arnold |
2005-09-24 | H1x0: More precise tuning; corrected xtal frequency in comments + #defines. | Jens Arnold |
2005-09-22 | Add ALAC audio type | Dave Chapman |
2005-09-22 | Reverse previous commit - it had uneffected side-effects. | Jonas Häggqvist |
2005-09-22 | Fix to remote-hold check by Stephan Wezel - it always returned true when the ... | Jonas Häggqvist |
2005-09-15 | Archos recording/playback: (1) Xing header creation: * Now estimates the fram... | Jens Arnold |
2005-09-14 | The power thread now monitors the shutdown process and forces a poweroff if i... | Linus Nielsen Feltzing |
2005-09-12 | Safety net for devices with no hardware poweroff mechanism - hold STOP for se... | Linus Nielsen Feltzing |
2005-09-12 | Fixed compiler error in the X11 iriver simulator | Linus Nielsen Feltzing |
2005-09-12 | Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r... | Linus Nielsen Feltzing |
2005-09-10 | Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula... | Jens Arnold |
2005-09-09 | Exact song length calculation for CBR mpeg audio files (without Info header). | Jens Arnold |
2005-09-08 | The previous commit had a distressing lack of words. This time I deliver the ... | Jonas Häggqvist |
2005-09-07 | Added support for additional ID3v1 genres, including such gems as "Christian ... | Jonas Häggqvist |
2005-09-07 | coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th... | Jens Arnold |
2005-09-07 | Adds a filename sanity check to add_dir_entry that at the moment only checks ... | Jonas Häggqvist |
2005-09-07 | Adapted codecs and DSP system to having MACSR saved in thread context. | Thom Johansen |
2005-09-06 | Moved the system_reboot() call to the correct place | Linus Nielsen Feltzing |
2005-09-06 | Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha... | Jens Arnold |
2005-09-06 | Call system_reboot() instead of rolo_load() in the UIE handler | Linus Nielsen Feltzing |
2005-09-06 | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold |
2005-09-06 | Changed WPS enum conditional functionality, displaying the last part in the l... | Linus Nielsen Feltzing |