summaryrefslogtreecommitdiffstats
path: root/firmware/id3.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-05Now codec names are in sync.Miika Pekkarinen1-0/+1
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-0/+5
2005-06-26Patch 1163135 by Bryan Vandyke: Remove trailing spaces for ID3v2 tagsJonas Häggqvist1-2/+6
2005-06-19Don't initialize id3 structure with zeros on software codec platformsMiika Pekkarinen1-1/+3
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman1-0/+48
2005-06-15ID3 parser bug fix by Ray LambertLinus Nielsen Feltzing1-2/+2
2005-02-09long policyJean-Philippe Bernardy1-11/+11
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-2/+2
2004-08-03More const policeing step 4Jens Arnold1-4/+4
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-10/+12
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing1-1/+1
2004-06-16remove extra ';'Daniel Stenberg1-1/+1
2004-06-16Stray semicolon removedLinus Nielsen Feltzing1-1/+1
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg1-0/+36
2004-03-30The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing1-9/+17
2004-03-25The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing1-2/+4
2004-03-13Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing1-1/+1
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing1-2/+22
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing1-12/+8
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing1-26/+79
2003-10-26Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren1-1/+1
2003-10-22Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou...Linus Nielsen Feltzing1-28/+26
2003-10-22Added unsynchronizationLinus Nielsen Feltzing1-17/+88
2003-10-21An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing1-5/+24
2003-10-20Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing1-1/+3
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg1-1/+2
2003-06-06bug 749951, ooops. We made the number function too generic and forgot toDaniel Stenberg1-4/+11
2003-06-05Fixed silly typoBjörn Stenberg1-1/+1
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg1-93/+163
2003-03-18Tidied up the ID3V2 parser a littleLinus Nielsen Feltzing1-31/+57
2003-03-18Faster ID3 parsing with the new filesize() functionLinus Nielsen Feltzing1-13/+1
2003-03-13Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...Björn Stenberg1-1/+4
2003-03-10Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing1-1/+1
2003-03-10Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg1-10/+18
2003-03-10I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing1-2/+4
2003-03-10New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing1-296/+75
2003-02-11Initialize genre to 0xff since 0 is a valid value.Björn Stenberg1-2/+1
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg1-5/+6
2002-12-09Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg1-12/+30
2002-12-05Added ID3 tag 'genre': %igBjörn Stenberg1-2/+17
2002-12-05Added ID3 tag 'year': %iyBjörn Stenberg1-79/+58
2002-12-03Don't waste time loading v1 tag if a v2 tag was found.Björn Stenberg1-3/+6
2002-11-12Fixed broken unicode_munge()Linus Nielsen Feltzing1-7/+6
2002-10-29Better handling of large frames in V2 tagsLinus Nielsen Feltzing1-3/+9
2002-10-28Now reads the tags frame by frame, to avoid missing frames when there are lar...Linus Nielsen Feltzing1-75/+58
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing1-6/+4
2002-10-01modify the data these point to, these operators are right-to-left...Daniel Stenberg1-3/+3
2002-10-01Made the Unicode kludge even kludgier, but non-crashingLinus Nielsen Feltzing1-42/+70
2002-09-30Bill Napier wrote this:Daniel Stenberg1-0/+26