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