summaryrefslogtreecommitdiffstats
path: root/firmware/mp3data.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-03Even larger MP3 frame analysis buffer. Fixes bug #747969.Linus Nielsen Feltzing1-1/+1
2003-05-19this should be using unsigned, to allow a full 4GB file, just in caseDaniel Stenberg1-1/+1
2003-05-19Stevie Oh's patch #739898 that corrects how vbrfix works on large files.Daniel Stenberg1-1/+17
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-7/+1
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 Feltzing1-62/+71
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 Feltzing1-6/+35
2003-04-19Increased the buffer size for get_mp3file_info(). This is supposed to fix bug...Linus Nielsen Feltzing1-1/+1
2003-04-13Changed some debug outputLinus Nielsen Feltzing1-2/+2
2003-03-24The Xing flag word wasn't correctly generatedLinus Nielsen Feltzing1-3/+3
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-15The frame buffer was too small for 320kbit/s framesLinus Nielsen Feltzing1-1/+1
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing1-4/+18
2003-03-10Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing1-49/+69
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing1-0/+664