summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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
2003-03-16introducing fprintf():Daniel Stenberg
2003-03-16initial test code for the snprintf() (and family) functionDaniel Stenberg
2003-03-15Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu
2003-03-15patch #702874 by Craig Sather, fixes a pause bug in WPSLinus Nielsen Feltzing
2003-03-15The frame buffer was too small for 320kbit/s framesLinus Nielsen Feltzing
2003-03-14FM recorders can wake up from RTC alarm.Björn Stenberg
2003-03-14Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg
2003-03-14Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu
2003-03-13Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...Björn Stenberg
2003-03-13Initialize return code at start of loop, not at the end.Björn Stenberg
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg
2003-03-12flush_cache() failure should still return error.Björn Stenberg
2003-03-12Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg
2003-03-10Killed compiling error on debug buildsLinus Nielsen Feltzing
2003-03-10Killed a warningLinus Nielsen Feltzing
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing
2003-03-10Faster disk updates with the flush() functionLinus Nielsen Feltzing
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing
2003-03-10Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg