summaryrefslogtreecommitdiffstats
path: root/apps/metadata
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Fix FS #7976. WMA metadata parser didn't store file size in metadata struct.Thom Johansen1-1/+1
2007-10-14MP4 tag parser: guard against problems when the buffer is full.Magnus Holmgren1-1/+1
2007-10-13Make the FLAC metadata parser a little more robust.Magnus Holmgren1-19/+14
2007-10-11read_mp4_tag_string() may return a NULL in the pointer so no code should relyDaniel Stenberg1-6/+10
2007-08-24Correct another copyright line.Magnus Holmgren1-1/+1
2007-08-24Correct copyright line.Thom Johansen1-1/+1
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant2-0/+123
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton2-0/+18
2007-08-03Fix ID3 struct member name for discnum in mp4 metadata parser.Dan Everton1-1/+1
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2-0/+15
2007-08-02Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli1-5/+0
2007-07-26MP4: Add support for comment and year tags.Magnus Holmgren1-0/+23
2007-07-24MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...Magnus Holmgren1-3/+3
2007-07-22Add support for text-format genres in .mp4 files (AAC/ALAC).Magnus Holmgren1-0/+6
2007-07-20Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli1-8/+8
2007-07-11Make the ASF parser reject streams which are not wmav1 or wmav2. Also restor...Dave Chapman1-8/+7
2007-07-10Disable the DEBUGF statementsDave Chapman1-21/+21
2007-07-04OoopsDave Chapman1-1/+1
2007-07-04Add tag parsing to the ASF metadata parser. TODO: 1) Stress test to ensure i...Dave Chapman1-78/+180
2007-07-03The WMA decoder crashes when attempting to decode files encoded at less than ...Dave Chapman1-0/+5
2007-07-03WMA clean-up commit - fix 64-bit sim warnings, set svn keywords property, and...Dave Chapman1-3/+3
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman4-1/+461
2007-06-25Support aART (album artist) MP4 atom.Dan Everton1-0/+6
2007-06-19Correct a commentDave Chapman1-1/+1
2007-06-16move the speex and vorbis ogg parsers together in ogg.cMarcoen Hirschberg2-212/+212
2007-06-16Correct the (C) yearDave Chapman1-1/+1
2007-06-16fix build for big-endian targetsMarcoen Hirschberg2-3/+5
2007-06-16split up the metadata parserMarcoen Hirschberg15-0/+2579