summaryrefslogtreecommitdiff
path: root/firmware/id3.c (follow)
Commit message (Expand)AuthorAge
* Initialize genre to 0xff since 0 is a valid value.Björn Stenberg2003-02-11
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg2002-12-09
* Added ID3 tag 'genre': %igBjörn Stenberg2002-12-05
* Added ID3 tag 'year': %iyBjörn Stenberg2002-12-05
* Don't waste time loading v1 tag if a v2 tag was found.Björn Stenberg2002-12-03
* Fixed broken unicode_munge()Linus Nielsen Feltzing2002-11-12
* Better handling of large frames in V2 tagsLinus Nielsen Feltzing2002-10-29
* Now reads the tags frame by frame, to avoid missing frames when there are lar...Linus Nielsen Feltzing2002-10-28
* Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing2002-10-27
* modify the data these point to, these operators are right-to-left...Daniel Stenberg2002-10-01
* Made the Unicode kludge even kludgier, but non-crashingLinus Nielsen Feltzing2002-10-01
* Bill Napier wrote this:Daniel Stenberg2002-09-30
* Bill Napier's fix for header lengths for ID3v2.3 and earlier.Daniel Stenberg2002-09-30
* Rudimentary VBRI parsingLinus Nielsen Feltzing2002-09-27
* For some strange reason, getsonglength() couldn't handle 800Kbyte ID3V2 tags :-)Linus Nielsen Feltzing2002-09-25
* Better handling of tagless tracks with VBR headersLinus Nielsen Feltzing2002-09-19
* Another strike in the battle against glitches between tracksLinus Nielsen Feltzing2002-09-18
* no C99 stuff here ;-)Daniel Stenberg2002-09-17
* Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing2002-09-16
* removed redundant size checksDaniel Stenberg2002-09-16
* When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg2002-09-16
* if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg2002-09-16
* 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