Age | Commit message (Expand) | Author |
2004-08-16 | Const policed pointer arguments to functions, part 1 | Jens Arnold |
2004-08-03 | More const policeing step 4 | Jens Arnold |
2004-07-27 | Added possibility to select the priority of the ID3 tags | Linus Nielsen Feltzing |
2004-07-05 | Now looks for TCOM and TCON before TCO | Linus Nielsen Feltzing |
2004-06-16 | remove extra ';' | Daniel Stenberg |
2004-06-16 | Stray semicolon removed | Linus Nielsen Feltzing |
2004-05-22 | Moved genre list and access function to id3.c | Björn Stenberg |
2004-03-30 | The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,... | Linus Nielsen Feltzing |
2004-03-25 | The ID3V2 TCON frame is now parsed in a little more forgiving manner | Linus Nielsen Feltzing |
2004-03-13 | Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th... | Linus Nielsen Feltzing |
2004-01-09 | The Unicode parser now handles unterminated strings, plus it tries to guess t... | Linus Nielsen Feltzing |
2004-01-04 | Got rid of the reset parameter to xxx_unsynched() | Linus Nielsen Feltzing |
2004-01-04 | ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ... | Linus Nielsen Feltzing |
2003-10-26 | Correct genre parsing by making code match comment (and specification) :) | Magnus Holmgren |
2003-10-22 | Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou... | Linus Nielsen Feltzing |
2003-10-22 | Added unsynchronization | Linus Nielsen Feltzing |
2003-10-21 | An attempt to fix the ID3V2 genre tag parsing | Linus Nielsen Feltzing |
2003-10-20 | Added tag resolvers for TYE, TAL and TRK | Linus Nielsen Feltzing |
2003-07-04 | Fix for incorrect genre default value, by Benjamin Metzler | Björn Stenberg |
2003-06-06 | bug 749951, ooops. We made the number function too generic and forgot to | Daniel Stenberg |
2003-06-05 | Fixed silly typo | Björn Stenberg |
2003-06-04 | Generalized id3v2 parsing code. Added support for the composer frame and free... | Björn Stenberg |
2003-03-18 | Tidied up the ID3V2 parser a little | Linus Nielsen Feltzing |
2003-03-18 | Faster ID3 parsing with the new filesize() function | Linus Nielsen Feltzing |
2003-03-13 | Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ... | Björn Stenberg |
2003-03-10 | Don't accidentally add Xing headers to CBR files | Linus Nielsen Feltzing |
2003-03-10 | Ignore duplicate id3v2 tags or frames. Patch by Bill Napier. | Björn Stenberg |
2003-03-10 | I hate it when rippers don't follow the ID3V2 specs | Linus Nielsen Feltzing |
2003-03-10 | New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code | Linus Nielsen Feltzing |
2003-02-11 | Initialize genre to 0xff since 0 is a valid value. | Björn Stenberg |
2003-01-24 | Remove use of rockbox-mode.el in local variables list. | Mats Lidell |
2002-12-12 | Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ... | Björn Stenberg |
2002-12-09 | Added id3 version wps tag: %iv. Fixed id3v1 parsing bug. | Björn Stenberg |
2002-12-05 | Added ID3 tag 'genre': %ig | Björn Stenberg |
2002-12-05 | Added ID3 tag 'year': %iy | Björn Stenberg |
2002-12-03 | Don't waste time loading v1 tag if a v2 tag was found. | Björn Stenberg |
2002-11-12 | Fixed broken unicode_munge() | Linus Nielsen Feltzing |
2002-10-29 | Better handling of large frames in V2 tags | Linus Nielsen Feltzing |
2002-10-28 | Now reads the tags frame by frame, to avoid missing frames when there are lar... | Linus Nielsen Feltzing |
2002-10-27 | Better skipping of leading garbage. Fixes bug #625868. | Linus Nielsen Feltzing |
2002-10-01 | modify the data these point to, these operators are right-to-left... | Daniel Stenberg |
2002-10-01 | Made the Unicode kludge even kludgier, but non-crashing | Linus Nielsen Feltzing |
2002-09-30 | Bill Napier wrote this: | Daniel Stenberg |
2002-09-30 | Bill Napier's fix for header lengths for ID3v2.3 and earlier. | Daniel Stenberg |
2002-09-27 | Rudimentary VBRI parsing | Linus Nielsen Feltzing |
2002-09-25 | For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-) | Linus Nielsen Feltzing |
2002-09-19 | Better handling of tagless tracks with VBR headers | Linus Nielsen Feltzing |
2002-09-18 | Another strike in the battle against glitches between tracks | Linus Nielsen Feltzing |
2002-09-17 | no C99 stuff here ;-) | Daniel Stenberg |
2002-09-16 | Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headers | Linus Nielsen Feltzing |