Age | Commit message (Expand) | Author | Files | Lines |
2005-06-01 | Modified logf to use a define for the log width, and changed it to default to | Daniel Stenberg | 2 | -14/+15 |
2005-06-01 | iRiver remote LCD start line adjustment | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-05-31 | iRiver remote LCD is only 128x64 | Linus Nielsen Feltzing | 2 | -4/+4 |
2005-05-31 | some small fixes | Christian Gmeiner | 1 | -11/+11 |
2005-05-30 | avoid compilation alltogether if logf is not enabled | Daniel Stenberg | 1 | -0/+2 |
2005-05-30 | (Optional) logf support | Daniel Stenberg | 3 | -0/+13 |
2005-05-30 | Added dummy function and simulator stub. | Jens Arnold | 1 | -0/+1 |
2005-05-30 | Remote LCD: added own backlight timeout stuff | Christian Gmeiner | 2 | -2/+18 |
2005-05-28 | Avoid radio interference from the MAS internal clock on devices with the Sams... | Jens Arnold | 3 | -0/+44 |
2005-05-27 | Some small fixes for playback: (1) Always fill up to the high watermark. (2) ... | Jens Arnold | 1 | -12/+24 |
2005-05-24 | Blind fix for gmini build. | Jens Arnold | 1 | -1/+1 |
2005-05-24 | use proper remote lcd functions | Daniel Stenberg | 1 | -2/+2 |
2005-05-24 | update to the new logf style and moved the defines here too | Daniel Stenberg | 1 | -3/+5 |
2005-05-24 | initial remote-LCD logf browser | Daniel Stenberg | 1 | -3/+40 |
2005-05-24 | Uses indices instead of pointers | Linus Nielsen Feltzing | 1 | -8/+9 |
2005-05-23 | initial logf() work, not added to SOURCES yet (on purpose) | Daniel Stenberg | 2 | -0/+89 |
2005-05-23 | Make sure the context functions are always inlined, independent of optimisati... | Jens Arnold | 1 | -0/+2 |
2005-05-23 | Archos recorders: New recording data transfer routine. Not asm optimised this... | Jens Arnold | 1 | -86/+44 |
2005-05-23 | Remote LCD support added to the x11 simulator, take 1. The win32 simulator | Daniel Stenberg | 4 | -4/+24 |
2005-05-23 | if __CONFIG_H__ is defined, don't include config.h | Daniel Stenberg | 1 | -0/+4 |
2005-05-22 | Better pitch handling. | Jens Arnold | 2 | -10/+25 |
2005-05-22 | Ondio: Fix multivolume and hotswap for the old MMC clock circuit. | Jens Arnold | 3 | -11/+10 |
2005-05-20 | Added system_reboot() for iRiver | Linus Nielsen Feltzing | 1 | -1/+13 |
2005-05-17 | (1) Early USB detection on boot, before trying to mount the partitions. Clean... | Jens Arnold | 2 | -0/+33 |
2005-05-16 | Hotswap: Better placement for switching the MMC monitor off/on. | Jens Arnold | 3 | -7/+8 |
2005-05-16 | Hotswap: Avoid mount race at startup and after returning from USB mode. | Jens Arnold | 3 | -20/+41 |
2005-05-14 | Some code cleanup. | Jens Arnold | 1 | -20/+10 |
2005-05-13 | Fix simulator and iriver builds. | Jens Arnold | 1 | -0/+5 |
2005-05-13 | (1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789... | Jens Arnold | 2 | -0/+14 |
2005-05-10 | This should (hopefully) fix the long-standing RLD problem once and for all. | Jens Arnold | 1 | -4/+4 |
2005-05-08 | Removed unused variable. | Jens Arnold | 1 | -1/+0 |
2005-05-08 | undo >.>; | Michiel Van Der Kolk | 1 | -1/+0 |
2005-05-08 | Argh! this is driving meh crazy. | Michiel Van Der Kolk | 1 | -0/+1 |
2005-05-08 | Disabled unused constants. | Jens Arnold | 1 | -0/+2 |
2005-05-08 | More dead code... | Jens Arnold | 2 | -8/+3 |
2005-05-08 | Removed more dead code; bugfix for cursor display in player simulator. | Jens Arnold | 2 | -8/+6 |
2005-05-08 | More dead code... | Jens Arnold | 2 | -14/+14 |
2005-05-07 | Fixed makefiles for autoconf.g include. | Daniel Stenberg | 3 | -12/+11 |
2005-05-07 | Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi... | Jens Arnold | 3 | -17/+19 |
2005-05-07 | Unused variable. | Jens Arnold | 1 | -2/+0 |
2005-05-07 | Bugfix: debug_fm_detection was defined twice. Removed it, since it only had a... | Jens Arnold | 1 | -4/+1 |
2005-05-04 | Improved bitfield handling for settings and MMC (more straigtforward, smaller... | Jens Arnold | 1 | -21/+8 |
2005-05-04 | Proper 'battery level dangerous' handling for Ondio. Moved this info into an ... | Jens Arnold | 2 | -19/+14 |
2005-05-04 | Oops | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-05-02 | MMC driver: More flexible background copy & bitswap concept, using global var... | Jens Arnold | 1 | -54/+63 |
2005-04-28 | Speed optimisations: (1) Read, write: Use single/multiple block commands depe... | Jens Arnold | 1 | -53/+72 |
2005-04-28 | MMC driver does now handle block sizes != 512 bytes, which is necessary to su... | Jens Arnold | 2 | -167/+356 |
2005-04-27 | Adding entries to the FAT16 root dir still failed under certain conditions. T... | Jens Arnold | 1 | -6/+0 |
2005-04-25 | iRiver: extended remote lcd driver. displaying text works now - see start-up-... | Christian Gmeiner | 2 | -4/+639 |
2005-04-23 | create_dos_name() return value was meaningless. | Jens Arnold | 1 | -6/+3 |