summaryrefslogtreecommitdiff
path: root/firmware/id3.c (follow)
Commit message (Expand)AuthorAge
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 4Jens Arnold2004-08-03
* Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing2004-07-27
* Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing2004-07-05
* remove extra ';'Daniel Stenberg2004-06-16
* Stray semicolon removedLinus Nielsen Feltzing2004-06-16
* Moved genre list and access function to id3.cBjörn Stenberg2004-05-22
* The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing2004-03-30
* The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing2004-03-25
* Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing2004-03-13
* The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing2004-01-09
* Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing2004-01-04
* ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing2004-01-04
* Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren2003-10-26
* Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou...Linus Nielsen Feltzing2003-10-22
* Added unsynchronizationLinus Nielsen Feltzing2003-10-22
* An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing2003-10-21
* Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing2003-10-20
* Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg2003-07-04
* bug 749951, ooops. We made the number function too generic and forgot toDaniel Stenberg2003-06-06
* Fixed silly typoBjörn Stenberg2003-06-05
* Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg2003-06-04
* Tidied up the ID3V2 parser a littleLinus Nielsen Feltzing2003-03-18
* Faster ID3 parsing with the new filesize() functionLinus Nielsen Feltzing2003-03-18
* Bug fixes: Artist was skipped sometimes. Frequency, mpeg version & layer was ...Björn Stenberg2003-03-13
* Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing2003-03-10
* Ignore duplicate id3v2 tags or frames. Patch by Bill Napier.Björn Stenberg2003-03-10
* I hate it when rippers don't follow the ID3V2 specsLinus Nielsen Feltzing2003-03-10
* New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing2003-03-10
* 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