Age | Commit message (Expand) | Author |
2002-09-30 | Magnus Holmgren's improved atoi() | Daniel Stenberg |
2002-09-27 | Philip Pertermanns peak meter | Linus Nielsen Feltzing |
2002-09-27 | Rudimentary VBRI parsing | Linus Nielsen Feltzing |
2002-09-26 | Auto-poweroff restarts the timeout when extracting the charger | Linus Nielsen Feltzing |
2002-09-25 | More sensible (but probably still not working) power off | Linus Nielsen Feltzing |
2002-09-25 | Don't auto-poweroff if USB is inserted | Linus Nielsen Feltzing |
2002-09-25 | Improved retry handling | Björn Stenberg |
2002-09-25 | For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-) | Linus Nielsen Feltzing |
2002-09-24 | New scroll code by Björn Fischer. | Björn Stenberg |
2002-09-24 | Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets... | Björn Stenberg |
2002-09-24 | Check status register for error | Björn Stenberg |
2002-09-24 | Added read retry. | Björn Stenberg |
2002-09-24 | Corrected the ones[] and zeros[] arrays | Linus Nielsen Feltzing |
2002-09-24 | Now powers off when the music is paused | Linus Nielsen Feltzing |
2002-09-24 | New mpeg_status() function replaces mpeg_is_playing() | Linus Nielsen Feltzing |
2002-09-23 | A little nicer r character | Linus Nielsen Feltzing |
2002-09-23 | Simulator fix | Linus Nielsen Feltzing |
2002-09-23 | Auto-poweroff, by Lee Marlow | Linus Nielsen Feltzing |
2002-09-23 | Now exports last_disk_activity, for auto-poweroff | Linus Nielsen Feltzing |
2002-09-23 | Added timestamps of key presses, for auto-poweroff | Linus Nielsen Feltzing |
2002-09-23 | Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee... | Björn Stenberg |
2002-09-23 | Bug fix: The LED was not on during writes | Björn Stenberg |
2002-09-21 | updated makefile with fonts and .lang support | Felix Arends |
2002-09-21 | Removed old font issues | Björn Stenberg |
2002-09-20 | New full ISO-8859-1 system font. | Björn Stenberg |
2002-09-19 | Added Philipp Pertermanns oscillograph demo | Björn Stenberg |
2002-09-19 | Better handling of tagless tracks with VBR headers | Linus Nielsen Feltzing |
2002-09-18 | Another strike in the battle against glitches between tracks | Linus Nielsen Feltzing |
2002-09-18 | Another strike in the battle against glitches between tracks | Linus Nielsen Feltzing |
2002-09-17 | Philipp's fix .eq loading patch | Eric Linenberg |
2002-09-17 | no C99 stuff here ;-) | Daniel Stenberg |
2002-09-17 | 1. Update the playlist index when starting the list (fixes invalid track num ... | Hardeep Sidhu |
2002-09-16 | added memcmp function to make rockbox compilable with latest gcc versions wit... | Felix Arends |
2002-09-16 | Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headers | Linus Nielsen Feltzing |
2002-09-16 | Removing the ID3V1 tag could give a negative len variable | Linus Nielsen Feltzing |
2002-09-16 | removed redundant size checks | Daniel Stenberg |
2002-09-16 | When getting tag contents, we might read a tag which has a part of it within | Daniel Stenberg |
2002-09-16 | if the id3v2 tags avaiable are bigger than our buffer size, at least try | Daniel Stenberg |
2002-09-16 | lcd_setfont() is for bitmap LCDs only | Daniel Stenberg |
2002-09-16 | Daniel,
| Eric Linenberg |
2002-09-13 | Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran... | Björn Stenberg |
2002-09-13 | mpeg_set_pitch() was backwards | Linus Nielsen Feltzing |
2002-09-13 | bye bye chartables, you have served us well | Daniel Stenberg |
2002-09-13 | Greg Haerr's font patch 3: | Daniel Stenberg |
2002-09-13 | moved the 12x16 font from the chartables to the bounce code, as that is | Daniel Stenberg |
2002-09-13 | undef MAX_PATH before defining it makes it play the simulator game better | Daniel Stenberg |
2002-09-12 | no longer include unicode.h, we've removed that file | Daniel Stenberg |
2002-09-12 | Greg Haerr's new loadable font. No more #ifdef font-style, removed old | Daniel Stenberg |
2002-09-12 | Pitch control for Recorder | Linus Nielsen Feltzing |
2002-09-10 | Flush and reload preloaded tracks if playlist changes | Hardeep Sidhu |