summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-04-02Player: Add 3 turkish characters which are available in hardware on the old LCD.Jens Arnold1-6/+15
2007-04-01for WPS files with many lines the current wps code will call puts_scroll with...Robert Kukla7-0/+26
2007-04-01Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold1-1/+2
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold2-25/+52
2007-04-01Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen1-3/+3
2007-04-01remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen1-4/+4
2007-03-31Recording queue should be set to IRQ safe mode as well.Miika Pekkarinen1-0/+1
2007-03-31Player: Make cursor blinking rate almost independent from scroll speed.Jens Arnold1-2/+2
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold5-141/+139
2007-03-31Player: Fixed bug where strings which are only a bit too long wouldn't scroll.Jens Arnold1-1/+1
2007-03-30Correct parsing of the ID3V2 extended headerLinus Nielsen Feltzing1-8/+5
2007-03-30Correct the YCbCr to RGB conversionMarcoen Hirschberg1-14/+17
2007-03-30Patch by Denis Stanishevskiy, prevent endless loop in the ID3 parserLinus Nielsen Feltzing1-2/+2
2007-03-29Missed one variable declaration updating byteswapping functions. Not function...Michael Sevakis1-3/+1
2007-03-29Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold3-186/+185
2007-03-29Fix the rest of them I hope.Michael Sevakis1-0/+1
2007-03-29Fix errors. What an errant keystroke when saving can accomplish.Michael Sevakis1-1/+1
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis2-31/+49
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis1-30/+34
2007-03-28Player: Add mappings and glyphs for extended latin A characters which exist i...Jens Arnold1-0/+92
2007-03-28Player: Add mapping for halfwidth katakana (newplayer only).Jens Arnold1-0/+65
2007-03-28Player: Add mapping and glyphs for greek. Fix and improve some cyrillic mappi...Jens Arnold1-13/+220
2007-03-27Fix cyrillic 'em' for new LCD.Jens Arnold1-1/+1
2007-03-27(all targets) Increase scrolling line size to account for utf-8 in the overla...Jens Arnold2-3/+3
2007-03-27Player: Add mapping and glyphs for cyrillic. Fixes FS #2424.Jens Arnold1-0/+218
2007-03-27A temporary fix to crashing on some dual core targets.Miika Pekkarinen1-0/+6
2007-03-27Make the charset more maintainable by using an enum for font indexing, fix wr...Jens Arnold1-522/+555
2007-03-27Committed a forgotten file, hopefully fixed the PP crashesMiika Pekkarinen1-1/+2
2007-03-27Fix wrongly reported CPU frequency in the debug screen on Sansa.Barry Wardell1-2/+1
2007-03-26Forgot to add the cent sign for new LCD.Jens Arnold1-153/+155
2007-03-26Latin1 complements for player charset: Add soft patterns for chars which are ...Jens Arnold1-165/+204
2007-03-26This should fix the remaining compilation issues.Miika Pekkarinen1-3/+3
2007-03-26Fixed compilation problems with boostctrl_mtx.Miika Pekkarinen1-0/+9
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen8-111/+350
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-0/+1
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold10-1651/+1516
2007-03-26Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis3-7/+70
2007-03-25Save a couple bytes in set_irq_level on Coldfire. Should add up to something.Michael Sevakis1-3/+4
2007-03-24PNX0101 changes:Tomasz Malesinski12-127/+795
2007-03-23FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.Barry Wardell3-1/+12
2007-03-23In reponse to a report of a blocking violation, give sync queues a going over...Michael Sevakis1-4/+26
2007-03-22Enable usb detection in the sansa bootloader (loads OF if detected)Jonathan Gordon1-3/+3
2007-03-21Update sync queues to use a statically allocated return value in order to fac...Michael Sevakis3-79/+75
2007-03-21Fix blitting on Sansa so Mpegplayer works againDaniel Ankers1-1/+2
2007-03-21Correct some color unpacking macros.Michael Sevakis1-3/+3
2007-03-20Oops, shouldn't have committed this just yet.Barry Wardell1-1/+1
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell1-1/+1
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis3-24/+25
2007-03-20Oops. Should've used the unsigned local variables.Michael Sevakis1-8/+8
2007-03-20Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis1-0/+20