summaryrefslogtreecommitdiffstats
path: root/apps/metadata/asf.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-03Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken1-0/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-18Opps.Michael Giacomelli1-1/+1
2008-04-18Inform the console when an unsupported WMA flavor is played.Michael Giacomelli1-0/+1
2007-12-02ASF/WMA: Check if the file is encrypted. If so, don't try to play it.Magnus Holmgren1-1/+12
2007-10-28Add ReplayGain support to WMA (based on tags written by Foobar2000).Magnus Holmgren1-0/+14
2007-10-16Fix FS #7976. WMA metadata parser didn't store file size in metadata struct.Thom Johansen1-1/+1
2007-08-02Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli1-5/+0
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 Chapman1-0/+418