summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-09-30Bill Napier wrote this:Daniel Stenberg1-0/+26
2002-09-30Bill Napier's fix for header lengths for ID3v2.3 and earlier.Daniel Stenberg1-2/+14
2002-09-30Crude kludge to prevent people from running 'make' in the apps and firmware d...Björn Stenberg1-2/+4
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing3-67/+99
2002-09-30Magnus Holmgren's improved atoi()Daniel Stenberg1-8/+31
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-0/+2
2002-09-27Rudimentary VBRI parsingLinus Nielsen Feltzing1-0/+29
2002-09-26Auto-poweroff restarts the timeout when extracting the chargerLinus Nielsen Feltzing1-4/+14
2002-09-25More sensible (but probably still not working) power offLinus Nielsen Feltzing1-0/+3
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing3-0/+8
2002-09-25Improved retry handlingBjörn Stenberg1-5/+12
2002-09-25For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-)Linus Nielsen Feltzing1-1/+3
2002-09-24New scroll code by Björn Fischer.Björn Stenberg1-71/+75
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg3-25/+15
2002-09-24Check status register for errorBjörn Stenberg1-0/+4
2002-09-24Added read retry.Björn Stenberg1-45/+53
2002-09-24Corrected the ones[] and zeros[] arraysLinus Nielsen Feltzing1-2/+3
2002-09-24Now powers off when the music is pausedLinus Nielsen Feltzing1-2/+16
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing2-4/+17
2002-09-23A little nicer r characterLinus Nielsen Feltzing1-1/+1
2002-09-23Simulator fixLinus Nielsen Feltzing1-0/+5
2002-09-23Auto-poweroff, by Lee MarlowLinus Nielsen Feltzing2-0/+31
2002-09-23Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2-1/+3
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing2-0/+7
2002-09-23Split lcd driver into lcd-player and lcd-recorder. Player simulator still nee...Björn Stenberg4-1086/+1119
2002-09-23Bug fix: The LED was not on during writesBjörn Stenberg1-2/+2
2002-09-21updated makefile with fonts and .lang supportFelix Arends1-2/+12
2002-09-21Removed old font issuesBjörn Stenberg1-6/+1
2002-09-20New full ISO-8859-1 system font.Björn Stenberg9-5207/+3224
2002-09-19Added Philipp Pertermanns oscillograph demoBjörn Stenberg2-0/+18
2002-09-19Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing1-1/+6
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing1-1/+3
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing1-2/+23
2002-09-17Philipp's fix .eq loading patchEric Linenberg1-2/+2
2002-09-17no C99 stuff here ;-)Daniel Stenberg1-1/+2
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu1-22/+31
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends1-0/+113
2002-09-16Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing1-6/+27
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing1-1/+3
2002-09-16removed redundant size checksDaniel Stenberg1-8/+0
2002-09-16When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg1-3/+3
2002-09-16if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg1-1/+1
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg1-0/+2
2002-09-16Daniel, Eric Linenberg4-28/+49
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg1-1/+4
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing1-1/+1
2002-09-13bye bye chartables, you have served us wellDaniel Stenberg1-207/+0
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg2-41/+77
2002-09-13moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg1-103/+0
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg1-0/+1