summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing4-6/+54
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing1-7/+0
2004-04-16Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing1-6/+13
2004-04-15Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing1-11/+2
2004-04-09Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing1-4/+4
2004-04-06Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg1-21/+21
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing2-0/+6
2004-04-05Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing1-1/+1
2004-04-01Some bug fixes in the recording code. The recorded frames weren't CRC protect...Linus Nielsen Feltzing1-39/+81
2004-04-01patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn1-13/+126
2004-03-30The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing1-9/+17
2004-03-30Fixed the prerecording as wellLinus Nielsen Feltzing1-1/+1
2004-03-30Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing1-2/+2
2004-03-25Increased the USB thread stack. This fixed bug #762588.Linus Nielsen Feltzing1-1/+3
2004-03-25The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing1-2/+4
2004-03-22No need to turn on the backlight for remote button presses.Björn Stenberg1-1/+0
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn2-0/+9
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn3-247/+0
2004-03-19Include mem*.S in daily tar ballsHenrik Backe1-1/+1
2004-03-19A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing1-1/+12
2004-03-18patch #919088: 17% faster bitswap(), by Jens "SH" ArnoldJörg Hohensohn1-71/+89
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn5-229/+283
2004-03-16Increased the maximum battery capacityLinus Nielsen Feltzing1-1/+1
2004-03-14killed an overlooked warningJörg Hohensohn1-0/+1