Age | Commit message (Expand) | Author |
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 |
2002-09-16 | removed redundant size checks | Daniel Stenberg |
2002-09-16 | When getting tag contents, we might read a tag which has a part of it within | Daniel Stenberg |
2002-09-16 | if the id3v2 tags avaiable are bigger than our buffer size, at least try | Daniel Stenberg |
2002-09-09 | Read tracknum from id3v1.1 tag (Kenneth Kiraly) | Björn Stenberg |
2002-08-30 | Better handling of garbage in ID3V2 tags | Linus Nielsen Feltzing |
2002-08-22 | make mp3info() better return true on bad mp3 files, also make | Daniel Stenberg |
2002-08-19 | Added support for the unofficial MPEG version 2.5 format that uses a somewhat | Daniel Stenberg |
2002-08-15 | VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.) | Björn Stenberg |
2002-08-14 | Added fast forward and rewind (without sound). Patch by Hardeep Sidhu. | Björn Stenberg |
2002-08-14 | Skip past id3v2 tag when loading mp3 data | Björn Stenberg |
2002-07-22 | Now continues searching for good frames if a bad one is found. Patch by Harde... | Linus Nielsen Feltzing |
2002-07-18 | More detailed mp3 frame header check | Björn Stenberg |
2002-07-18 | Added support for mono and MPEG2 VBR headers | Björn Stenberg |
2002-07-10 | Added average bitrate for VBR mp3 | Björn Stenberg |
2002-07-05 | Added a vbr flag in the id3 struct | Linus Nielsen Feltzing |
2002-07-04 | Added protection against too large ID3V2 tags | Linus Nielsen Feltzing |
2002-07-04 | Now sets bitrate to VARIABLE_BIT_RATE if VBR | Linus Nielsen Feltzing |
2002-07-03 | Added Xing VBR frame parsing | Linus Nielsen Feltzing |
2002-06-28 | Fixed an overflow in the song length calculation | Linus Nielsen Feltzing |