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