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