summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-09Fixed main thread stack sizeJens Arnold
2004-08-05Corrected MAS version checksJens Arnold
2004-08-03A little more straightforward vbr header checksJens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-08-03More const policeing step 3Jens Arnold
2004-08-01Fixed player buildsJens Arnold
2004-08-01More const policeing step 1Jens Arnold
2004-07-29Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing
2004-07-27Balance is now set in 1% stepsLinus Nielsen Feltzing
2004-07-27Fixed a warning when (experimentally) compiling with -OsJens Arnold
2004-07-27Fixed compression bugLinus Nielsen Feltzing
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing
2004-07-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing
2004-07-24Major fixes to please newer versions of the linkerLinus Nielsen Feltzing
2004-07-24Don't copy the data section if src and dest are the sameLinus Nielsen Feltzing
2004-07-24Removed nasty lvalue castLinus Nielsen Feltzing
2004-07-24gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing
2004-07-23Added RAND_MAXLinus Nielsen Feltzing
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing
2004-07-20Made the char property lookup table constantJens Arnold
2004-07-20Const'ed the various setting lookup tablesJens Arnold
2004-07-20Next round of const policeingJens Arnold
2004-07-20Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold
2004-07-19The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold
2004-07-15Now turns off the backlight when the sleeptimer expires with the charger atta...Linus Nielsen Feltzing
2004-07-15Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing
2004-07-14The music now pauses correctly in car adapter modeLinus Nielsen Feltzing
2004-07-14Disable the backlight before powering off the Player/StudioLinus Nielsen Feltzing
2004-07-13Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing
2004-07-09Simplified the recorder scrolling code a littleLinus Nielsen Feltzing
2004-07-08Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing
2004-07-06Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing
2004-07-05Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing
2004-06-22switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing