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