| Commit message (Expand) | Author | Age |
| ... | |
| * | Fixed the bug in ata.c preventing files from being read correctly. | Miika Pekkarinen | 2005-11-08 |
| * | Removed tabs | Hardeep Sidhu | 2005-11-08 |
| * | If no previous track found, check if we're really at the end of playback or i... | Hardeep Sidhu | 2005-11-08 |
| * | Remove unnecessary #ifdef | Dave Chapman | 2005-11-08 |
| * | Removed unused ata_standby(), changed return type of ata_sleep() to void, rem... | Jens Arnold | 2005-11-07 |
| * | Initial commit of work-in-progress iPod port | Dave Chapman | 2005-11-07 |
| * | Overlooked this one when changing sound_set() calls to the individual functions. | Jens Arnold | 2005-11-07 |
| * | Adjusted MAX_THREADS to be 2 more than the number of standard threads on all ... | Jens Arnold | 2005-11-07 |
| * | Enable bidirectional text support for remote lcd. | Jens Arnold | 2005-11-07 |
| * | The const police strikes and hits itself. | Jens Arnold | 2005-11-06 |
| * | Fixed recorder v2 simulators. | Jens Arnold | 2005-11-06 |
| * | Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,... | Jens Arnold | 2005-11-06 |
| * | Corrected the bug with boolean settings (the inverted screen that couldn't be... | Kevin Ferrare | 2005-11-06 |
| * | Set remote LCD invert state in a clean way. | Jens Arnold | 2005-11-06 |
| * | System reboot from UIE() now works in all cases, even from a debug interrupt ... | Jens Arnold | 2005-11-05 |
| * | Fixup of the MCF5249 memory mapped register definitions. | Jens Arnold | 2005-11-05 |
| * | Coldfire: The memory guard configuration routine didn't correctly return the ... | Jens Arnold | 2005-11-03 |
| * | Coldfire: Properly handle the SDRAM refresh timing on CPU frequency changes. ... | Jens Arnold | 2005-11-03 |
| * | Allow bigger delay setting in LAME header. | Thom Johansen | 2005-11-02 |
| * | Oops. Forgot to increase the codec size for H100. | Dave Chapman | 2005-10-31 |
| * | Increase codec size to 512KB in preparation for AAC codec | Dave Chapman | 2005-10-31 |
| * | Add AAC audio type | Dave Chapman | 2005-10-31 |
| * | SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca... | Jens Arnold | 2005-10-31 |
| * | 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-30 |
| * | USB power mode: Made the code ignore the power button (On for recorder fm/v2,... | Jens Arnold | 2005-10-28 |
| * | 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-22 |
| * | Now correctly interrupting the dircache rebuilding. | Miika Pekkarinen | 2005-10-20 |
| * | Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at... | Jens Arnold | 2005-10-19 |
| * | 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-18 |
| * | 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-14 |
| * | Fixed non-working treble & bass settings in radio mode. | Jens Arnold | 2005-10-13 |
| * | Iriver: No write protection for flash ROM area, correct number of waitstates. | Jens Arnold | 2005-10-10 |
| * | Do not try to read from dircache if directory was opened when cache was not | Miika Pekkarinen | 2005-10-09 |
| * | 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-08 |
| * | 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-07 |
| * | 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-06 |
| * | 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-10-03 |
| * | 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-30 |
| * | Rather obvious simplification of the mpeg frametime fraction calculation. | Jens Arnold | 2005-09-25 |