Age | Commit message (Expand) | Author |
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 |
2002-06-27 | changed char* path to char path[256] and added a copy of filename on mp3info ... | Jerome Kuptz |
2002-06-27 | Made mp3info set the path variable on the mp3entry struct. This fixes WPS Par... | Jerome Kuptz |
2002-06-26 | Added id3 tracknum (Yusef Napora) | Björn Stenberg |
2002-06-26 | Moved getfilesize() to top | Björn Stenberg |
2002-06-26 | Reordered operations to optimise file seeking | Björn Stenberg |
2002-06-25 | Made mp3entry a struct, not a type | Björn Stenberg |
2002-06-25 | Don't free static data :) | Björn Stenberg |
2002-06-04 | NOTE! the 'mp3entry' struct grew quite a bit now, as the previously static | Daniel Stenberg |
2002-05-27 | Fixed endianness bug in getsonglength | Linus Nielsen Feltzing |
2002-05-27 | Commented out songlength() for now | Björn Stenberg |
2002-05-17 | Removed floating point code | Björn Stenberg |
2002-05-13 | Changing to C99 'bool' type | Björn Stenberg |
2002-05-12 | save mpeg layer and version information | Dave Chapman |
2002-05-08 | Removed include fcntl.h | Björn Stenberg |
2002-05-08 | uninitialised variable and better return code check | Daniel Stenberg |
2002-05-06 | fixed buffer overflow in setid3v1title | Dave Chapman |
2002-05-06 | no more unistd.h | Daniel Stenberg |
2002-05-05 | Dave Chapman found a problem in the id3v1 tag reading, and provided | Daniel Stenberg |
2002-05-05 | include file.h (important for the x11 sim to work) and types.h (as that | Daniel Stenberg |
2002-05-02 | Added Gary's snprintf() and changed all places to use it. | Björn Stenberg |
2002-04-30 | fixed to use our file api | Daniel Stenberg |