summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing
2003-05-03Stop radio when playing mp3 filesLinus Nielsen Feltzing
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing
2003-04-30Spin down disk directly after buffer saves when recordingLinus Nielsen Feltzing
2003-04-28Corrected wrong write return code.Björn Stenberg
2003-04-25remove the ifdef for simulatorDaniel Stenberg
2003-04-25use size_t and not int as the prototype says soDaniel Stenberg
2003-04-25include the sprintf.h header, basicly for simulator purposesDaniel Stenberg
2003-04-24Added word alignmentBjörn Stenberg
2003-04-24More detailed error codesLinus Nielsen Feltzing
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg
2003-04-22better treatment if no toolsdir define was set, use the old one thenDaniel Stenberg
2003-04-22use the TOOLSDIR as passed-in from the top-level Makefile, you need toDaniel Stenberg
2003-04-20Fixed compiler error on debug buildsLinus Nielsen Feltzing
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing
2003-04-19Stupid compiler...Linus Nielsen Feltzing
2003-04-19Removed a warningLinus Nielsen Feltzing
2003-04-19Better generation of Xing headers, now they contain the correct MPEG version ...Linus Nielsen Feltzing
2003-04-19Increased the buffer size for get_mp3file_info(). This is supposed to fix bug...Linus Nielsen Feltzing
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing
2003-04-15Safer low water mark when recordingLinus Nielsen Feltzing
2003-04-15Update fileoffset and cacheoffset on error.Björn Stenberg
2003-04-13Changed some debug outputLinus Nielsen Feltzing
2003-04-12ata_write_sectors() didn't handle odd buffer addressesLinus Nielsen Feltzing
2003-04-12Fixed the dreaded 'silent play' bugLinus Nielsen Feltzing
2003-04-11Now creates an empty ID3 header to not confuse MP3 editorsLinus Nielsen Feltzing
2003-04-11Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg
2003-04-11Don't enter cpu sleep during disk operationsBjörn Stenberg
2003-04-11Better handling of next/prevLinus Nielsen Feltzing
2003-04-09Added missing gain setting code (Henrik Backe)Björn Stenberg
2003-04-05The newest ATA driver fixes broke the ata_spinup_time informationLinus Nielsen Feltzing
2003-04-01Ooops, forgot to check for frame count overflowLinus Nielsen Feltzing
2003-04-01Killed a warning (saving 417 bytes in the process :-)Linus Nielsen Feltzing
2003-04-01Recorded files shorter than 3 hours now show correct average bitrate even wit...Linus Nielsen Feltzing
2003-03-31Better led control. Added status read delay. Fixed potential last_disk_activi...Björn Stenberg
2003-03-25Finally, S/PDIF monitoring worksLinus Nielsen Feltzing
2003-03-24Another attempt to stop the red led dead.Björn Stenberg
2003-03-24The Xing flag word wasn't correctly generatedLinus Nielsen Feltzing
2003-03-24Fixed silly overflow in recalculate_watermark()Linus Nielsen Feltzing
2003-03-24Reverted last changeLinus Nielsen Feltzing
2003-03-24Don't fail on bitrate 0. Our own recordings have bitrate 0...Björn Stenberg
2003-03-18Tidied up the ID3V2 parser a littleLinus Nielsen Feltzing
2003-03-18Faster ID3 parsing with the new filesize() functionLinus Nielsen Feltzing
2003-03-18Added the filesize() functionLinus Nielsen Feltzing
2003-03-17Don't spin down disk while retryingBjörn Stenberg
2003-03-16kill warningDaniel Stenberg
2003-03-16only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg
2003-03-16added fprintf() protoDaniel Stenberg