summaryrefslogtreecommitdiff
path: root/firmware/id3.c
AgeCommit message (Expand)Author
2002-06-27changed char* path to char path[256] and added a copy of filename on mp3info ...Jerome Kuptz
2002-06-27Made mp3info set the path variable on the mp3entry struct. This fixes WPS Par...Jerome Kuptz
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg
2002-06-26Moved getfilesize() to topBjörn Stenberg
2002-06-26Reordered operations to optimise file seekingBjörn Stenberg
2002-06-25Made mp3entry a struct, not a typeBjörn Stenberg
2002-06-25Don't free static data :)Björn Stenberg
2002-06-04NOTE! the 'mp3entry' struct grew quite a bit now, as the previously staticDaniel Stenberg
2002-05-27Fixed endianness bug in getsonglengthLinus Nielsen Feltzing
2002-05-27Commented out songlength() for nowBjörn Stenberg
2002-05-17Removed floating point codeBjörn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-12save mpeg layer and version informationDave Chapman
2002-05-08Removed include fcntl.hBjörn Stenberg
2002-05-08uninitialised variable and better return code checkDaniel Stenberg
2002-05-06fixed buffer overflow in setid3v1titleDave Chapman
2002-05-06no more unistd.hDaniel Stenberg
2002-05-05Dave Chapman found a problem in the id3v1 tag reading, and providedDaniel Stenberg
2002-05-05include file.h (important for the x11 sim to work) and types.h (as thatDaniel Stenberg
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg
2002-04-30fixed to use our file apiDaniel Stenberg
2002-04-28Removed some warningsBjörn Stenberg
2002-04-26fixed compiler warningsDaniel Stenberg
2002-04-23no more malloc()s or strdup()sDaniel Stenberg
2002-04-23id3 tag reading code, both v1 and v2. Still needs to be adjusted more toDaniel Stenberg