summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn
2004-06-16remove extra ';'Daniel Stenberg
2004-06-16remove C++/C99 commentDaniel Stenberg
2004-06-16Stray semicolon removedLinus Nielsen Feltzing
2004-06-14The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing
2004-06-11removed dead codeLinus Nielsen Feltzing
2004-06-11mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing
2004-06-11Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold
2004-06-10Don't throw away return code.Björn Stenberg
2004-06-10Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing
2004-06-09Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing
2004-06-04We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing
2004-06-04Removed unused variablesLinus Nielsen Feltzing
2004-06-04The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing
2004-06-03The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
2004-05-15Fixed a warningJens Arnold
2004-05-15TABs again...Jens Arnold
2004-05-14Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold
2004-05-14Some TAB characters slipped in...Jens Arnold
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold
2004-05-12Added .S files in driversBjörn Stenberg
2004-05-11Corrected the charset for old lcd of players after an incorrect changeKjell Ericson
2004-05-10Fully assembler optimized lcd driver (another 10% real-world speedup on recor...Jens Arnold
2004-05-09Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese...Jörg Hohensohn
2004-05-06Faster LCD transfer routines (+35% for the player, +8% for the recorder)Jens Arnold
2004-05-04Unified & assembler optimized recording transfer routines: Smaller & 50% fasterJens Arnold
2004-05-01updated remove_thread(), should cover Linus' hintsJörg Hohensohn
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn
2004-04-29MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was pa...Linus Nielsen Feltzing
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold
2004-04-21Fixed player sim warningJens Arnold
2004-04-21Unified usage of lcd transfer codeJens Arnold
2004-04-21Removed some debugging code that shouldn't have been committedLinus Nielsen Feltzing
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing
2004-04-16Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing
2004-04-15Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing
2004-04-09Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing
2004-04-06Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg