summaryrefslogtreecommitdiffstats
path: root/apps/metadata/id3tags.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Make embedded cuesheet type 1 text encoding check slightly more efficientNick Peskett1-2/+3
2011-12-18I forgot to flip the true response from memcmpNick Peskett1-2/+2
2011-12-18Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE.Nick Peskett1-4/+7
2011-12-18Hard code the cuesheet offset for double byte encoding, rather than pointless...Nick Peskett1-3/+5
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett1-0/+34
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero1-0/+3
2011-09-14Fix FS#12266, by skipping empty frames when reading ID3v2 tags. Also add some...Magnus Holmgren1-8/+12
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-13/+5
2011-02-22Fix FS#11956. Call parse_replaygain() with correct parameters in ID3 tag pars...Andree Buschmann1-7/+12
2011-02-21Fix FS#11955. ID3 tag parser was broken since r29349. Trimming strings must b...Andree Buschmann1-11/+10
2011-02-20FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann1-4/+8
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-8/+4
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-4/+8
2011-02-09Fix red. Not all targets have album art support.Thomas Martitz1-1/+2
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz1-0/+76
2011-01-30Limit the size of each ID3 metadata item to avoid that the metadata buffer is...Andree Buschmann1-0/+6
2010-09-28id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only oth...Torne Wuff1-0/+1
2010-09-28id3 parser: add id3v2.2 TPA tag for "part of set" as iTunes appears to use itTorne Wuff1-0/+1
2010-09-19setid3v2title(): unused variableRafaël Carré1-3/+0
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts1-0/+2
2010-05-15mp3: when ID3 tags are not found, search APE tagsYoshihisa Uchida1-2/+0
2010-05-15fix yellowYoshihisa Uchida1-0/+1
2010-05-15ID3 tags parser separates from metadata/mp3.cYoshihisa Uchida1-0/+1065