Age | Commit message (Expand) | Author |
2004-06-22 | Added the (practically useless) 20ms option to the Auto Volume setting, for c... | Linus Nielsen Feltzing |
2004-06-22 | switch_thread() now checks the stack of the current thread instead of the nex... | Linus Nielsen Feltzing |
2004-06-22 | Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl... | Linus Nielsen Feltzing |
2004-06-22 | remove_tread() -> remove_thread() | Linus Nielsen Feltzing |
2004-06-22 | Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi... | Linus Nielsen Feltzing |
2004-06-21 | Simplified the settings code by removing the phys2val conversions. This has t... | Linus Nielsen Feltzing |
2004-06-20 | infrastructure for sorting by date+time, now we "only" need to decide on the UI | Jörg Hohensohn |
2004-06-16 | remove extra ';' | Daniel Stenberg |
2004-06-16 | remove C++/C99 comment | Daniel Stenberg |
2004-06-16 | Stray semicolon removed | Linus Nielsen Feltzing |
2004-06-14 | The sleep timer now waits until the disk is idle before shutting down | Linus Nielsen Feltzing |
2004-06-11 | removed dead code | Linus Nielsen Feltzing |
2004-06-11 | mpeg_set_pitch now uses the 7f1 shadow register | Linus Nielsen Feltzing |
2004-06-11 | Disabled automatic disk spindown (by the drive). Updated comments regarding t... | Jens Arnold |
2004-06-10 | Don't throw away return code. | Björn Stenberg |
2004-06-10 | Try mounting all partitions after USB disconnect, just as on boot. | Björn Stenberg |
2004-06-10 | Finally, the archos directory sandbox works in the same way for both X11 and ... | Linus Nielsen Feltzing |
2004-06-09 | Ooops! I wrote garbage to the MAS when stopping the recording. | Linus Nielsen Feltzing |
2004-06-04 | We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som... | Linus Nielsen Feltzing |
2004-06-04 | Removed unused variables | Linus Nielsen Feltzing |
2004-06-04 | The MAS3587F data sheet was wrong about having to validate the pause bit sett... | Linus Nielsen Feltzing |
2004-06-03 | The Play button now acts as a Pause button during recording instead of openin... | Linus Nielsen Feltzing |
2004-05-22 | Moved genre list and access function to id3.c | Björn Stenberg |
2004-05-15 | Fixed a warning | Jens Arnold |
2004-05-15 | TABs again... | Jens Arnold |
2004-05-14 | Fixed lcd_putsxyofs() for the new lcd_bitmap() | Jens Arnold |
2004-05-14 | Some TAB characters slipped in... | Jens Arnold |
2004-05-14 | Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No... | Jens Arnold |
2004-05-12 | Added .S files in drivers | Björn Stenberg |
2004-05-11 | Corrected the charset for old lcd of players after an incorrect change | Kjell Ericson |
2004-05-10 | Fully assembler optimized lcd driver (another 10% real-world speedup on recor... | Jens Arnold |
2004-05-09 | Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese... | Jörg Hohensohn |
2004-05-06 | Faster LCD transfer routines (+35% for the player, +8% for the recorder) | Jens Arnold |
2004-05-04 | Unified & assembler optimized recording transfer routines: Smaller & 50% faster | Jens Arnold |
2004-05-01 | updated remove_thread(), should cover Linus' hints | Jörg Hohensohn |
2004-04-30 | remove_thread() function added, for future dynamic thread creation by plugins | Jörg Hohensohn |
2004-04-29 | MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was pa... | Linus Nielsen Feltzing |
2004-04-25 | valid_time() now handles tm_wday correctly | Linus Nielsen Feltzing |
2004-04-22 | (v)snprintf() wrote past buffer end if string length was equal to buffer size | Jens Arnold |
2004-04-21 | Fixed player sim warning | Jens Arnold |
2004-04-21 | Unified usage of lcd transfer code | Jens Arnold |
2004-04-21 | Removed some debugging code that shouldn't have been committed | Linus Nielsen Feltzing |
2004-04-20 | Reworked the time get/set functions | Linus Nielsen Feltzing |
2004-04-20 | Better POSIX compatibility for mkdir(), rmdir() and opendir() | Linus Nielsen Feltzing |
2004-04-16 | New function: rmdir(). Also some changes in the fat code, to track the parent... | Linus Nielsen Feltzing |
2004-04-16 | No need to call fat_truncate() to delete the file, fat_remove() frees all clu... | Linus Nielsen Feltzing |
2004-04-16 | Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a... | Linus Nielsen Feltzing |
2004-04-15 | Minor corrections for the mkdir function, and some cleanup | Linus Nielsen Feltzing |
2004-04-09 | Fixed bug #932467, where there could be a deadlock if you pause the playback ... | Linus Nielsen Feltzing |
2004-04-06 | Added some missing character substitutions, prompted by Eric Lassauge. | Björn Stenberg |