summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-07-08Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing1-0/+5
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2-42/+141
2004-07-06Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing1-1/+1
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing1-1/+1
2004-07-05Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold1-5/+5
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing2-73/+45
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing1-4/+7
2004-06-22switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing1-34/+36
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing2-1/+20
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing1-1/+1
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing4-7/+14
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing2-104/+31
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2-0/+4
2004-06-16remove extra ';'Daniel Stenberg2-2/+2
2004-06-16remove C++/C99 commentDaniel Stenberg1-1/+1
2004-06-16Stray semicolon removedLinus Nielsen Feltzing1-1/+1
2004-06-14The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing1-0/+4
2004-06-11removed dead codeLinus Nielsen Feltzing1-1/+0
2004-06-11mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing1-2/+5
2004-06-11Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold1-16/+16
2004-06-10Don't throw away return code.Björn Stenberg1-1/+2
2004-06-10Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg1-2/+6
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing1-13/+0
2004-06-09Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing1-1/+1
2004-06-04We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing1-1/+1
2004-06-04Removed unused variablesLinus Nielsen Feltzing1-4/+0
2004-06-04The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing1-21/+1
2004-06-03The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing2-10/+60
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg2-0/+37
2004-05-15Fixed a warningJens Arnold1-1/+1
2004-05-15TABs again...Jens Arnold1-7/+7
2004-05-14Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold1-7/+18
2004-05-14Some TAB characters slipped in...Jens Arnold2-15/+15
2004-05-14Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold2-70/+75
2004-05-12Added .S files in driversBjörn Stenberg1-1/+1
2004-05-11Corrected the charset for old lcd of players after an incorrect changeKjell Ericson1-7/+7
2004-05-10Fully assembler optimized lcd driver (another 10% real-world speedup on recor...Jens Arnold2-362/+307
2004-05-09Prevent spurious bitswapping of the mp3 buffer: stop_playing() now calls rese...Jörg Hohensohn1-8/+1
2004-05-06Faster LCD transfer routines (+35% for the player, +8% for the recorder)Jens Arnold1-77/+97
2004-05-04Unified & assembler optimized recording transfer routines: Smaller & 50% fasterJens Arnold1-91/+86
2004-05-01updated remove_thread(), should cover Linus' hintsJörg Hohensohn1-0/+5
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn2-13/+35
2004-04-29MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was pa...Linus Nielsen Feltzing1-1/+3
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing1-1/+1
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold1-2/+2
2004-04-21Fixed player sim warningJens Arnold1-2/+3
2004-04-21Unified usage of lcd transfer codeJens Arnold4-266/+215
2004-04-21Removed some debugging code that shouldn't have been committedLinus Nielsen Feltzing1-1/+0
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing2-17/+64
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing2-6/+6