summaryrefslogtreecommitdiff
path: root/firmware/id3.c
AgeCommit message (Expand)Author
2005-06-26Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist
2005-06-19Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman
2005-06-15ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing
2005-02-09long policyJean-Philippe Bernardy
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing
2004-06-16remove extra ';'Daniel Stenberg
2004-06-16Stray semicolon removedLinus Nielsen Feltzing
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
2004-03-30The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing
2004-03-25The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing
2004-03-13Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing
2003-10-26Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren
2003-10-22Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou...Linus Nielsen Feltzing
2003-10-22Added unsynchronizationLinus Nielsen Feltzing
2003-10-21An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing
2003-10-20Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg
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