summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-10Updated with new export dirBjörn Stenberg1-4/+12
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg1-2/+2
2003-03-04update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing1-9/+2
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg1-125/+224
2003-03-04if MEM is not set, set it to 2Daniel Stenberg1-0/+5
2003-03-03Found the only one point that led to imcompatibility of the CVS code with a 8...Uwe Freese1-0/+3
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese1-2/+11
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-03-02Even more return code checking when recordingLinus Nielsen Feltzing1-2/+8
2003-03-02Now correctly skips ID3V1 tags to avoid gaps between tracksLinus Nielsen Feltzing1-12/+34
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg2-53/+61
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg2-1/+9
2003-02-27An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg1-3/+5
2003-02-26code policeRobert Hak1-2/+2
2003-02-26set mp3end correctly depending on memory sizeDaniel Stenberg1-1/+3
2003-02-26not used anymore, see app.ldsDaniel Stenberg1-87/+0
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg1-1/+16
2003-02-26The new preprocessed version of this file allows us to use #definesDaniel Stenberg1-1/+3
2003-02-26this is not being used anymoreDaniel Stenberg1-80/+0
2003-02-26Enhanced error codes for better error trackingLinus Nielsen Feltzing1-169/+183
2003-02-26rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing1-39/+49