summaryrefslogtreecommitdiffstats
path: root/apps/metadata
AgeCommit message (Expand)AuthorFilesLines
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil3-0/+13
2008-09-24Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius1-0/+2
2008-07-28asap: fix stereo mode and hopefully fix metadata handling.Dominik Wenger1-46/+53
2008-07-27SAP codec: Ensure the module_info struct is correctly aligned - seems to fix ...Dave Chapman1-1/+1
2008-07-26set svn:keywords on the new files.Dominik Wenger1-1/+1
2008-07-26commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2-0/+257
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg19-38/+76
2008-05-28Added missing header file to metadata/mod.cBertrik Sikken1-0/+1
2008-05-22We do not support mpc sv4-6 anymore.Andree Buschmann1-18/+1
2008-05-21FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2-0/+63
2008-05-03Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken14-0/+15
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken5-5/+0
2008-04-18Opps.Michael Giacomelli1-1/+1
2008-04-18Inform the console when an unsupported WMA flavor is played.Michael Giacomelli1-0/+1
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-1/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+1
2008-03-30Fixes FS #8389 (wv error). For WavPack files that don't have the length store...Dave Bryant1-3/+21
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-1/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-1/+0
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-0/+1
2007-12-14remove reference to non-existing variable to make rockbox compile with logf e...Robert Kukla1-1/+1
2007-12-09Unify the Ogg Vorbis and Ogg Speex metadata parsers.Dan Everton2-213/+55
2007-12-05Correct the (C) info - I committed this on 15 June 2005 - r6715Dave Chapman1-1/+1
2007-12-04Set proper file attributes.Thom Johansen1-1/+1
2007-12-04Put A52/AC3 metadata parser in its own file. Cosmetic changes in metadata.c. ...Thom Johansen3-4/+100
2007-12-02ASF/WMA: Check if the file is encrypted. If so, don't try to play it.Magnus Holmgren1-1/+12
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-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-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