summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-10-21ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normalDaniel Stenberg1-1/+6
2002-10-21removed use of uninitialized variableDaniel Stenberg1-1/+1
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg10-292/+610
2002-10-18Added mpeg_set_pitch() stub to simulator.Björn Stenberg1-2/+0
2002-10-18Pitch steps changed to 0.1% instead of 1%.Björn Stenberg1-5/+8
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell1-7/+8
2002-10-17New size for the player window.Kjell Ericson1-2/+4
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing2-55/+13
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing1-7/+5
2002-10-16Faster start of playback when Play/Next/PrevLinus Nielsen Feltzing1-10/+10
2002-10-15Fat32 test codeBjörn Stenberg3-6/+36
2002-10-15Unified player codeLinus Nielsen Feltzing1-2/+0
2002-10-15No longer neededLinus Nielsen Feltzing1-11/+0
2002-10-15Prevent the simulator from locking on play in a dir with all-empty files.Daniel Stenberg1-2/+4
2002-10-15Norm build fixLinus Nielsen Feltzing1-0/+1
2002-10-15Sim build fixLinus Nielsen Feltzing1-1/+1
2002-10-15The player firmware now autodetects the LCD type. No need for two player vers...Linus Nielsen Feltzing5-28/+57
2002-10-15Hardware compatibility functionsLinus Nielsen Feltzing2-0/+69
2002-10-15Killed a sim warningLinus Nielsen Feltzing1-0/+2
2002-10-15More debug infoLinus Nielsen Feltzing2-8/+18
2002-10-14Swapping is now done without the MPEG_SWAP message. Added some debugging func...Linus Nielsen Feltzing2-78/+128
2002-10-12BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak1-1/+1
2002-10-12I forgot to fix button masks (thanks hardeep)Robert Hak1-1/+7
2002-10-11declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg1-4/+3
2002-10-11Simulator icons not needed.Mats Lidell1-4/+0
2002-10-11Enable status bar in usb mode.Markus Braun4-65/+43
2002-10-10Added fonts/*.bdfBjörn Stenberg1-0/+1
2002-10-10Missed a fontBjörn Stenberg1-3186/+0
2002-10-10Removed unused fonts.Björn Stenberg8-27600/+0
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2-0/+7
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg2-1/+7
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing1-0/+6
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing1-12/+17
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing1-10/+16
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing1-5/+17
2002-10-09More accurate tick period calculationLinus Nielsen Feltzing1-1/+1
2002-10-08returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese1-0/+4
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-2/+2
2002-10-08New analog button levels (again)Linus Nielsen Feltzing1-3/+3
2002-10-08Removed warning on debug buildsLinus Nielsen Feltzing1-0/+1
2002-10-08Magnus Holmgrens improved word swapLinus Nielsen Feltzing1-16/+44
2002-10-08Removed some more rounding of addressesLinus Nielsen Feltzing1-6/+1
2002-10-08Back to byte-aligned bitswappingLinus Nielsen Feltzing2-76/+89
2002-10-04When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...Hardeep Sidhu1-2/+10
2002-10-04Now backlight really stays on when the charger is connectedLinus Nielsen Feltzing1-4/+8
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-5/+18
2002-10-04mpeg_phys2val() scaled the volume incorrectlyLinus Nielsen Feltzing1-1/+1
2002-10-03Sim warning removedLinus Nielsen Feltzing1-1/+1
2002-10-03minor editsRobert Hak1-4/+0
2002-10-03volume now increments by 1 not 2Robert Hak1-5/+7