summaryrefslogtreecommitdiff
path: root/firmware/id3.c
AgeCommit message (Expand)Author
2003-06-06bug 749951, ooops. We made the number function too generic and forgot toDaniel Stenberg
2003-06-05Fixed silly typoBjörn Stenberg
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...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-13Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...Björn Stenberg
2003-03-10Don't accidentally add Xing headers to CBR filesLinus 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-02-11Initialize genre to 0xff since 0 is a valid value.Björn Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg
2002-12-03Don't waste time loading v1 tag if a v2 tag was found.Björn Stenberg
2002-11-12Fixed broken unicode_munge()Linus Nielsen Feltzing
2002-10-29Better handling of large frames in V2 tagsLinus Nielsen Feltzing
2002-10-28Now reads the tags frame by frame, to avoid missing frames when there are lar...Linus Nielsen Feltzing
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing
2002-10-01modify the data these point to, these operators are right-to-left...Daniel Stenberg
2002-10-01Made the Unicode kludge even kludgier, but non-crashingLinus Nielsen Feltzing
2002-09-30Bill Napier wrote this:Daniel Stenberg
2002-09-30Bill Napier's fix for header lengths for ID3v2.3 and earlier.Daniel Stenberg
2002-09-27Rudimentary VBRI parsingLinus Nielsen Feltzing
2002-09-25For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-)Linus Nielsen Feltzing
2002-09-19Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing
2002-09-17no C99 stuff here ;-)Daniel Stenberg
2002-09-16Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing
2002-09-16removed redundant size checksDaniel Stenberg
2002-09-16When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg
2002-09-16if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg
2002-09-09Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg
2002-08-30Better handling of garbage in ID3V2 tagsLinus Nielsen Feltzing
2002-08-22make mp3info() better return true on bad mp3 files, also makeDaniel Stenberg
2002-08-19Added support for the unofficial MPEG version 2.5 format that uses a somewhatDaniel Stenberg
2002-08-15VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)Björn Stenberg
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg
2002-08-14Skip past id3v2 tag when loading mp3 dataBjörn Stenberg
2002-07-22Now continues searching for good frames if a bad one is found. Patch by Harde...Linus Nielsen Feltzing
2002-07-18More detailed mp3 frame header checkBjörn Stenberg
2002-07-18Added support for mono and MPEG2 VBR headersBjörn Stenberg
2002-07-10Added average bitrate for VBR mp3Björn Stenberg
2002-07-05Added a vbr flag in the id3 structLinus Nielsen Feltzing
2002-07-04Added protection against too large ID3V2 tagsLinus Nielsen Feltzing
2002-07-04Now sets bitrate to VARIABLE_BIT_RATE if VBRLinus Nielsen Feltzing
2002-07-03Added Xing VBR frame parsingLinus Nielsen Feltzing
2002-06-28Fixed an overflow in the song length calculationLinus Nielsen Feltzing