summaryrefslogtreecommitdiffstats
path: root/apps/metadata/mpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-4/+2
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann1-0/+4
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz1-0/+1
2010-11-26Change how all the metadata parsers are read from a giant swich/case to funct...Thomas Martitz1-0/+2
2010-03-14Correction of musepack SV8 replaygain. The album/title peak is saved in a log...Andree Buschmann1-14/+17
2010-03-08Fix musepack sv8 metadata parser. Thanks to Magnus Holmgren for spotting.Andree Buschmann1-7/+14
2010-03-07Reduce binsize again.Andree Buschmann1-7/+2
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-11/+115
2010-01-311st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann1-3/+5
2009-11-18Unify fourcc macro and some style changesNils Wallménius1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-22We do not support mpc sv4-6 anymore.Andree Buschmann1-18/+1
2008-05-03Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken1-0/+1
2007-12-04Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...Thom Johansen1-4/+1
2007-12-01MPC: Simplify the ReplayGain parsing code.Magnus Holmgren1-35/+22
2007-11-30Fix FS #8251, replaygain doesn't switch to track gain mode if album gain is m...Thom Johansen1-8/+24
2007-08-24Correct copyright line.Thom Johansen1-1/+1
2007-06-16split up the metadata parserMarcoen Hirschberg1-0/+118