summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* 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
* Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing2004-04-20
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing2004-04-16
* Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing2004-04-16
* Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing2004-04-15
* Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing2004-04-09
* Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg2004-04-06
* Added cluster size to the disk debug screenLinus Nielsen Feltzing2004-04-06
* Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing2004-04-05
* Some bug fixes in the recording code. The recorded frames weren't CRC protect...Linus Nielsen Feltzing2004-04-01
* patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn2004-04-01
* The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing2004-03-30
* Fixed the prerecording as wellLinus Nielsen Feltzing2004-03-30
* Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing2004-03-30
* Increased the USB thread stack. This fixed bug #762588.Linus Nielsen Feltzing2004-03-25
* The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing2004-03-25
* No need to turn on the backlight for remote button presses.Björn Stenberg2004-03-22
* First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn2004-03-21
* Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn2004-03-19
* Include mem*.S in daily tar ballsHenrik Backe2004-03-19
* A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing2004-03-19
* patch #919088: 17% faster bitswap(), by Jens "SH" ArnoldJörg Hohensohn2004-03-18
* patch #917153: faster memset()/memcpy()Jörg Hohensohn2004-03-18
* Increased the maximum battery capacityLinus Nielsen Feltzing2004-03-16
* killed an overlooked warningJörg Hohensohn2004-03-14
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing2004-03-13
* We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2004-03-13
* nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn2004-03-13
* Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn2004-03-11
* patch #910193 by Jens Arnold: smaller and faster descramble/RoLoJörg Hohensohn2004-03-11
* You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing2004-03-10
* - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn2004-03-10
* Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing2004-03-09
* 14% faster bitswap, thanks JensJörg Hohensohn2004-03-03
* wasteful alignment fixed, thanks JensJörg Hohensohn2004-03-03