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