summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-16introducing fprintf():Daniel Stenberg1-18/+101
2003-03-16initial test code for the snprintf() (and family) functionDaniel Stenberg2-0/+33
2003-03-15Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu1-8/+7
2003-03-15patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing1-1/+1
2003-03-15The frame buffer was too small for 320kbit/s framesLinus Nielsen Feltzing1-1/+1
2003-03-14FM recorders can wake up from RTC alarm.Björn Stenberg1-0/+3
2003-03-14Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg1-11/+16
2003-03-14Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu1-0/+7
2003-03-13Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...Björn Stenberg1-1/+4
2003-03-13Initialize return code at start of loop, not at the end.Björn Stenberg1-4/+5
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg2-8/+1
2003-03-12flush_cache() failure should still return error.Björn Stenberg1-2/+2
2003-03-12Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg1-5/+5
2003-03-10Killed compiling error on debug buildsLinus Nielsen Feltzing1-12/+2
2003-03-10Killed a warningLinus Nielsen Feltzing1-0/+2
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing3-35/+56
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing4-57/+100
2003-03-10Faster disk updates with the flush() functionLinus Nielsen Feltzing1-14/+3
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing2-1/+28
2003-03-10Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg1-10/+18
2003-03-10I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing1-2/+4
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing6-423/+1008