summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Collapse)AuthorFilesLines
2002-10-29Better handling of large frames in V2 tagsLinus Nielsen Feltzing1-3/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2771 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Now reads the tags frame by frame, to avoid missing frames when there are ↵Linus Nielsen Feltzing1-75/+58
large blobs in the tag. This fixes bug #623510. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2768 a1c6a512-1295-4272-9138-f99709370657
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson1-1/+1
the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2765 a1c6a512-1295-4272-9138-f99709370657
2002-10-28New height for teh player simulator. The default is pixels of 4x4 in order toKjell Ericson1-2/+2
make it more readable and better icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2759 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Fast forward near the end of the last song in a playlist didn't activate the ↵Linus Nielsen Feltzing1-29/+34
DMA if the remaining amount to play was below the watermark git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2754 a1c6a512-1295-4272-9138-f99709370657
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing3-8/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2752 a1c6a512-1295-4272-9138-f99709370657
2002-10-23'fat' is now a ommand-line test toolBjörn Stenberg1-78/+70
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2747 a1c6a512-1295-4272-9138-f99709370657
2002-10-23Fixed bug where first sector was skipped on reads.Björn Stenberg1-30/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2746 a1c6a512-1295-4272-9138-f99709370657
2002-10-22Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: ↵Björn Stenberg5-105/+120
Long filenames and extensive test cases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2742 a1c6a512-1295-4272-9138-f99709370657
2002-10-21Dubbled the size of player bitmap. The double height/width will be used toKjell Ericson1-3/+3
make the icons in double resolution (and who wants to look at that old tiny simulated player window anyway?) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2736 a1c6a512-1295-4272-9138-f99709370657
2002-10-21Added multiline scroll support.Markus Braun3-78/+303
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2729 a1c6a512-1295-4272-9138-f99709370657
2002-10-21ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normalDaniel Stenberg1-1/+6
debugf() when not building simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2728 a1c6a512-1295-4272-9138-f99709370657
2002-10-21removed use of uninitialized variableDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2727 a1c6a512-1295-4272-9138-f99709370657
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg10-292/+610
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2726 a1c6a512-1295-4272-9138-f99709370657
2002-10-18Added mpeg_set_pitch() stub to simulator.Björn Stenberg1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2721 a1c6a512-1295-4272-9138-f99709370657
2002-10-18Pitch steps changed to 0.1% instead of 1%.Björn Stenberg1-5/+8
Holding down ON+RIGHT/LEFT increases/decreses pitch 2% while key is held down, then returns. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2718 a1c6a512-1295-4272-9138-f99709370657
2002-10-18Undefined functions supplied for simulator in lcd-playersim.cMats Lidell1-7/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2717 a1c6a512-1295-4272-9138-f99709370657
2002-10-17New size for the player window.Kjell Ericson1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2709 a1c6a512-1295-4272-9138-f99709370657
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing2-55/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2684 a1c6a512-1295-4272-9138-f99709370657
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing1-7/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2683 a1c6a512-1295-4272-9138-f99709370657
2002-10-16Faster start of playback when Play/Next/PrevLinus Nielsen Feltzing1-10/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2677 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Fat32 test codeBjörn Stenberg3-6/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2669 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Unified player codeLinus Nielsen Feltzing1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2667 a1c6a512-1295-4272-9138-f99709370657
2002-10-15No longer neededLinus Nielsen Feltzing1-11/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2665 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Prevent the simulator from locking on play in a dir with all-empty files.Daniel Stenberg1-2/+4
This doesn't do quite the same as the real code, but at least it doesn't loop forever now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2664 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Norm build fixLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2663 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Sim build fixLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2662 a1c6a512-1295-4272-9138-f99709370657
2002-10-15The player firmware now autodetects the LCD type. No need for two player ↵Linus Nielsen Feltzing5-28/+57
versions anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Hardware compatibility functionsLinus Nielsen Feltzing2-0/+69
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2650 a1c6a512-1295-4272-9138-f99709370657
2002-10-15Killed a sim warningLinus Nielsen Feltzing1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2634 a1c6a512-1295-4272-9138-f99709370657
2002-10-15More debug infoLinus Nielsen Feltzing2-8/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2632 a1c6a512-1295-4272-9138-f99709370657
2002-10-14Swapping is now done without the MPEG_SWAP message. Added some debugging ↵Linus Nielsen Feltzing2-78/+128
functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2623 a1c6a512-1295-4272-9138-f99709370657
2002-10-12BUTTON_OFF was set in the player. my last changed made it apparentRobert Hak1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2597 a1c6a512-1295-4272-9138-f99709370657
2002-10-12I forgot to fix button masks (thanks hardeep)Robert Hak1-1/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2596 a1c6a512-1295-4272-9138-f99709370657
2002-10-11declare the lcd_framebuffer "nicer" in the #ifdefDaniel Stenberg1-4/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2593 a1c6a512-1295-4272-9138-f99709370657
2002-10-11Simulator icons not needed.Mats Lidell1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2578 a1c6a512-1295-4272-9138-f99709370657
2002-10-11Enable status bar in usb mode.Markus Braun4-65/+43
Moved usb_display_info() to screens.c Added functions queue_wait_w_tmo() and usb_wait_for_disconnect_w_tmo(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2574 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Added fonts/*.bdfBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2572 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Missed a fontBjörn Stenberg1-3186/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2571 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Removed unused fonts.Björn Stenberg8-27600/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2567 a1c6a512-1295-4272-9138-f99709370657
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ↵Björn Stenberg2-0/+7
at boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2558 a1c6a512-1295-4272-9138-f99709370657
2002-10-09'Reset settings' now also resets wps, font and language (although you have ↵Björn Stenberg2-1/+7
to reboot to get back to the old language). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2552 a1c6a512-1295-4272-9138-f99709370657
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2550 a1c6a512-1295-4272-9138-f99709370657
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing1-12/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2547 a1c6a512-1295-4272-9138-f99709370657
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing1-10/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2545 a1c6a512-1295-4272-9138-f99709370657
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing1-5/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2544 a1c6a512-1295-4272-9138-f99709370657
2002-10-09More accurate tick period calculationLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2539 a1c6a512-1295-4272-9138-f99709370657
2002-10-08returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2537 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2535 a1c6a512-1295-4272-9138-f99709370657
2002-10-08New analog button levels (again)Linus Nielsen Feltzing1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2531 a1c6a512-1295-4272-9138-f99709370657