summaryrefslogtreecommitdiffstats
path: root/apps/metadata/metadata_common.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-27FS#12163 by Sean BartellNils Wallménius1-6/+6
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann1-0/+8
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann1-2/+0
2011-03-16Fix red. read_uint32be() was not implemented in sim builds for HWCODEC targets.Andree Buschmann1-31/+31
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-1/+1
2011-02-22Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.Andree Buschmann1-0/+1
2011-02-20FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann1-1/+4
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-4/+1
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-1/+4
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-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-02-28Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida1-0/+9
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg1-0/+15
2009-07-14FS#10080Nils Wallménius1-3/+2
2009-05-16Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek1-0/+17
2009-05-15Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman1-1/+1
2009-02-08Small code reuse improvementNils Wallménius1-12/+3
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+2
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil1-0/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-0/+12
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-0/+5
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-1/+34
2007-06-16fix build for big-endian targetsMarcoen Hirschberg1-3/+1
2007-06-16split up the metadata parserMarcoen Hirschberg1-0/+273