summaryrefslogtreecommitdiff
path: root/firmware/id3.c (follow)
Commit message (Expand)AuthorAge
...
* Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg2002-09-09
* Better handling of garbage in ID3V2 tagsLinus Nielsen Feltzing2002-08-30
* make mp3info() better return true on bad mp3 files, also makeDaniel Stenberg2002-08-22
* Added support for the unofficial MPEG version 2.5 format that uses a somewhatDaniel Stenberg2002-08-19
* VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)Björn Stenberg2002-08-15
* Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg2002-08-14
* Skip past id3v2 tag when loading mp3 dataBjörn Stenberg2002-08-14
* Now continues searching for good frames if a bad one is found. Patch by Harde...Linus Nielsen Feltzing2002-07-22
* More detailed mp3 frame header checkBjörn Stenberg2002-07-18
* Added support for mono and MPEG2 VBR headersBjörn Stenberg2002-07-18
* Added average bitrate for VBR mp3Björn Stenberg2002-07-10
* Added a vbr flag in the id3 structLinus Nielsen Feltzing2002-07-05
* Added protection against too large ID3V2 tagsLinus Nielsen Feltzing2002-07-04
* Now sets bitrate to VARIABLE_BIT_RATE if VBRLinus Nielsen Feltzing2002-07-04
* Added Xing VBR frame parsingLinus Nielsen Feltzing2002-07-03
* 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