summaryrefslogtreecommitdiffstats
path: root/firmware/mp3data.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-25Rather obvious simplification of the mpeg frametime fraction calculation.Jens Arnold1-13/+8
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold1-43/+53
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-103/+84
2005-09-04Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...Jens Arnold1-17/+22
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-08-22Some slight size optimisations.Jens Arnold1-10/+10
2005-08-13Support the LAME Info header too.Magnus Holmgren1-13/+6
2005-07-13Fixed the errors.Miika Pekkarinen1-13/+1
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-1/+1
2005-06-18Fixed MPEG header validation for layer 1 on iriver, and simplified it for arc...Jens Arnold1-6/+5
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen1-0/+12
2005-06-12Added support for reading LAME header delay and padding fields for proper gap...Thom Johansen1-1/+23
2005-06-04(1) Bugfix: create_xing_header() now returns 0 in case of an invalid header t...Jens Arnold1-19/+14
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-8/+8
2005-01-30long policyJean-Philippe Bernardy1-43/+45
2004-12-01The debug output now reports the correct mpeg layerLinus Nielsen Feltzing1-2/+2
2004-08-03A little more straightforward vbr header checksJens Arnold1-12/+3
2004-04-29MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was pa...Linus Nielsen Feltzing1-1/+3
2004-01-13Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing1-8/+19
2003-12-28Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing1-7/+5
2003-11-02Frame-accurate file splits when recording. Now the PLAY button closes the cur...Linus Nielsen Feltzing1-36/+39
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