summaryrefslogtreecommitdiff
path: root/apps/metadata/mp3.c
AgeCommit message (Expand)Author
2011-02-27Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts
2010-05-15mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida
2010-05-15fix yellowYoshihisa Uchida
2010-05-15ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida
2010-05-13add True Audio (TTA) codecYoshihisa Uchida
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek
2009-10-02add gapless support for MP3 files encoded with iTunesMarcoen Hirschberg
2009-10-01add support for comments in ID3v2.2Marcoen Hirschberg
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere
2009-08-01MP3 metadata parser:Maurus Cuelenaere
2009-07-14FS#10080Nils Wallménius
2009-04-16Fix reading of Musicbrainz track IDs from ID3 tags - incorrect return values ...Robert Keevil
2008-11-04Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.Magnus Holmgren
2008-10-30Add support for the album artist field used by Foobar2000 in ID3v2 tags.Magnus Holmgren
2008-10-26Add missing #include to mp3 metadata parser.Bertrik Sikken
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg