summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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
2003-03-10I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing
2003-03-10Updated with new export dirBjörn Stenberg
2003-03-07Don't reboot if charger is connected when sleep timer expires, just stop the ...Björn Stenberg
2003-03-04update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing
2003-03-04Massively code-policed. We keep source lines less than 80 columns...Daniel Stenberg
2003-03-04if MEM is not set, set it to 2Daniel Stenberg
2003-03-03Found the only one point that led to imcompatibility of the CVS code with a 8...Uwe Freese
2003-03-03estimate 22 percent longer runtime when having 8 MB, assuming 192 kbps files ...Uwe Freese
2003-03-03export MEM variable in firmware and appsUwe Freese
2003-03-02Even more return code checking when recordingLinus Nielsen Feltzing
2003-03-02Now correctly skips ID3V1 tags to avoid gaps between tracksLinus Nielsen Feltzing
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg
2003-02-27An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg
2003-02-26code policeRobert Hak
2003-02-26set mp3end correctly depending on memory sizeDaniel Stenberg
2003-02-26not used anymore, see app.ldsDaniel Stenberg
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg
2003-02-26The new preprocessed version of this file allows us to use #definesDaniel Stenberg
2003-02-26this is not being used anymoreDaniel Stenberg
2003-02-26Enhanced error codes for better error trackingLinus Nielsen Feltzing
2003-02-26rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg
2003-02-22Lame debug outputLinus Nielsen Feltzing
2003-02-22Safer recording, now closes the file after each successful buffer saveLinus Nielsen Feltzing
2003-02-21Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ...Linus Nielsen Feltzing
2003-02-21Decreased the thread context table size to save space in IRAMLinus Nielsen Feltzing
2003-02-17moved the single-letter wildcard to a single line to prevent the tarball-Daniel Stenberg