summaryrefslogtreecommitdiff
path: root/apps/metadata/mp3.c (unfollow)
Commit message (Expand)Author
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell
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
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...Björn Stenberg
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil
2008-08-17Fix a problem reading some ID3v2.4 tags. The data length refers to the size o...Magnus Holmgren
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
2008-04-12Move a function to gwps-common.c because it belongs thereNils Wallménius
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin
2008-03-26More consts that require no functional change.Steve Bavin
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold
2008-02-10Improve handling of RVA2 (replaygain) frames.Magnus Holmgren
2008-01-06Fix reading of ID3V2 tags with frame data length fields, hopefully without br...Magnus Holmgren
2007-10-29Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...Nicolas Pennequin
2007-10-28Oops. The function should be static.Nicolas Pennequin
2007-10-28Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...Nicolas Pennequin
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen
2007-09-05More efficient version of the fix.Jens Arnold
2007-09-05Hopefully stop the crashes on database init on ARM (and SH1) targets when com...Jens Arnold
2007-09-04fix sub-string comparisonRobert Kukla
2007-09-03Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comm...Magnus Holmgren
2007-08-25Remove some debug code. Remove some unnecessary checks.Magnus Holmgren
2007-08-25Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...Magnus Holmgren
2007-08-14Add an error check in get_mp3_metadata()Nicolas Pennequin
2007-08-12ignore comments containing iTunes 7 gapless data; should solve issues reporte...Robert Kukla